Line | |
---|
1 | |
---|
2 | module comsaison_h |
---|
3 | |
---|
4 | implicit none |
---|
5 | |
---|
6 | ! integer,save :: isaison |
---|
7 | ! logical,save :: callsais |
---|
8 | !!$OMP THREADPRIVATE(isaison,callsais) |
---|
9 | |
---|
10 | real,save :: dist_star ! Distance Star-Planet in UA |
---|
11 | real,save :: declin ! Solar declination (rad) |
---|
12 | real,save :: right_ascen ! Right ascension (rad) |
---|
13 | !$OMP THREADPRIVATE(dist_star,declin,right_ascen) |
---|
14 | |
---|
15 | real, allocatable, dimension(:) :: mu0,fract |
---|
16 | !$OMP THREADPRIVATE(mu0,fract) |
---|
17 | |
---|
18 | end module comsaison_h |
---|
Note: See
TracBrowser
for help on using the repository browser.