Changeset 2785 for LMDZ5/trunk
- Timestamp:
- Jan 30, 2017, 10:58:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r2738 r2785 398 398 flag_aerosol_omp = 0 399 399 CALL getin('flag_aerosol',flag_aerosol_omp) 400 !401 !Config Key = flag_aerosol_strat402 !Config Desc = use stratospheric aerosols 0, 1, 2403 ! - 0 = no stratospheric aerosols404 ! - 1 = stratospheric aerosols scaled from 550 nm AOD405 ! - 2 = stratospheric aerosol properties from CMIP6406 !Config Def = 0407 !Config Help = Used in physiq.F408 !409 !410 flag_aerosol_strat_omp = 0411 CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)412 400 413 401 ! … … 556 544 solaire_omp = 1365. 557 545 CALL getin('solaire', solaire_omp) 558 !559 !Config Key = ok_sun_time560 !Config Desc = oui ou non variabilite solaire561 !Config Def = .FALSE.562 !Config Help =563 !564 !565 !valeur AMIP II566 ok_suntime_rrtm_omp = .FALSE.567 CALL getin('ok_suntime_rrtm',ok_suntime_rrtm_omp)568 546 ! 569 547 !Config Key = co2_ppm … … 1006 984 CALL getin('ok_chlorophyll',ok_chlorophyll_omp) 1007 985 !albedo SB <<< 986 ! 987 !Config Key = ok_sun_time 988 !Config Desc = oui ou non variabilite solaire 989 !Config Def = .FALSE. 990 !Config Help = 991 ! 992 ! 993 !valeur AMIP II 994 ok_suntime_rrtm_omp = .FALSE. 995 IF (iflag_rrtm_omp==1) THEN 996 CALL getin('ok_suntime_rrtm',ok_suntime_rrtm_omp) 997 ENDIF 998 ! 999 !Config Key = flag_aerosol_strat 1000 !Config Desc = use stratospheric aerosols 0, 1, 2 1001 ! - 0 = no stratospheric aerosols 1002 ! - 1 = stratospheric aerosols scaled from 550 nm AOD 1003 ! - 2 = stratospheric aerosol properties from CMIP6 1004 !Config Def = 0 1005 !Config Help = Used in physiq.F 1006 ! 1007 ! 1008 flag_aerosol_strat_omp = 0 1009 IF (iflag_rrtm_omp==1) THEN 1010 CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp) 1011 ENDIF 1008 1012 1009 1013 !
Note: See TracChangeset
for help on using the changeset viewer.