Changeset 1989 for trunk


Ignore:
Timestamp:
Aug 28, 2018, 4:30:21 PM (6 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)

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1988 r1989  
    13861386This has been done for water ice in aeropacity, but same correction should probably be done for other aerosol types.
    13871387
     1388== 28/08/2018 == JL
     1389correct 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  
    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.