/[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.6 - (hide annotations) (download)
Sat Nov 4 14:28:09 2006 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58x_post, checkpoint58t_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +3 -1 lines
o change flow dirs to ensure diagnostics_init_varia is part of
  mdinitialise_varia

1 heimbach 1.6 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/diagnostics_init_fixed.F,v 1.5 2006/01/23 22:28:57 jmc 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 heimbach 1.6 CALL DIAGSTATS_INI_IO( myThid )
45    
46 molod 1.2 #ifdef ALLOW_FIZHI
47     if( useFIZHI) then
48 molod 1.4 call fizhi_diagalarms(myThid)
49 molod 1.2 endif
50     #endif
51    
52 jmc 1.5 RETURN
53 jmc 1.1 END

  ViewVC Help
Powered by ViewVC 1.1.22