Ignore:
Timestamp:
Jun 9, 2020, 11:48:45 AM (4 years ago)
Author:
jvatant
Message:

In addition to r2297, for the n-layer aerosol scheme, enables to set the particle size effective variance with aeronlay_nueff in callphys.def.
--JVO

File:
1 edited

Legend:

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

    r2297 r2340  
    3838      use aerosol_mod, only: iaero_back2lay, iaero_co2, iaero_dust, &
    3939                             iaero_h2o, iaero_h2so4, iaero_nh3, iaero_nlay, iaero_aurora
    40       use callkeys_mod, only: size_nh3_cloud, nlayaero, aeronlay_size
     40      use callkeys_mod, only: size_nh3_cloud, nlayaero, aeronlay_size, aeronlay_nueff
    4141
    4242      Implicit none
     
    9494              if(iaer.eq.iaero_nlay(ia))then ! N-layer aerosols
    9595                 reffrad(1:ngrid,1:nlayer,iaer) = aeronlay_size(ia)
    96                  nueffrad(1:ngrid,1:nlayer,iaer) = 0.1
     96                 nueffrad(1:ngrid,1:nlayer,iaer) = aeronlay_nueff(ia)
    9797              endif
    9898            enddo
Note: See TracChangeset for help on using the changeset viewer.