Ignore:
Timestamp:
Aug 28, 2018, 4:30:21 PM (7 years ago)
Author:
jleconte
Message:

28/08/2018 == JL

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90 ΒΆ

    r1984 r1989  
    12851285            ! Water ice / liquid precipitation.
    12861286            ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     1287            zdqrain(1:ngrid,1:nlayer,1:nq) = 0.0  !JL18 need to do that everytimestep if mass redis is on.
     1288
    12871289            if(waterrain)then
    12881290
    1289                zdqrain(1:ngrid,1:nlayer,1:nq) = 0.0
    12901291               zdqsrain(1:ngrid)    = 0.0
    12911292               zdqssnow(1:ngrid)    = 0.0
Note: See TracChangeset for help on using the changeset viewer.