Changeset 2544 for LMDZ5/branches/testing/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Jun 7, 2016, 8:55:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/libf/phylmd/conf_phys_m.F90
r2543 r2544 165 165 INTEGER,SAVE :: iflag_ice_thermo_omp 166 166 INTEGER,SAVE :: iflag_t_glace_omp 167 168 169 170 INTEGER,SAVE :: iflag_cloudth_vert_omp171 172 173 174 167 REAL,SAVE :: rad_froid_omp, rad_chau1_omp, rad_chau2_omp 175 168 REAL,SAVE :: t_glace_min_omp, t_glace_max_omp … … 1167 1160 call getin('iflag_t_glace',iflag_t_glace_omp) 1168 1161 1169 1170 1171 1172 1173 !1174 !Config Key = iflag_cloudth_vert1175 !Config Desc =1176 !Config Def = 01177 !Config Help =1178 !1179 iflag_cloudth_vert_omp = 01180 call getin('iflag_cloudth_vert',iflag_cloudth_vert_omp)1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1162 ! 1192 1163 !Config Key = iflag_ice_thermo … … 2073 2044 exposant_glace = exposant_glace_omp 2074 2045 iflag_t_glace = iflag_t_glace_omp 2075 2076 2077 iflag_cloudth_vert=iflag_cloudth_vert_omp2078 2079 2080 2081 2046 iflag_ice_thermo = iflag_ice_thermo_omp 2082 2047 rei_min = rei_min_omp … … 2396 2361 write(lunout,*)' exposant_glace = ',exposant_glace 2397 2362 write(lunout,*)' iflag_t_glace = ',iflag_t_glace 2398 2399 2400 2401 write(lunout,*)' iflag_cloudth_vert = ',iflag_cloudth_vert2402 2403 2404 2405 2363 write(lunout,*)' iflag_ice_thermo = ',iflag_ice_thermo 2406 2364 write(lunout,*)' rei_min = ',rei_min
Note: See TracChangeset
for help on using the changeset viewer.