source: CPL/oasis3/trunk/src/mod/oasis3/src/mod_printing.F90 @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 566 bytes
Line 
1MODULE mod_printing
2!
3! -- printing.h   30-04-99   Version 2.3   Author: Sophie Valcke
4!    ********** 
5!@
6!@  Contents : variables related to printing level in cplout
7!@  --------
8!@
9!@ -- nlogprt : printing level in output file cplout: 0 = no printing
10!@      1 = main routines and field names when treated, 2 = complete output
11!@
12! -------------------------------------------------------------------
13!
14  USE mod_kinds_oasis
15  INTEGER(kind=ip_intwp_p) :: nlogprt
16!
17END MODULE mod_printing
18! -------------------------------------------------------------------
19
20
21
22
Note: See TracBrowser for help on using the repository browser.