Ignore:
Timestamp:
May 7, 2014, 12:35:26 PM (11 years ago)
Author:
emillour
Message:

Mars GCM and common dynamics:

Common dynamics:

  • correction in inidissip (only matters in Martian case)
  • added correction in addfi on theta to account for surface pressure change.

Mars GCM:
Some fixes and updates:

  • addfi (dyn3d): Add correction on theta when surface pressure changes
  • vdif_cd (phymars): Correction for coefficients in stable nighttime case
  • jthermcalc (aeronomars): Fix for some pathological cases (further investigations on the origin of these is needed)

EM

File:
1 edited

Legend:

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

    r1236 r1238  
    195195         else
    196196c For Ri>Ric, we consider Ri->Infinity => no turbulent mixing at surface
    197             fm(ig)=0.
    198             fh(ig)=0.
     197!            fm(ig)=0.
     198!            fh(ig)=0.
     199            fm(ig)=1.
     200            fh(ig)=1.
    199201         endif
    200202c Unstable case :
Note: See TracChangeset for help on using the changeset viewer.