|
Last change
on this file since 3210 was
3184,
checked in by afalco, 22 months ago
|
|
Pluto PCM:
Added LMDZ.PLUTO, a copy of the generic model,
cleaned from some unnecessary modules (water, ...)
AF
|
|
File size:
370 bytes
|
| Rev | Line | |
|---|
| [3184] | 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,declin,right_ascen |
|---|
| 11 | !$OMP THREADPRIVATE(dist_star,declin,right_ascen) |
|---|
| 12 | |
|---|
| 13 | real, allocatable, dimension(:) :: mu0,fract |
|---|
| 14 | !$OMP THREADPRIVATE(mu0,fract) |
|---|
| 15 | |
|---|
| 16 | end module comsaison_h |
|---|
Note: See
TracBrowser
for help on using the repository browser.