Changeset 1849 for LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Aug 27, 2013, 12:55:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r1843 r1849 141 141 LOGICAL,SAVE :: reevap_ice_omp 142 142 INTEGER,SAVE :: iflag_pdf_omp 143 INTEGER,SAVE :: iflag_ice_thermo_omp 143 144 REAL,SAVE :: rad_froid_omp, rad_chau1_omp, rad_chau2_omp 144 145 REAL,SAVE :: t_glace_min_omp, t_glace_max_omp … … 966 967 t_glace_max_omp = 273.13 967 968 call getin('t_glace_max',t_glace_max_omp) 969 970 ! 971 !Config Key = iflag_ice_thermo 972 !Config Desc = 973 !Config Def = 0 974 !Config Help = 975 ! 976 iflag_ice_thermo_omp = 0 977 call getin('iflag_ice_thermo',iflag_ice_thermo_omp) 968 978 969 979 !Config Key = rei_min … … 1694 1704 t_glace_min = t_glace_min_omp 1695 1705 t_glace_max = t_glace_max_omp 1706 iflag_ice_thermo = iflag_ice_thermo_omp 1696 1707 rei_min = rei_min_omp 1697 1708 rei_max = rei_max_omp … … 1911 1922 write(lunout,*)' t_glace_min = ',t_glace_min 1912 1923 write(lunout,*)' t_glace_max = ',t_glace_max 1924 write(lunout,*)' iflag_ice_thermo = ',iflag_ice_thermo 1913 1925 write(lunout,*)' rei_min = ',rei_min 1914 1926 write(lunout,*)' rei_max = ',rei_max
Note: See TracChangeset
for help on using the changeset viewer.