Last change
on this file since 5308 was
3331,
checked in by acozic, 6 years ago
|
Add modification for isotopes
|
-
Property svn:executable set to
*
|
File size:
731 bytes
|
Line | |
---|
1 | MODULE YOMCT3 |
---|
2 | |
---|
3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
---|
4 | |
---|
5 | IMPLICIT NONE |
---|
6 | |
---|
7 | SAVE |
---|
8 | |
---|
9 | ! ------------------------------------------------------------------ |
---|
10 | |
---|
11 | !* Control variables for the model (changed at level 3) |
---|
12 | |
---|
13 | ! NSTEP : current timestep of model |
---|
14 | ! LGPQINSP : .TRUE. if grid-point Q initialized from spectral field |
---|
15 | ! LSPC_FROM_DI: T (resp. F) if SPCH is called from STEPO (resp. STEPOTL). |
---|
16 | ! LRECALL_SUHDF_IN_CNT4: T if SUHDF must be called again in CNT4. |
---|
17 | |
---|
18 | INTEGER(KIND=JPIM) :: NSTEP |
---|
19 | LOGICAL :: LGPQINSP |
---|
20 | LOGICAL :: LSPC_FROM_DI |
---|
21 | LOGICAL :: LRECALL_SUHDF_IN_CNT4 |
---|
22 | |
---|
23 | ! ------------------------------------------------------------------ |
---|
24 | !$OMP THREADPRIVATE(lgpqinsp,lrecall_suhdf_in_cnt4,lspc_from_di,nstep) |
---|
25 | END MODULE YOMCT3 |
---|
Note: See
TracBrowser
for help on using the repository browser.