|
Last change
on this file since 3651 was
2366,
checked in by jvatant, 5 years ago
|
|
Titan GCM : Major maintenance catching up commits from the generic including :
- r2356 and 2354 removing obsolete old dynamical core
- various minor addition to physics and gestion of phys_state_var_mode, especially in dyn1d
- adding MESOSCALE CPP keys around chemistry and microphysics (disabled in mesoscale for now)
|
|
File size:
370 bytes
|
| 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,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.