Changeset d9f0585 in flexpart.git for src/FLEXPART.f90


Ignore:
Timestamp:
May 8, 2017, 8:34:40 AM (7 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
6985a98
Parents:
d404d98 (diff), c8fc724 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' of git.nilu.no:flexpart/flexpart into dev

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