/[MITgcm]/MITgcm_contrib/torge/itd/code/SEAICE_TAVE.h
ViewVC logotype

Annotation of /MITgcm_contrib/torge/itd/code/SEAICE_TAVE.h

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


Revision 1.1 - (hide annotations) (download)
Wed Jun 13 19:16:11 2012 UTC (13 years, 1 month ago) by torge
Branch: MAIN
File MIME type: text/plain
first check in of itd code

1 torge 1.1 C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE_TAVE.h,v 1.1 2010/01/03 00:27:36 jmc Exp $
2     C $Name: $
3    
4     CBOP
5     C !ROUTINE: SEAICE_TAVE.h
6     C !INTERFACE:
7     C include "SEAICE_TAVE.h"
8     C !DESCRIPTION:
9     C \bv
10     C *==========================================================*
11     C | SEAICE_TAVE.h
12     C | o Header for time-average SEAICE variables
13     C *==========================================================*
14     C \ev
15     CEOP
16    
17     #ifdef ALLOW_TIMEAVE
18    
19     C-- COMMON /SEAICE_TAVE_VARS/ time-averaged variables
20     C SEAICE_timeAve :: cumulated time [s]
21     COMMON /SEAICE_TAVE_VARS/
22     & SEAICE_timeAve,
23     & FUtave, FVtave, EmPmRtave, QNETtave, QSWtave,
24     & UICEtave, VICEtave, HEFFtave, AREAtave
25    
26     _RL SEAICE_timeAve(nSx,nSy)
27     _RL FUtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28     _RL FVtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29     _RL EmPmRtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30     _RL QNETtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
31     _RL QSWtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
32     _RL UICEtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
33     _RL VICEtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34     _RL HEFFtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35     _RL AREAtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36    
37     #endif /* ALLOW_TIMEAVE */
38    
39     CEH3 ;;; Local Variables: ***
40     CEH3 ;;; mode:fortran ***
41     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22