/[MITgcm]/MITgcm/pkg/monitor/mon_init.F
ViewVC logotype

Contents of /MITgcm/pkg/monitor/mon_init.F

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


Revision 1.11 - (show annotations) (download)
Wed Jul 1 14:49:22 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62c, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint63g, checkpoint64, checkpoint62, checkpoint63, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62b, checkpoint64a, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.10: +5 -3 lines
change error msg when stopping in MON_SOLUTION (add iteration number ...)

1 C $Header: /u/gcmpack/MITgcm/pkg/monitor/mon_init.F,v 1.10 2006/10/17 19:01:48 jmc Exp $
2 C $Name: $
3
4 #include "MONITOR_OPTIONS.h"
5
6 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
7 CBOP
8 C !ROUTINE: MON_INIT
9
10 C !INTERFACE:
11 SUBROUTINE MON_INIT( myThid )
12
13 C !DESCRIPTION:
14 C Set default monitor internal setup.
15
16 C !USES:
17 IMPLICIT NONE
18 #include "SIZE.h"
19 #include "EEPARAMS.h"
20 #include "PARAMS.h"
21 #include "MONITOR.h"
22
23 C !INPUT PARAMETERS:
24 INTEGER myThid
25 CEOP
26
27 C !LOCAL VARIABLES:
28 c CHARACTER*(MAX_LEN_MBUF) msgbuf
29
30 C Since monitor does not have a "data" file of its own, all its
31 C output flags are set in "model/src/ini_parms.F". Please see the
32 C IO section of that file for the monitor flags.
33
34 C Set monitor I/O to standard output by default
35 C and prefix monitor "variables" with mon by default.
36 CALL MON_SET_IOUNIT( standardMessageUnit, myThid )
37 CALL MON_SET_PREF ( mon_string_none , myThid )
38
39 _BEGIN_MASTER(myThid)
40 C Internal parameter for continuing when monitor_solution would
41 C otherwise decide to stop the code.
42 c mon_overrideStop=.FALSE.
43 monSolutionMaxRange = 1. _d +4
44 IF ( fluidIsWater ) monSolutionMaxRange = 1. _d +3
45 _END_MASTER(myThid)
46
47 _BARRIER
48
49 RETURN
50 END

  ViewVC Help
Powered by ViewVC 1.1.22