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

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

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


Revision 1.2 - (show annotations) (download)
Tue Jan 24 02:59:47 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post
Changes since 1.1: +5 -5 lines
File MIME type: text/plain
change names ("set" replace "level" for the region-mask array) that
 were confusing

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAGSTATS_REGIONS.h,v 1.1 2006/01/23 22:24:28 jmc Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: DIAGSTATS_REGIONS.h
6 C !INTERFACE:
7 C include "DIAGSTATS_REGIONS.h"
8 C !DESCRIPTION:
9 C \bv
10 C *==========================================================*
11 C | DIAGSTATS_REGIONS.h
12 C | o Hold Regions definition variables used for
13 C | regional statistics diagnostics
14 C *==========================================================*
15 C *==========================================================*
16 C \ev
17 CEOP
18
19 C DIAG_STATS_REGMASK common block:
20 C diagSt_regMask :: region mask
21 C diagSt_kRegMsk :: region-mask set-index that identifies the region
22 C diagSt_vRegMsk :: region identificator value in the region mask
23 C (point i,j belong to region "n" <=> regMask(i,j,kRegMsk(n)) = vRegMsk(n))
24
25 #ifdef DIAGSTATS_REGION_MASK
26 _RS diagSt_regMask(1-OLx:sNx+Olx,1-Oly:sNy+Oly,
27 & sizRegMsk,nSx,nSy)
28 #else
29 _RS diagSt_regMask(1-Olx:1-Olx,1-Oly:1-Oly,1,nSx,nSy)
30 c _RS diagSt_regMask(1-OLx:sNx+Olx,1-Oly:sNy+Oly,1,nSx,nSy)
31 #endif /* DIAGSTATS_REGION_MASK */
32 _RS diagSt_vRegMsk(0:nRegions)
33 INTEGER diagSt_kRegMsk(0:nRegions)
34 INTEGER nSetRegMskFile, nSetRegMask
35 CHARACTER*(MAX_LEN_FNAM) diagSt_regMaskFile
36 COMMON / DIAG_STATS_REGMASK /
37 & diagSt_regMask,
38 & diagSt_vRegMsk,
39 & diagSt_kRegMsk, nSetRegMask,
40 & nSetRegMskFile, diagSt_regMaskFile
41
42 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22