source: trunk/LMDZ.GENERIC/libf/phystd/comsaison_h.F90 @ 1326

Last change on this file since 1326 was 1326, checked in by jleconte, 11 years ago

18/08/2014 == JL

  • corrected insolation calculation in locked and inclined case (proper calculation of sub solar longitude and declination)
File size: 223 bytes
Line 
1
2       module comsaison_h
3
4       implicit none
5
6       integer isaison
7       logical callsais
8       real dist_star,declin,right_ascen
9
10       real, allocatable, dimension(:) :: mu0,fract
11
12       end module comsaison_h
Note: See TracBrowser for help on using the repository browser.