Changeset 2005 for trunk


Ignore:
Timestamp:
Oct 9, 2018, 5:23:35 PM (6 years ago)
Author:
sglmd
Message:

in a old comit, the particle size for NH3 was fixed to 1 micrometer ; now read in callphys.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/radii_mod.F90

    r1677 r2005  
    4040      use aerosol_mod, only: iaero_back2lay, iaero_co2, iaero_dust, &
    4141                             iaero_h2o, iaero_h2so4,iaero_nh3,iaero_aurora
     42      use callkeys_mod, only: size_nh3_cloud
     43
    4244      Implicit none
    4345
     
    8688
    8789            if(iaer.eq.iaero_nh3)then ! Nh3 cloud
    88                reffrad(1:ngrid,1:nlayer,iaer) = 1e-6
     90               reffrad(1:ngrid,1:nlayer,iaer) = size_nh3_cloud
    8991               nueffrad(1:ngrid,1:nlayer,iaer) = 0.1
    9092            endif
    9193
    9294            if(iaer.eq.iaero_aurora)then ! Auroral aerosols
    93                reffrad(1:ngrid,1:nlayer,iaer) = 3e-7
     95               reffrad(1:ngrid,1:nlayer,iaer) = 3.e-7
    9496               nueffrad(1:ngrid,1:nlayer,iaer) = 0.1
    9597            endif
Note: See TracChangeset for help on using the changeset viewer.