/[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.4 - (show annotations) (download)
Tue Nov 18 23:53:04 2014 UTC (9 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g, HEAD
Changes since 1.3: +4 -2 lines
File MIME type: text/plain
add preconditioner off-diagonal factor (diagCG_pcOffDFac) as run-time params

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAGNOSTICS_CALC.h,v 1.3 2011/08/01 20:38:39 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 diagCG_pcOffDFac :: diag_cg2d preconditioner off-diagonal factor
26 C-- used in Stream-Function calculation:
27 C iPsi0,jPsi0 :: indices of grid-point location where Psi == 0
28 C xPsi0,yPsi0 :: grid-point coordinate where Psi == 0
29
30 LOGICAL prtFirstCall
31 INTEGER diagCG_maxIters
32 INTEGER diagCG_prtResFrq
33 INTEGER iPsi0(nSx,nSy)
34 INTEGER jPsi0(nSx,nSy)
35 _RL diagCG_resTarget
36 _RL diagCG_pcOffDFac
37 _RS xPsi0, yPsi0
38 COMMON / DIAGNOSTICS_CALC_L /
39 & prtFirstCall
40 COMMON / DIAGNOSTICS_CALC_I /
41 & diagCG_maxIters, diagCG_prtResFrq,
42 & iPsi0, jPsi0
43 COMMON / DIAGNOSTICS_CALC_RL /
44 & diagCG_resTarget, diagCG_pcOffDFac
45 COMMON / DIAGNOSTICS_CALC_RS /
46 & xPsi0, yPsi0
47
48 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22