Ignore:
Timestamp:
Apr 17, 2016, 10:23:21 PM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • fix for 1D in writediagfi to enable writing at "ecritphy" rate.
  • removed iniprint.h from phymars/dyn1d since it is in "misc"
  • Some code cleanup in anticipation of future updates:
    • changed variable names in comgeomphy.F90: give them more explicit names: rlond => longitude , rlatd => latitude, airephy => cell_area, cuphy => dx , cvphy => dy
    • removed long(), lati() and area() from comgeomfi_h.F90, use longitude(), latitude() and cell_are() from comgeomphy.F90 instead

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1540 r1541  
    22562256  "dynphy_lonlat".
    22572257- "iniprint.h" moved from "dyn3d" to "misc".
     2258
     2259== 17/04/2016 == EM
     2260- fix for 1D in writediagfi to enable writing at
     2261  "ecritphy" rate.
     2262- removed iniprint.h from phymars/dyn1d since it is in "misc"
     2263- Some code cleanup in anticipation of future updates:
     2264 - changed variable names in comgeomphy.F90: give them more
     2265   explicit names: rlond => longitude ,
     2266   rlatd => latitude, airephy => cell_area,
     2267   cuphy => dx , cvphy => dy
     2268 - removed long(), lati() and area() from comgeomfi_h.F90,
     2269   use longitude(), latitude() and cell_are() from
     2270   comgeomphy.F90 instead
     2271
Note: See TracChangeset for help on using the changeset viewer.