/[MITgcm]/MITgcm/pkg/monitor/MONITOR.h
ViewVC logotype

Annotation of /MITgcm/pkg/monitor/MONITOR.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Jun 18 17:39:59 2001 UTC (22 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, release1_b1, checkpoint43, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5, ecco-branch-mod1, release1_beta1, checkpoint42, checkpoint40, checkpoint41
Branch point for: release1, ecco-branch, release1_coupled
File MIME type: text/plain
Add to main branch of
  o CS atmos with AIM physics
  o Multi-threaded AIM physics for LatLon and CS tests
  o Tidied up monitor() output

1 cnh 1.1 C $Header: /u/gcmpack/models/MITgcmUV/eesupp/inc/EEPARAMS.h,v 1.9 2001/05/29 14:01:35 adcroft Exp $
2     C $Name: $
3     C
4     C /==========================================================\
5     C | MONITOR.h |
6     C |==========================================================|
7     C | Parameters for "monitor" setup. |
8     C | Monitor routines ( prefixed MON_ ) provide a simple |
9     C | set of utilities for outputting useful runtime diagnostic|
10     C | information. They use a standard format so that the |
11     C | monitor output can be parsed offline to help in trouble |
12     C | shooting. |
13     C | Monitor setup params should be set through appropriate |
14     C | MON_ routines to ensure that changes are made in a |
15     C | thread-safe fashion. |
16     C \==========================================================/
17    
18     C-- Monitor head and tail strings
19     CHARACTER*(*) mon_head
20     PARAMETER ( mon_head = '%MON' )
21     CHARACTER*(*) mon_foot_min
22     PARAMETER ( mon_foot_min = '_min' )
23     CHARACTER*(*) mon_foot_max
24     PARAMETER ( mon_foot_max = '_max' )
25     CHARACTER*(*) mon_foot_sd
26     PARAMETER ( mon_foot_sd = '_sd' )
27     CHARACTER*(*) mon_foot_mean
28     PARAMETER ( mon_foot_mean = '_mean' )
29     CHARACTER*(*) mon_string_none
30     PARAMETER ( mon_string_none = 'NONE')
31    
32     C-- COMMON /MON_I/ Monitor integer variables
33     C mon_ioUnit - Used to specify the output unit for monitor IO.
34     C mon_prefL - Prefix length of current mon_ prefix
35     COMMON /MON_I/ mon_ioUnit, mon_prefL
36     INTEGER mon_ioUnit
37     INTEGER mon_prefL
38    
39     C-- COMMON /MON_C/ Monitor character variables
40     C mon_pref - Prefix used for monitor output
41     COMMON /MON_C/ mon_pref
42     CHARACTER*(MAX_LEN_MBUF) mon_pref

  ViewVC Help
Powered by ViewVC 1.1.22