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

Last change on this file since 224 was 224, checked in by ymipsl, 10 years ago
File size: 178 bytes
Line 
1
2       module comdiurn_h
3
4       implicit none
5
6       real, allocatable, dimension(:) :: sinlon, coslon, sinlat, coslat
7       logical :: ldiurn
8
9       end module comdiurn_h
10
Note: See TracBrowser for help on using the repository browser.