/[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.2 - (hide annotations) (download)
Tue Sep 12 18:13:48 2000 UTC (23 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
Updated version by D. Menemenlis.
Takes new unit and sign conventions for forcing fields into account.
Includes changes of Ralf in ecco_c30_05.09.
Yet to be fully tested.

1 heimbach 1.2 C $Header: /escher1/cvs/master/mitgcmuv/pkg/kpp/KPP.h,v 1.2 2000/06/22 19:34:20 dimitri Exp $
2 adcroft 1.1
3     #ifdef ALLOW_KPP
4    
5     C /==========================================================\
6     C | KPP.h |
7     C | o Basic header for KPP vertical mixing parameterization. |
8     C | Contains all KPP field declarations. |
9     C \==========================================================/
10    
11     C-----------------------------------------------------------------------
12     C
13     C Time varying parameters computed by subroutine kpp_calc
14     C KPPviscAz - Vertical eddy viscosity coefficient (m^2/s)
15     C KPPdiffKzS - Vertical diffusion coefficient for salt and tracers(m^2/s)
16     C KPPdiffKzT - Vertical diffusion coefficient for heat (m^2/s)
17     C KPPghat - Nonlocal transport coefficient (s/m^2)
18     C KPPhbl - Mixing layer depth (m)
19     C KPPfrac - Fraction of short-wave flux penetrating mixing layer
20     C
21     C-----------------------------------------------------------------------
22    
23     _RL KPPviscAz (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
24     _RL KPPdiffKzS (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
25     _RL KPPdiffKzT (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
26     _RL KPPghat (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
27     _RL KPPhbl (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
28     _RS KPPfrac (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
29     COMMON /kpp/ KPPviscAz, KPPdiffKzT, KPPdiffKzS
30     & , KPPghat, KPPhbl
31     COMMON /kpp_short/ KPPfrac
32    
33     #endif /* ALLOW_KPP */

  ViewVC Help
Powered by ViewVC 1.1.22