/[MITgcm]/MITgcm/pkg/diagnostics/diagnostics_init_fixed.F
ViewVC logotype

Annotation of /MITgcm/pkg/diagnostics/diagnostics_init_fixed.F

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


Revision 1.5 - (hide annotations) (download)
Mon Jan 23 22:28:57 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58n_post, checkpoint58h_post, checkpoint58q_post, checkpoint58j_post, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58k_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.4: +8 -5 lines
defined region-mask for regional-statistics diagnostics
 for now, the only implemented option is to read the mask from a file

1 jmc 1.5 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/diagnostics_init_fixed.F,v 1.4 2005/06/02 22:57:47 molod Exp $
2 jmc 1.1 C $Name: $
3    
4     #include "DIAG_OPTIONS.h"
5 jmc 1.5
6 jmc 1.1 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
7     CBOP 0
8     C !ROUTINE: DIAGNOSTICS_INIT_FIXED
9    
10     C !INTERFACE:
11     SUBROUTINE DIAGNOSTICS_INIT_FIXED(myThid)
12    
13     C !DESCRIPTION:
14     C Set Pointer Locations for Diagnostics in diag_list.
15 jmc 1.5
16 jmc 1.1 C !USES:
17     IMPLICIT NONE
18     #include "EEPARAMS.h"
19     #include "SIZE.h"
20     #include "DIAGNOSTICS_SIZE.h"
21     #include "DIAGNOSTICS.h"
22 molod 1.2 #ifdef ALLOW_FIZHI
23     #include "PARAMS.h"
24     #endif
25 jmc 1.1
26     C !INPUT PARAMETERS:
27     INTEGER myThid
28     CEOP
29    
30     C !LOCAL VARIABLES:
31    
32     C-- Set number of levels for all available diagnostics:
33     CALL DIAGNOSTICS_SET_LEVELS( myThid )
34    
35     C-- Calculate pointers for diagnostics set to non-zero frequency
36     CALL DIAGNOSTICS_SET_POINTERS( myThid )
37 jmc 1.5
38     C-- Define region-mask for regional statistics diagnostics
39     CALL DIAGSTATS_SET_REGIONS( myThid )
40    
41 jmc 1.3 C-- Calculate pointers for statistics-diags set to non-zero frequency
42     CALL DIAGSTATS_SET_POINTERS( myThid )
43    
44 molod 1.2 #ifdef ALLOW_FIZHI
45     if( useFIZHI) then
46 molod 1.4 call fizhi_diagalarms(myThid)
47 molod 1.2 endif
48     #endif
49    
50 jmc 1.5 RETURN
51 jmc 1.1 END

  ViewVC Help
Powered by ViewVC 1.1.22