- Timestamp:
- Aug 28, 2018, 4:30:21 PM (6 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1988 r1989 1386 1386 This has been done for water ice in aeropacity, but same correction should probably be done for other aerosol types. 1387 1387 1388 == 28/08/2018 == JL 1389 correct bug on rain initialization at each timestep in physiqu_mod so that mass_redist can work without rain (if precipitations are taken care with sedimentation for example) -
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.