Ignore:
Timestamp:
Apr 18, 2016, 8:45:35 AM (9 years ago)
Author:
emillour
Message:

Generic GCM:

  • fix for 1D in writediagfi to enable writing at "ecritphy" rate.
  • move iniprint.h to "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.GENERIC/README

    r1540 r1542  
    11901190- "iniprint.h" moved from "dyn3d" to "misc".
    11911191
    1192 
     1192== 18/04/2016 == EM
     1193- fix for 1D in writediagfi to enable writing at
     1194  "ecritphy" rate.
     1195- move iniprint.h to "misc"
     1196- Some code cleanup in anticipation of future updates:
     1197 - changed variable names in comgeomphy.F90: give them more
     1198   explicit names: rlond => longitude ,
     1199   rlatd => latitude, airephy => cell_area,
     1200   cuphy => dx , cvphy => dy
     1201 - removed long(), lati() and area() from comgeomfi_h.F90,
     1202   use longitude(), latitude() and cell_are() from
     1203   comgeomphy.F90 instead
     1204
     1205
Note: See TracChangeset for help on using the changeset viewer.