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

    r1315 r1677  
    1616! two-layer simple aerosol model
    1717      integer :: iaero_back2lay = 0
    18 !$OMP THREADPRIVATE(iaero_co2,iaero_h2o,iaero_dust,iaero_h2so4,noaero,iaero_back2lay)
     18 ! NH3 cloud
     19      integer :: iaero_nh3 = 0
     20 ! Auroral aerosols
     21      integer :: iaero_aurora = 0
     22!$OMP THREADPRIVATE(iaero_co2,iaero_h2o,iaero_dust,iaero_h2so4,noaero,iaero_back2lay,iaero_nh3,iaero_aurora)
    1923     
    2024!==================================================================
Note: See TracChangeset for help on using the changeset viewer.