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

Annotation of /MITgcm/pkg/kpp/KPP.h

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


Revision 1.8 - (hide 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, checkpoint58m_post, checkpoint57l_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint58w_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55g_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint55d_post, checkpoint58e_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint58v_post, checkpoint56a_post, checkpoint58l_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint58g_post, checkpoint58x_post, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint55e_post
Changes since 1.7: +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 edhill 1.8 C $Header: /u/gcmpack/MITgcm/pkg/kpp/KPP.h,v 1.7 2004/05/05 22:50:54 dimitri Exp $
2 dimitri 1.7 C $Name: $
3 adcroft 1.1
4     #ifdef ALLOW_KPP
5    
6 dimitri 1.7 CBOP
7     C !ROUTINE: KPP.h
8    
9     C !DESCRIPTION: \bv
10 adcroft 1.1 C /==========================================================\
11     C | KPP.h |
12     C | o Basic header for KPP vertical mixing parameterization. |
13     C | Contains all KPP field declarations. |
14     C \==========================================================/
15    
16     C-----------------------------------------------------------------------
17     C
18     C Time varying parameters computed by subroutine kpp_calc
19     C KPPviscAz - Vertical eddy viscosity coefficient (m^2/s)
20     C KPPdiffKzS - Vertical diffusion coefficient for salt and tracers(m^2/s)
21     C KPPdiffKzT - Vertical diffusion coefficient for heat (m^2/s)
22     C KPPghat - Nonlocal transport coefficient (s/m^2)
23     C KPPhbl - Mixing layer depth (m)
24     C KPPfrac - Fraction of short-wave flux penetrating mixing layer
25     C
26     C-----------------------------------------------------------------------
27 dimitri 1.7 C \ev
28     CEOP
29 adcroft 1.1
30     _RL KPPviscAz (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
31     _RL KPPdiffKzS (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
32     _RL KPPdiffKzT (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
33     _RL KPPghat (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
34     _RL KPPhbl (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
35 heimbach 1.4 _RL KPPfrac (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
36 adcroft 1.1 COMMON /kpp/ KPPviscAz, KPPdiffKzT, KPPdiffKzS
37     & , KPPghat, KPPhbl
38     COMMON /kpp_short/ KPPfrac
39    
40     #endif /* ALLOW_KPP */
41 edhill 1.8
42    
43     CEH3 ;;; Local Variables: ***
44     CEH3 ;;; mode:fortran ***
45     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22