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.COMMON/libf/dyn3d/addfi.F

    r1189 r1238  
    103103       ENDDO
    104104      ENDDO
    105 c
     105!***********************
     106! Correction on teta due to surface pressure changes
     107      DO k = 1,llm
     108        DO j = 1,ip1jmp1
     109           pteta(j,k)= pteta(j,k)*(1+pdpfi(j)*pdt/pps(j))**kappa
     110        ENDDO
     111      ENDDO
     112!***********************
    106113
    107114      DO k = 1,llm
Note: See TracChangeset for help on using the changeset viewer.