Changeset 1989 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Aug 28, 2018, 4:30:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90 ΒΆ
r1984 r1989 1285 1285 ! Water ice / liquid precipitation. 1286 1286 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1287 zdqrain(1:ngrid,1:nlayer,1:nq) = 0.0 !JL18 need to do that everytimestep if mass redis is on. 1288 1287 1289 if(waterrain)then 1288 1290 1289 zdqrain(1:ngrid,1:nlayer,1:nq) = 0.01290 1291 zdqsrain(1:ngrid) = 0.0 1291 1292 zdqssnow(1:ngrid) = 0.0
Note: See TracChangeset
for help on using the changeset viewer.