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/callkeys_mod.F90

    r2300 r2340  
    117117      real,dimension(:),allocatable,save :: aeronlay_sclhght
    118118      real,dimension(:),allocatable,save :: aeronlay_size
    119 !$OMP THREADPRIVATE(aeronlay_tauref,aeronlay_lamref,aeronlay_ptop,aeronlay_pbot,aeronlay_sclhght,aeronlay_size)
     119      real,dimension(:),allocatable,save :: aeronlay_nueff
     120!$OMP THREADPRIVATE(aeronlay_tauref,aeronlay_lamref,aeronlay_ptop,aeronlay_pbot,aeronlay_sclhght,aeronlay_size,aeronlay_nueff)
    120121      real,save :: co2supsat
    121122      real,save :: pceil
Note: See TracChangeset for help on using the changeset viewer.