Ignore:
Timestamp:
Mar 22, 2017, 4:18:23 PM (8 years ago)
Author:
sglmd
Message:

Two aerosol kinds added for giant planets: one is a compact (NH3) cloud where the opacity, particle size and bottom pressure level are taken as inputs (a scale height of 0.2 is hard-coded to simulate a compact cloud). Corresponds to option aeronh3. The other one is not generic at all and corresponds to the auroral, stratospheric aerosols observed on Jupiter...(option aeroaurora=.false. by default)

File:
1 edited

Legend:

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

    r1669 r1677  
    4242      logical,save :: aeroco2,aeroh2o,aeroh2so4,aeroback2lay
    4343!$OMP THREADPRIVATE(aeroco2,aeroh2o,aeroh2so4,aeroback2lay)
     44      logical,save :: aeronh3, aeroaurora
     45!$OMP THREADPRIVATE(aeronh3,aeroaurora)
    4446      logical,save :: aerofixco2,aerofixh2o
    4547!$OMP THREADPRIVATE(aerofixco2,aerofixh2o)
     
    8486      real,save :: n2mixratio
    8587!$OMP THREADPRIVATE(size_tropo,size_strato,satval,CLFfixval,n2mixratio)
     88      real,save :: size_nh3_cloud
     89      real,save :: pres_nh3_cloud
     90      real,save :: tau_nh3_cloud
     91!$OMP THREADPRIVATE(size_nh3_cloud, pres_nh3_cloud, tau_nh3_cloud)
    8692      real,save :: co2supsat
    8793      real,save :: pceil
Note: See TracChangeset for help on using the changeset viewer.