/[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.1 - (show annotations) (download)
Wed Jun 21 19:45:52 2000 UTC (24 years ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-shapiro, checkpoint29, branch-atmos-merge-start, checkpoint33, checkpoint32, checkpoint31, checkpoint30, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2, branch-atmos-merge-freeze
Branch point for: branch-atmos-merge
Packaged KPP mixing scheme.

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

  ViewVC Help
Powered by ViewVC 1.1.22