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

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

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


Revision 1.2 - (hide annotations) (download)
Mon Jan 29 20:09:23 2001 UTC (23 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint34
Changes since 1.1: +2 -1 lines
Replaced some storage for TAMC by cheap  recomputation.

1 heimbach 1.2 C $Header: /u/gcmpack/models/MITgcmUV/pkg/kpp/kpp_open_diags.F,v 1.1 2000/06/21 19:45:52 adcroft Exp $
2 adcroft 1.1
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 heimbach 1.2
17 adcroft 1.1 #include "KPP_PARAMS.h"
18     #include "KPP_DIAGS.h"
19    
20     C == Routine arguments ==
21     C myThid - Number of this instance of INI_FORCING
22     INTEGER myThid
23    
24     #ifdef ALLOW_KPP
25    
26     C == Local variables ==
27    
28     _BEGIN_MASTER( myThid )
29    
30     C Initialize record numbers in KPP_DIAGS
31     kpp_drctrec=1
32     #ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE
33     kpp_drctrecTave=1
34     #endif
35    
36     _END_MASTER( myThid )
37     _BARRIER
38    
39     #endif /* ALLOW_KPP */
40    
41     RETURN
42     END

  ViewVC Help
Powered by ViewVC 1.1.22