yoedbug.F90 Source File


This file depends on

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

Files dependent on this one

sourcefile~~yoedbug.f90~~AfferentGraph sourcefile~yoedbug.f90 yoedbug.F90 sourcefile~su_aerw.f90 su_aerw.F90 sourcefile~su_aerw.f90->sourcefile~yoedbug.f90 sourcefile~su_aerw.f90~2 su_aerw.F90 sourcefile~su_aerw.f90~2->sourcefile~yoedbug.f90

Contents

Source Code


Source Code

MODULE YOEDBUG

USE PARKIND1  ,ONLY : JPIM     ,JPRB

IMPLICIT NONE

SAVE

!     -------------------------------------------------
!*    ** *YOEDBUG* - CONTROL OPTIONS FOR DEBUGGING HELP
!     -------------------------------------------------
INTEGER(KIND=JPIM) :: KSTPDBG(3)
!     ------------------------------------------------------------------

!$OMP THREADPRIVATE(kstpdbg)

END MODULE YOEDBUG