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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.