LMDZ
yomcoaphy.F90
Go to the documentation of this file.
1 MODULE yomcoaphy
2 
3 USE parkind1 ,ONLY : jpim
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 !* ** *YOEPHY* - SWITCHES RELATED TO DIABATIC PROCESSES
12 ! -----------------------------------------------------------------
13 
14 ! * E.C.M.W.F. PHYSICS PACKAGE *
15 
16 INTEGER(KIND=JPIM) :: nphyint ! NPHYINT=0 -> Physics and dynamics at the same resolution
17  ! NPHYINT=1 -> Physics grid coarser than dynamics grid
18  ! NPHYINT=2 -> Physics grid finer than dynamics grid
20 CHARACTER (LEN = 32) :: cptablefil
21 CHARACTER (LEN = 256) :: cptabledir
22 
23 !$OMP THREADPRIVATE(cptabledir,cptablefil,nphyint,phys_gppbuf)
24 END MODULE yomcoaphy
character(len=32) cptablefil
Definition: yomcoaphy.F90:20
integer(kind=jpim) nphyint
Definition: yomcoaphy.F90:16
type(gridpoint_buffer) phys_gppbuf
Definition: yomcoaphy.F90:19
integer, parameter jpim
Definition: parkind1.F90:13
character(len=256) cptabledir
Definition: yomcoaphy.F90:21