source: codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/config/ppsrc/phys/comgeomfi_h.f90 @ 224

Last change on this file since 224 was 224, checked in by ymipsl, 10 years ago
File size: 176 bytes
Line 
1
2       module comgeomfi_h
3
4       implicit none
5
6       REAL,ALLOCATABLE,DIMENSION(:) :: long,lati,area
7       REAL :: totarea, totarea_planet
8
9       end module comgeomfi_h
10
Note: See TracBrowser for help on using the repository browser.