Ignore:
Timestamp:
Jan 22, 2019, 1:56:34 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:

  • Fix a typo in the Van Leer routine vlz_fi.F in the case of w < 0 (negative vertical velocity).

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vlz_fi.F

    r1266 r2077  
    162162             if (m.gt.0) then
    163163                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)*
    165165     &          (q(ij,m)-0.5*(1.+sigw)*dzq(ij,m))  )
    166166             else
Note: See TracChangeset for help on using the changeset viewer.