Changeset 3357


Ignore:
Timestamp:
Jun 30, 2018, 10:59:02 PM (6 years ago)
Author:
oboucher
Message:

flag_aerosol_strat can be 1 without RRTM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/conf_phys_m.F90

    r3338 r3357  
    10311031    ! - 1 = stratospheric aerosols scaled from 550 nm AOD
    10321032    ! - 2 = stratospheric aerosol properties from CMIP6
     1033    !Option 2 is only available with RRTM, this is tested later on
    10331034    !Config Def  = 0
    10341035    !Config Help = Used in physiq.F
     
    10361037    !
    10371038    flag_aerosol_strat_omp = 0
    1038     IF (iflag_rrtm_omp==1) THEN
    1039       CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    1040     ENDIF
     1039    CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    10411040
    10421041    !
Note: See TracChangeset for help on using the changeset viewer.