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/libf/phystd/comgeomfi_h.F90

    r1520 r1542  
    44       implicit none
    55
    6        REAL,ALLOCATABLE,DIMENSION(:),SAVE :: long,lati,area
    7        REAL,SAVE :: totarea, totarea_planet
    8 !$OMP THREADPRIVATE(long,lati,area,totarea,totarea_planet)
     6       REAL,SAVE :: totarea ! total surface (m2) for this local (MPI/OpenMP) domain
     7       REAL,SAVE :: totarea_planet ! total planetary surface (m2)
     8!$OMP THREADPRIVATE(totarea,totarea_planet)
    99
    1010       end module comgeomfi_h
Note: See TracChangeset for help on using the changeset viewer.