LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
yomct3.F90
Go to the documentation of this file.
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
yomct3::lgpqinsp
logical lgpqinsp
Definition:
yomct3.F90:19
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:31
yomct3::lrecall_suhdf_in_cnt4
logical lrecall_suhdf_in_cnt4
Definition:
yomct3.F90:21
parkind1
Definition:
parkind1.F90:1
yomct3::nstep
integer(kind=jpim) nstep
Definition:
yomct3.F90:18
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
yomct3::lspc_from_di
logical lspc_from_di
Definition:
yomct3.F90:20
yomct3
Definition:
yomct3.F90:1
libf
phylmd
rrtm
yomct3.F90
Generated on Wed Dec 2 2015 16:27:22 for LMDZ by
1.8.9.1