/[MITgcm]/MITgcm/pkg/seaice/SEAICE_DIAGS.h
ViewVC logotype

Contents of /MITgcm/pkg/seaice/SEAICE_DIAGS.h

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


Revision 1.1.2.2 - (show annotations) (download)
Fri Feb 14 22:30:15 2003 UTC (21 years, 4 months ago) by dimitri
Branch: release1
CVS Tags: release1_p12, release1_p16, release1_p15, release1_p13_pre, release1_p14, release1_p13, release1_p17
Branch point for: release1_50yr
Changes since 1.1.2.1: +1 -1 lines
File MIME type: text/plain
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
  kpp_transport_t.F, forward_step.F, and the_main_loop.F

1 C $Header:
2
3 #ifdef ALLOW_SEAICE
4
5 C /==========================================================\
6 C | SEAICE_DIAGS.h |
7 C | o Header for SEAICE diagnostic output |
8 C \==========================================================/
9
10 #ifdef ALLOW_TIMEAVE
11
12 C Keep track of time
13 _RL SEAICE_TimeAve(Nr,nSx,nSy)
14 COMMON /SEAICE_TAVE/ SEAICE_TimeAve
15
16 C Storage arrays for time-averages
17 _RL FUtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
18 _RL FVtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
19 _RL EmPmRtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
20 _RL QNETtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
21 _RL QSWtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
22 _RL UICEtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
23 _RL VICEtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
24 _RL HEFFtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
25 _RL AREAtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,1,nSx,nSy)
26 COMMON /SEAICE_TAVE_DIAGS/
27 & FUtave, FVtave, EmPmRtave, QNETtave, QSWtave,
28 & UICEtave, VICEtave, HEFFtave, AREAtave
29
30 #endif /* ALLOW_TIMEAVE */
31
32 #endif /* ALLOW_SEAICE */

  ViewVC Help
Powered by ViewVC 1.1.22