Changeset 3413 for LMDZ6/branches/DYNAMICO-conv/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Nov 12, 2018, 1:52:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/conf_phys_m.F90
r3411 r3413 1009 1009 ! - 1 = stratospheric aerosols scaled from 550 nm AOD 1010 1010 ! - 2 = stratospheric aerosol properties from CMIP6 1011 !Option 2 is only available with RRTM, this is tested later on 1011 1012 !Config Def = 0 1012 1013 !Config Help = Used in physiq.F … … 1014 1015 ! 1015 1016 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) 1019 1018 1020 1019 !
Note: See TracChangeset
for help on using the changeset viewer.