Changes in src/FLEXPART.f90 [db712a8:c8fc724] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    rdb712a8 rc8fc724  
    6767  call gasdev1(idummy,rannumb(maxrand),rannumb(maxrand-1))
    6868
     69
    6970  ! FLEXPART version string
    7071  flexversion_major = '10' ! Major version number, also used for species file names
    71   flexversion='Version '//trim(flexversion_major)//'.0beta (2015-05-01)'
     72  flexversion='Version '//trim(flexversion_major)//'.1beta (2016-11-02)'
    7273  verbosity=0
    7374
     
    384385  end do
    385386
     387  ! Inform whether output kernel is used or not
     388  !*********************************************
     389  if (lroot) then
     390    if (lnokernel) then
     391      write(*,*) "Concentrations are calculated without using kernel"
     392    else
     393      write(*,*) "Concentrations are calculated using kernel"
     394    end if
     395  end if
     396
     397
    386398  ! Calculate particle trajectories
    387399  !********************************
     
    402414
    403415! NIK 16.02.2005
    404   write(*,*) '**********************************************'
    405   write(*,*) 'Total number of occurences of below-cloud scavenging', tot_blc_count
    406   write(*,*) 'Total number of occurences of in-cloud    scavenging', tot_inc_count
    407   write(*,*) '**********************************************'
    408 
     416  do i=1,nspec
     417    write(*,*) '**********************************************'
     418    write(*,*) 'Scavenging statistics for species ', species(i), ':'
     419    write(*,*) 'Total number of occurences of below-cloud scavenging', &
     420         & tot_blc_count(i)
     421    write(*,*) 'Total number of occurences of in-cloud    scavenging', &
     422         & tot_inc_count(i)
     423    write(*,*) '**********************************************'
     424  end do
     425 
    409426  write(*,*) 'CONGRATULATIONS: YOU HAVE SUCCESSFULLY COMPLETED A FLE&
    410427       &XPART MODEL RUN!'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG