/[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.5 - (hide annotations) (download)
Mon Jan 29 20:09:22 2001 UTC (23 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint34
Changes since 1.4: +1 -1 lines
File MIME type: text/plain
Replaced some storage for TAMC by cheap  recomputation.

1 heimbach 1.5 C $Header: /u/ralf/cvs/MITgcmUV/pkg/kpp/KPP.h,v 1.4 2000/11/13 16:37:02 heimbach 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 heimbach 1.4 _RL KPPfrac (1-OLx:sNx+OLx,1-OLy:sNy+OLy, nSx,nSy)
29 adcroft 1.1 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