Last change
on this file since 2366 was
2366,
checked in by jvatant, 4 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
|
Rev | Line | |
---|
[787] | 1 | |
---|
| 2 | module comsaison_h |
---|
| 3 | |
---|
| 4 | implicit none |
---|
| 5 | |
---|
[2366] | 6 | ! integer,save :: isaison |
---|
| 7 | ! logical,save :: callsais |
---|
| 8 | !!$OMP THREADPRIVATE(isaison,callsais) |
---|
[787] | 9 | |
---|
[2366] | 10 | real,save :: dist_star,declin,right_ascen |
---|
| 11 | !$OMP THREADPRIVATE(dist_star,declin,right_ascen) |
---|
| 12 | |
---|
[787] | 13 | real, allocatable, dimension(:) :: mu0,fract |
---|
[2366] | 14 | !$OMP THREADPRIVATE(mu0,fract) |
---|
[787] | 15 | |
---|
| 16 | end module comsaison_h |
---|
Note: See
TracBrowser
for help on using the repository browser.