source: trunk/LMDZ.GENERIC/libf/phystd/comgeomfi_h.F90 @ 1303

Last change on this file since 1303 was 1295, checked in by milmd, 10 years ago

LMDZ.GENERIC. Diagnostics are done globally. They slightly differ from previous version because of some shorcuts. Correct a bug when using meanOLR option.

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.