/[MITgcm]/MITgcm/pkg/kpp/kpp_open_diags.F
ViewVC logotype

Contents of /MITgcm/pkg/kpp/kpp_open_diags.F

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


Revision 1.3 - (show annotations) (download)
Sun Feb 4 14:38:50 2001 UTC (23 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint36, checkpoint35
Changes since 1.2: +2 -1 lines
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!

1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/kpp/kpp_open_diags.F,v 1.2 2001/01/29 20:09:23 heimbach Exp $
2 C $Name: $
3
4 #include "KPP_OPTIONS.h"
5
6 SUBROUTINE KPP_OPEN_DIAGS( myThid )
7 C /==========================================================\
8 C | SUBROUTINE KPP_OPEN_DIAGS |
9 C | o Initialize I/O variables for diagnostics |
10 C \==========================================================/
11 IMPLICIT NONE
12
13 C === Global variables ===
14 #include "SIZE.h"
15 #include "EEPARAMS.h"
16 #include "PARAMS.h"
17
18 #include "KPP_PARAMS.h"
19 #include "KPP_DIAGS.h"
20
21 C == Routine arguments ==
22 C myThid - Number of this instance of INI_FORCING
23 INTEGER myThid
24
25 #ifdef ALLOW_KPP
26
27 C == Local variables ==
28
29 _BEGIN_MASTER( myThid )
30
31 C Initialize record numbers in KPP_DIAGS
32 kpp_drctrec=1
33 #ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE
34 kpp_drctrecTave=1
35 #endif
36
37 _END_MASTER( myThid )
38 _BARRIER
39
40 #endif /* ALLOW_KPP */
41
42 RETURN
43 END

  ViewVC Help
Powered by ViewVC 1.1.22