/[MITgcm]/MITgcm/pkg/kpp/KPP_DIAGS.h
ViewVC logotype

Contents of /MITgcm/pkg/kpp/KPP_DIAGS.h

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


Revision 1.5 - (show annotations) (download)
Thu Oct 7 19:31:14 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint57, checkpoint56, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint55i_post, checkpoint57h_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint60, checkpoint61, checkpoint57a_post, checkpoint57h_pre, checkpoint57x_post, checkpoint58w_post, checkpoint57y_pre, checkpoint55g_post, checkpoint57l_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58m_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint58v_post, checkpoint56a_post, checkpoint58l_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint59j, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint55e_post, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61p, checkpoint55d_post
Changes since 1.4: +6 -1 lines
File MIME type: text/plain
 o further mnc-ification
   - add kpp to mnc output (both snapshot and timeave)
   - add verification/lab_sea to the list with mnc setups
 o reformat files for ProTeX

1 C $Header: /u/gcmpack/MITgcm/pkg/kpp/KPP_DIAGS.h,v 1.4 2004/07/24 01:16:25 heimbach Exp $
2 C $Name: $
3
4 #ifdef ALLOW_KPP
5
6 C /==========================================================\
7 C | KPP_DIAGS.h |
8 C | o Header for KPP diagnostic output |
9 C \==========================================================/
10
11 C----------------------------------------------------------------
12 C kpp_drctrec - next record to dump for KPP files
13 C----------------------------------------------------------------
14 INTEGER kpp_drctrec
15 COMMON /KPP_RECORDNUM1/ kpp_drctrec
16
17 #ifdef ALLOW_TIMEAVE
18 C----------------------------------------------------------------
19 C kpp_drctrecTave - next record to dump for KPP averaging files
20 C----------------------------------------------------------------
21
22 INTEGER kpp_drctrecTave
23 COMMON /KPP_RECORDNUM2/ kpp_drctrecTave
24
25 C----------------------------------------------------------------
26 C kpp_TimeAve - time of temporal integration (s) for each thread
27 C----------------------------------------------------------------
28
29 _RL kpp_TimeAve(Nr,nSx,nSy)
30 COMMON /KPP_TAVE/ kpp_TimeAve
31
32 C----------------------------------------------------------------
33 C KPP*tave - Time-averaging KPP variables
34 C----------------------------------------------------------------
35
36 _RL KPPviscAztave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
37 _RL KPPdiffKzTtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
38 _RL KPPghattave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
39 _RL KPPhbltave (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
40 _RL KPPdiffKzStave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
41 COMMON /KPP_TAVE_DIAGS/
42 & KPPviscAztave, KPPdiffKzTtave, KPPghattave, KPPhbltave
43 & ,KPPdiffKzStave
44
45 #endif
46
47 #endif
48
49
50 CEH3 ;;; Local Variables: ***
51 CEH3 ;;; mode:fortran ***
52 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22