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


Ignore:
Timestamp:
Feb 2, 2017, 2:23:04 PM (7 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
93786a1
Parents:
4c64400
Message:

Bugfix: using namelist species files would sometimes set incorrect below-cloud scavenging parameters when using more than 1 species. Update: per-species scavenging statistics are written out at end of simulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    r4c64400 rc8fc724  
    414414
    415415! NIK 16.02.2005
    416   write(*,*) '**********************************************'
    417   write(*,*) 'Total number of occurences of below-cloud scavenging', tot_blc_count
    418   write(*,*) 'Total number of occurences of in-cloud    scavenging', tot_inc_count
    419   write(*,*) '**********************************************'
    420 
     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 
    421426  write(*,*) 'CONGRATULATIONS: YOU HAVE SUCCESSFULLY COMPLETED A FLE&
    422427       &XPART MODEL RUN!'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG