yomct0b.F90 Source File


This file depends on

sourcefile~~yomct0b.f90~~EfferentGraph sourcefile~yomct0b.f90 yomct0b.F90 sourcefile~parkind1.f90 parkind1.F90 sourcefile~yomct0b.f90->sourcefile~parkind1.f90

Files dependent on this one

sourcefile~~yomct0b.f90~~AfferentGraph sourcefile~yomct0b.f90 yomct0b.F90 sourcefile~su0phy.f90 su0phy.F90 sourcefile~su0phy.f90->sourcefile~yomct0b.f90 sourcefile~suphy2.f90~2 suphy2.F90 sourcefile~suphy2.f90~2->sourcefile~yomct0b.f90 sourcefile~suphy1.f90 suphy1.F90 sourcefile~suphy1.f90->sourcefile~yomct0b.f90 sourcefile~suphy0.f90~2 suphy0.F90 sourcefile~suphy0.f90~2->sourcefile~yomct0b.f90 sourcefile~suphy0.f90 suphy0.F90 sourcefile~suphy0.f90->sourcefile~yomct0b.f90 sourcefile~suphy1.f90~2 suphy1.F90 sourcefile~suphy1.f90~2->sourcefile~yomct0b.f90 sourcefile~suinit.f90 suinit.F90 sourcefile~suinit.f90->sourcefile~yomct0b.f90 sourcefile~sutoph.f90~2 sutoph.F90 sourcefile~sutoph.f90~2->sourcefile~yomct0b.f90 sourcefile~suphy3.f90 suphy3.F90 sourcefile~suphy3.f90->sourcefile~yomct0b.f90 sourcefile~suinit.f90~2 suinit.F90 sourcefile~suinit.f90~2->sourcefile~yomct0b.f90 sourcefile~su0phy.f90~2 su0phy.F90 sourcefile~su0phy.f90~2->sourcefile~yomct0b.f90 sourcefile~suecrad.f90 suecrad.F90 sourcefile~suecrad.f90->sourcefile~yomct0b.f90 sourcefile~surayolmd.f90 surayolmd.F90 sourcefile~surayolmd.f90->sourcefile~yomct0b.f90 sourcefile~surayolmd.f90~2 surayolmd.F90 sourcefile~surayolmd.f90~2->sourcefile~yomct0b.f90 sourcefile~suphy3.f90~2 suphy3.F90 sourcefile~suphy3.f90~2->sourcefile~yomct0b.f90 sourcefile~sutoph.f90 sutoph.F90 sourcefile~sutoph.f90->sourcefile~yomct0b.f90 sourcefile~suphy2.f90 suphy2.F90 sourcefile~suphy2.f90->sourcefile~yomct0b.f90 sourcefile~suecrad.f90~2 suecrad.F90 sourcefile~suecrad.f90~2->sourcefile~yomct0b.f90

Contents

Source Code


Source Code

MODULE YOMCT0B

USE PARKIND1  ,ONLY : JPIM     ,JPRB

IMPLICIT NONE

SAVE

!     ------------------------------------------------------------------

!*  Control variables for the default set-up DO NOT USE THEM OUT OF THE SET-UP !ub

! LECMWF  : .T. = set-up default values used at ECMWF
!           .F. = set-up default values used at METEO-FRANCE
LOGICAL :: LECMWF

!     ------------------------------------------------------------------
!$OMP THREADPRIVATE(lecmwf)
END MODULE YOMCT0B