Ignore:
Timestamp:
Nov 12, 2018, 1:52:29 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Inclusion of Yann's latest (summer/fall 2018) modifications for
convergence of DYNAMICO/LMDZ physics
YM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/conf_phys_m.F90

    r3411 r3413  
    10091009    ! - 1 = stratospheric aerosols scaled from 550 nm AOD
    10101010    ! - 2 = stratospheric aerosol properties from CMIP6
     1011    !Option 2 is only available with RRTM, this is tested later on
    10111012    !Config Def  = 0
    10121013    !Config Help = Used in physiq.F
     
    10141015    !
    10151016    flag_aerosol_strat_omp = 0
    1016     IF (iflag_rrtm_omp==1) THEN
    1017       CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    1018     ENDIF
     1017    CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    10191018
    10201019    !
Note: See TracChangeset for help on using the changeset viewer.