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

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

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


Revision 1.3 - (show annotations) (download)
Fri May 20 07:28:50 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.2: +4 -1 lines
Add new capability: compute & write Global/Regional & per level statistics

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/diagnostics_init_fixed.F,v 1.2 2005/05/16 23:41:32 molod Exp $
2 C $Name: $
3
4 #include "DIAG_OPTIONS.h"
5
6 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
16 C !USES:
17 IMPLICIT NONE
18 #include "EEPARAMS.h"
19 #include "SIZE.h"
20 #include "DIAGNOSTICS_SIZE.h"
21 #include "DIAGNOSTICS.h"
22 #ifdef ALLOW_FIZHI
23 #include "PARAMS.h"
24 #endif
25
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
38 C-- Calculate pointers for statistics-diags set to non-zero frequency
39 CALL DIAGSTATS_SET_POINTERS( myThid )
40
41 #ifdef ALLOW_FIZHI
42 if( useFIZHI) then
43 call fizhi_diagalarms(19000101,0,myThid)
44 endif
45 #endif
46
47 RETURN
48 END

  ViewVC Help
Powered by ViewVC 1.1.22