source:
trunk/LMDZ.GENERIC/libf/phystd/comsaison_h.F90
@
1862
Last change on this file since 1862 was 1327, checked in by , 10 years ago | |
---|---|
File size: 288 bytes |
Rev | Line | |
---|---|---|
[787] | 1 | |
2 | module comsaison_h | |
3 | ||
4 | implicit none | |
5 | ||
6 | integer isaison | |
7 | logical callsais | |
[1326] | 8 | real dist_star,declin,right_ascen |
[787] | 9 | |
10 | real, allocatable, dimension(:) :: mu0,fract | |
[1327] | 11 | !$OMP THREADPRIVATE(isaison,callsais,dist_star,declin,mu0,fract) |
[787] | 12 | |
13 | end module comsaison_h |
Note: See TracBrowser
for help on using the repository browser.