/[MITgcm]/MITgcm/pkg/diagnostics/DIAGNOSTICS_CALC.h
ViewVC logotype

Contents of /MITgcm/pkg/diagnostics/DIAGNOSTICS_CALC.h

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


Revision 1.3 - (show annotations) (download)
Mon Aug 1 20:38:39 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e
Changes since 1.2: +5 -1 lines
File MIME type: text/plain
add internal param for printing if first call.

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAGNOSTICS_CALC.h,v 1.2 2011/07/22 19:47:14 jmc Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: DIAGNOSTICS_CALC.h
6 C !INTERFACE:
7 C include "DIAGNOSTICS_CALC.h"
8 C !DESCRIPTION:
9 C \bv
10 C *==========================================================*
11 C | DIAGNOSTICS_CALC.h
12 C | o Hold parameters and variables used in post-processing
13 C | diagnostics
14 C *==========================================================*
15 C *==========================================================*
16 C \ev
17 CEOP
18
19 C DIAGNOSTICS_CALC common block:
20 C prtFirstCall :: print messages if first call
21 C-- used in Velocity-Potential calculation:
22 C diagCG_maxIters :: max number of iterations in diag_cg2d solver
23 C diagCG_prtResFrq :: frequency for printing residual in CG iterations
24 C diagCG_resTarget :: residual target for diag_cg2d solver (no units)
25 C-- used in Stream-Function calculation:
26 C iPsi0,jPsi0 :: indices of grid-point location where Psi == 0
27 C xPsi0,yPsi0 :: grid-point coordinate where Psi == 0
28
29 LOGICAL prtFirstCall
30 INTEGER diagCG_maxIters
31 INTEGER diagCG_prtResFrq
32 INTEGER iPsi0(nSx,nSy)
33 INTEGER jPsi0(nSx,nSy)
34 _RL diagCG_resTarget
35 _RS xPsi0, yPsi0
36 COMMON / DIAGNOSTICS_CALC_L /
37 & prtFirstCall
38 COMMON / DIAGNOSTICS_CALC_I /
39 & diagCG_maxIters, diagCG_prtResFrq,
40 & iPsi0, jPsi0
41 COMMON / DIAGNOSTICS_CALC_RL /
42 & diagCG_resTarget
43 COMMON / DIAGNOSTICS_CALC_RS /
44 & xPsi0, yPsi0
45
46 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22