/[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.7 - (hide annotations) (download)
Wed May 5 22:50:54 2004 UTC (20 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint54d_post, checkpoint54e_post, checkpoint55, checkpoint54, checkpoint53, checkpoint54f_post, checkpoint55c_post, checkpoint53d_post, checkpoint54b_post, checkpoint54a_pre, checkpoint53c_post, checkpoint54a_post, checkpoint55b_post, checkpoint53a_post, checkpoint53g_post, checkpoint53f_post, checkpoint52n_post, checkpoint53b_pre, checkpoint55a_post, checkpoint53b_post, checkpoint53d_pre, checkpoint54c_post
Changes since 1.6: +8 -2 lines
File MIME type: text/plain
Preliminary Api Reference documentation for pkg/kpp, sbo, and seaice

1 dimitri 1.7 C $Header: /u/gcmpack/MITgcm/pkg/kpp/KPP.h,v 1.6 2001/02/04 14:38:49 cnh Exp $
2     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 */

  ViewVC Help
Powered by ViewVC 1.1.22