Changeset ce8480d in flexpart.git


Ignore:
Timestamp:
Jun 26, 2019, 1:48:47 PM (5 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
e199b83, 3d7eebf
Parents:
a63c75a (diff), 79d7d08 (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' into release-10

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • options/SPECIES/SPECIES_015

    r8d70e43 re5421fd  
    11&SPECIES_PARAMS
    2  PSPECIES=""I-131",           ! Tracer name
     2 PSPECIES="I-131",            ! Tracer name
    33 PDECAY=691200.0,             ! Species half life
    44 PWETA_GAS=-0.9E-9,           ! Below-cloud scavenging (gases) - A (weta_gas)
  • options/SPECIES/SPECIES_018

    r8d70e43 re5421fd  
    11&SPECIES_PARAMS
    2  PSPECIES=""Ru-106",          ! Tracer name
     2 PSPECIES="Ru-106",          ! Tracer name
    33 PDECAY=31536000.0,           ! Species half life
    44 PWETA_GAS=-0.9E-9,           ! Below-cloud scavenging (gases) - A (weta_gas)
  • src/get_wetscav.f90

    re9e0f06 r0a98afe  
    297297            liq_frac=1
    298298          else
    299             liq_frac =((act_temp-273.)/(273.-253.))**2.
     299! sec, bugfix after FLEXPART paper review, liq_frac was 1-liq_frac
     300            liq_frac =((act_temp-253.)/(273.-253.))**2.
    300301          end if
    301302! ZHG: Calculate the aerosol partition based on cloud phase and Ai and Bi
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG