/[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.1 - (show annotations) (download)
Mon Dec 13 21:43:54 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint57e_post, checkpoint57g_pre, checkpoint57f_pre, eckpoint57e_pre, checkpoint57f_post, checkpoint57c_post, checkpoint57h_pre, checkpoint57h_post
re-arrange diagnostics pkg initialization:
 allow each package to extend the available diagnostics list
 add some checking and fix small problems (multi-threaded, ...)

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/diagnostics_initialise.F,v 1.9 2004/07/07 03:10:15 edhill 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
23 C !INPUT PARAMETERS:
24 INTEGER myThid
25 CEOP
26
27 C !LOCAL VARIABLES:
28
29 C-- Set number of levels for all available diagnostics:
30 CALL DIAGNOSTICS_SET_LEVELS( myThid )
31
32 C-- Calculate pointers for diagnostics set to non-zero frequency
33 CALL DIAGNOSTICS_SET_POINTERS( myThid )
34
35 RETURN
36 END

  ViewVC Help
Powered by ViewVC 1.1.22