source: LMDZ5/trunk/libf/phylmd/rrtm/yomct3.F90 @ 1992

Last change on this file since 1992 was 1990, checked in by Laurent Fairhead, 11 years ago

Corrections à la version r1989 pour permettre la compilation avec RRTM
Inclusion de la licence CeCILL_V2 pour RRTM


Changes to revision r1989 to enable RRTM code compilation
RRTM part put under CeCILL_V2 licence

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 660 bytes
Line 
1MODULE YOMCT3
2
3USE PARKIND1  ,ONLY : JPIM     ,JPRB
4
5IMPLICIT NONE
6
7SAVE
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
18INTEGER(KIND=JPIM) :: NSTEP
19LOGICAL :: LGPQINSP
20LOGICAL :: LSPC_FROM_DI
21LOGICAL :: LRECALL_SUHDF_IN_CNT4
22
23!     ------------------------------------------------------------------
24END MODULE YOMCT3
Note: See TracBrowser for help on using the repository browser.