Changeset 2788 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Aug 31, 2022, 10:02:24 AM (2 years ago)
Author:
slebonnois
Message:

SL: bug correction in physiq (linked to mean molecular mass)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/physiq_mod.F

    r2780 r2788  
    607607       do ig=1,klon
    608608         do j=1,klev
    609             rnew(ig,j)=R
     609            rnew(ig,j)=RD
    610610            cpnew(ig,j)=cpdet(t(ig,j))
    611611            mmean(ig,j)=RMD
    612612            akknew(ig,j)=1.e-4
    613             rho(ig,j)=pplay(ig,j)*mmean(ig,j)*1e-3/(rnew(ig,j)*t(ig,j))
     613            rho(ig,j)=pplay(ig,j)/(rnew(ig,j)*t(ig,j))
    614614          enddo
    615615
Note: See TracChangeset for help on using the changeset viewer.