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

Last change on this file since 224 was 224, checked in by ymipsl, 10 years ago
File size: 211 bytes
Line 
1
2       module comsaison_h
3
4       implicit none
5
6       integer isaison
7       logical callsais
8       real dist_star,declin
9
10       real, allocatable, dimension(:) :: mu0,fract
11
12       end module comsaison_h
Note: See TracBrowser for help on using the repository browser.