LMDZ
yoedbug.F90
Go to the documentation of this file.
1 MODULE yoedbug
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! ------------------------------------------------------------------
11 !* ** *YOEDBUG* - HELP FOR "MANUAL" DEBUGGING
12 ! ------------------------------------------------------------------
13 
14 LOGICAL ldebug
15 
16 
17 ! * E.C.M.W.F. PHYSICS PACKAGE *
18 
19 ! J.-J. MORCRETTE E.C.M.W.F. 89/07/14
20 
21 ! NAME TYPE PURPOSE
22 ! ---- : ---- : ---------------------------------------------------
23 
24 ! ------------------------------------------------------------------
25 END MODULE yoedbug
logical ldebug
Definition: yoedbug.F90:14