- Timestamp:
- May 14, 2020, 4:11:59 PM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2322 r2323 3039 3039 callsedim_mod.F: implementation of the transport of the isotopic ratio in the Van Leer scheme used for sedimentation (applies to hdo ice) 3040 3040 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 3043 Follow-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 338 338 c ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 339 339 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 340 342 & +pdqfi(1:ngrid,1:nlay,1:nq)*ptimestep 341 343 zt(1:ngrid,1:nlay)=pt(1:ngrid,1:nlay)
Note: See TracChangeset
for help on using the changeset viewer.