Changeset 2323 for trunk


Ignore:
Timestamp:
May 14, 2020, 4:11:59 PM (5 years ago)
Author:
mvals
Message:

Mars GCM:
Follow-up of the last commit for the transport of the isotopic ratio: forgot the initialisation of zq0() in callsedim_mod.F !
MV

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2322 r2323  
    30393039  callsedim_mod.F: implementation of the transport of the isotopic ratio in the Van Leer scheme used for sedimentation (applies to hdo ice)
    30403040  co2condens_mod.F: implementation of the transport of the isotopic ratio in the Van Leer scheme used for condensation of CO2 (applies to hdo ice and vapour)
     3041
     3042== 14/05/2020 == MV
     3043Follow-up of the last commit for the transport of the isotopic ratio: forgot the initialisation of zq0() in callsedim_mod.F !
  • trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F

    r2322 r2323  
    338338c     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    339339      zqi(1:ngrid,1:nlay,1:nq)=pq(1:ngrid,1:nlay,1:nq)
     340     &                         +pdqfi(1:ngrid,1:nlay,1:nq)*ptimestep
     341      zq0(1:ngrid,1:nlay,1:nq)=pq(1:ngrid,1:nlay,1:nq) !MVals: keep the input value
    340342     &                         +pdqfi(1:ngrid,1:nlay,1:nq)*ptimestep
    341343      zt(1:ngrid,1:nlay)=pt(1:ngrid,1:nlay)
Note: See TracChangeset for help on using the changeset viewer.