source: LMDZ5/branches/testing/libf/phymar/yoedbug.F90 @ 2787

Last change on this file since 2787 was 2160, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

File size: 564 bytes
Line 
1MODULE YOEDBUG
2
3
4#include "tsmbkind.h"
5
6IMPLICIT NONE
7
8SAVE
9
10!     ------------------------------------------------------------------
11!*    ** *YOEDBUG* - HELP FOR "MANUAL" DEBUGGING
12!     ------------------------------------------------------------------
13
14LOGICAL 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!     ------------------------------------------------------------------
25END MODULE YOEDBUG
Note: See TracBrowser for help on using the repository browser.