/[MITgcm]/MITgcm/pkg/ggl90/GGL90_DIAGS.h
ViewVC logotype

Contents of /MITgcm/pkg/ggl90/GGL90_DIAGS.h

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


Revision 1.1 - (show annotations) (download)
Thu Sep 16 11:27:18 2004 UTC (19 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint55c_post, checkpoint57o_post, checkpoint57m_post, checkpoint57i_post, checkpoint58e_post, checkpoint57r_post, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint57b_post, checkpoint57f_pre, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57h_pre, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint55h_post, checkpoint57g_pre, checkpoint58h_post, checkpoint57e_post, checkpoint56c_post, checkpoint55b_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55, checkpoint55a_post, checkpoint57a_post, checkpoint57v_post, checkpoint55g_post, checkpoint55f_post, checkpoint58, checkpoint57a_pre, checkpoint57, checkpoint56, checkpoint57h_done, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint54f_post, checkpoint55e_post, eckpoint57e_pre, checkpoint58c_post, checkpoint57c_post, checkpoint55i_post, checkpoint57l_post, checkpoint56a_post, checkpoint55d_post
File MIME type: text/plain
o initial check-in of TKE-model of Gaspar et al. 1990

1 C $Header: $
2 C $Name: $
3
4 #ifdef ALLOW_GGL90
5
6 C /==========================================================\
7 C | GGL90_DIAGS.h |
8 C | o Header for GGL90 diagnostic output |
9 C \==========================================================/
10
11 C----------------------------------------------------------------
12 C my_drctrec - next record to dump for GGL90 files
13 C----------------------------------------------------------------
14 INTEGER ggl90_drctrec
15 COMMON /GGL90_RECORDNUM1/ ggl90_drctrec
16
17 #ifdef ALLOW_TIMEAVE
18 C----------------------------------------------------------------
19 C ggl90_drctrecTave - next record to dump for GGL90 averaging files
20 C----------------------------------------------------------------
21
22 INTEGER ggl90_drctrecTave
23 COMMON /GGL90_RECORDNUM2/ ggl90_drctrecTave
24
25 C----------------------------------------------------------------
26 C ggl90_TimeAve - time of temporal integration (s) for each thread
27 C----------------------------------------------------------------
28
29 _RL ggl90_TimeAve(Nr,nSx,nSy)
30 COMMON /GGL90_TAVE/ ggl90_TimeAve
31
32 C----------------------------------------------------------------
33 C GGL90*tave - Time-averaging GGL90 variables
34 C----------------------------------------------------------------
35
36 _RL GGL90TKEtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37 _RL GGL90viscArtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
38 _RL GGL90diffKrtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
39 COMMON /GGL90_TAVE_DIAGS/
40 & GGL90TKEtave, GGL90viscArtave, GGL90diffKrtave
41
42 #endif /* ALLOW_TIMEAVE */
43
44 #endif /* ALLOW_GGL90 */

  ViewVC Help
Powered by ViewVC 1.1.22