Changeset 1130 for trunk/LMDZ.MARS/libf/phymars/comgeomfi_h.F90
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/comgeomfi_h.F90
r1047 r1130 5 5 6 6 ! These arrays are allocated in inifis 7 REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: long,lati,area 7 REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: long ! longitudes (rad) 8 REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: lati ! latitudes (rad) 9 REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: area ! mesh area (m2) 8 10 REAL,SAVE :: totarea 9 11
Note: See TracChangeset
for help on using the changeset viewer.