Changeset c8fc724 in flexpart.git for src/readreleases.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/readreleases.f90

    r4c64400 rc8fc724  
    276276  do i=1,maxspec
    277277    DRYDEPSPEC(i)=.false.
     278    WETDEPSPEC(i)=.false.
    278279  end do
    279280
     
    369370         &(dquer(i).gt.0. .and. (crain_aero(i) .gt. 0. .or. csnow_aero(i).gt.0.)))  then
    370371      WETDEP=.true.
     372      WETDEPSPEC(i)=.true.
    371373      if (lroot) then
    372374        write (*,*) '  Below-cloud scavenging: ON'
     
    380382    if (dquer(i).gt.0..and.(ccn_aero(i).gt.0. .or. in_aero(i).gt.0.))  then
    381383      WETDEP=.true.
     384      WETDEPSPEC(i)=.true.
    382385      if (lroot) then
    383386        write (*,*) '  In-cloud scavenging: ON'
     
    399402    endif
    400403
    401   end do
     404  end do ! end loop over species
    402405
    403406  if (WETDEP.or.DRYDEP) DEP=.true.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG