Last change
on this file since 3523 was
1883,
checked in by emillour, 7 years ago
|
Generic GCM:
- fix rcm1d.F to cope with modifications introduced in revision 1835-1836
- also add some missing threadprivate OpenMP directives in phys_state_var_mod
and turb_mod
EM
|
File size:
370 bytes
|
Rev | Line | |
---|
[787] | 1 | |
---|
| 2 | module comsaison_h |
---|
| 3 | |
---|
| 4 | implicit none |
---|
| 5 | |
---|
[1883] | 6 | ! integer,save :: isaison |
---|
| 7 | ! logical,save :: callsais |
---|
| 8 | !!$OMP THREADPRIVATE(isaison,callsais) |
---|
[787] | 9 | |
---|
[1883] | 10 | real,save :: dist_star,declin,right_ascen |
---|
| 11 | !$OMP THREADPRIVATE(dist_star,declin,right_ascen) |
---|
| 12 | |
---|
[787] | 13 | real, allocatable, dimension(:) :: mu0,fract |
---|
[1883] | 14 | !$OMP THREADPRIVATE(mu0,fract) |
---|
[787] | 15 | |
---|
| 16 | end module comsaison_h |
---|
Note: See
TracBrowser
for help on using the repository browser.