LMDZ
yoedbug.F90
Go to the documentation of this file.
1 MODULE yoedbug
2 
3 USE parkind1 ,ONLY : jpim ,jprb
4 
5 IMPLICIT NONE
6 
7 SAVE
8 
9 ! -------------------------------------------------
10 !* ** *YOEDBUG* - CONTROL OPTIONS FOR DEBUGGING HELP
11 ! -------------------------------------------------
12 INTEGER(KIND=JPIM) :: kstpdbg(3)
13 ! ------------------------------------------------------------------
14 
15 !$OMP THREADPRIVATE(kstpdbg)
16 
17 END MODULE yoedbug
18 
integer, parameter jprb
Definition: parkind1.F90:31
integer(kind=jpim), dimension(3) kstpdbg
Definition: yoedbug.F90:12
integer, parameter jpim
Definition: parkind1.F90:13