Changeset 2945 for LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Jul 12, 2017, 4:20:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r2915 r2945 169 169 INTEGER,SAVE :: iflag_t_glace_omp 170 170 INTEGER,SAVE :: iflag_cloudth_vert_omp 171 INTEGER,SAVE :: iflag_rain_incloud_vol_omp 171 172 REAL,SAVE :: rad_froid_omp, rad_chau1_omp, rad_chau2_omp 172 173 REAL,SAVE :: t_glace_min_omp, t_glace_max_omp … … 1248 1249 1249 1250 ! 1251 !Config Key = iflag_rain_incloud_vol 1252 !Config Desc = 1253 !Config Def = 0 1254 !Config Help = 1255 ! 1256 iflag_rain_incloud_vol_omp = 0 1257 CALL getin('iflag_rain_incloud_vol',iflag_rain_incloud_vol_omp) 1258 1259 ! 1250 1260 !Config Key = iflag_ice_thermo 1251 1261 !Config Desc = … … 2163 2173 iflag_t_glace = iflag_t_glace_omp 2164 2174 iflag_cloudth_vert=iflag_cloudth_vert_omp 2175 iflag_rain_incloud_vol=iflag_rain_incloud_vol_omp 2165 2176 iflag_ice_thermo = iflag_ice_thermo_omp 2166 2177 rei_min = rei_min_omp … … 2511 2522 write(lunout,*)' iflag_t_glace = ',iflag_t_glace 2512 2523 write(lunout,*)' iflag_cloudth_vert = ',iflag_cloudth_vert 2524 write(lunout,*)' iflag_rain_incloud_vol = ',iflag_rain_incloud_vol 2513 2525 write(lunout,*)' iflag_ice_thermo = ',iflag_ice_thermo 2514 2526 write(lunout,*)' rei_min = ',rei_min
Note: See TracChangeset
for help on using the changeset viewer.