Oasis3 4.0.2
mod_printing.F90
Go to the documentation of this file.
00001 MODULE mod_printing
00002 !
00003 ! -- printing.h   30-04-99   Version 2.3   Author: Sophie Valcke
00004 !    **********  
00005 !@
00006 !@  Contents : variables related to printing level in cplout
00007 !@  --------
00008 !@
00009 !@ -- nlogprt : printing level in output file cplout: 0 = no printing
00010 !@      1 = main routines and field names when treated, 2 = complete output
00011 !@
00012 ! -------------------------------------------------------------------
00013 !
00014   USE mod_kinds_oasis
00015   INTEGER(kind=ip_intwp_p) :: nlogprt
00016 !
00017 END MODULE mod_printing
00018 ! -------------------------------------------------------------------
00019 
00020 
00021 
00022 
 All Data Structures Namespaces Files Functions Variables Defines