Changeset 2077
- Timestamp:
- Jan 22, 2019, 1:56:34 PM (6 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2042 r2077 2673 2673 2674 2674 et jthermcalc.F 2675 2676 == 22/01/2019 == MV 2677 - Fix a typo in the Van Leer routine vlz_fi.F in the case of w < 0 (negative vertical velocity). -
trunk/LMDZ.MARS/libf/phymars/vlz_fi.F
r1266 r2077 162 162 if (m.gt.0) then 163 163 sigw=(w(ij,l+1)+Mtot)/masse(ij,m) 164 wq(ij,l+1)= (MQtot + (-w(ij,l+1)-Mtot)*164 wq(ij,l+1)= - (MQtot + (-w(ij,l+1)-Mtot)* 165 165 & (q(ij,m)-0.5*(1.+sigw)*dzq(ij,m)) ) 166 166 else
Note: See TracChangeset
for help on using the changeset viewer.