/[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.4 - (hide annotations) (download)
Mon Nov 13 16:37:02 2000 UTC (23 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-shapiro, branch-atmos-merge-freeze, branch-atmos-merge-start, checkpoint33, checkpoint32, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge
Changes since 1.3: +2 -2 lines
File MIME type: text/plain
Modified and fixed version. Tested with verification/natl_box.

1 heimbach 1.4 C $Header: /escher1/cvs/master/mitgcmuv/pkg/kpp/KPP.h,v 1.3 2000/10/24 00:24:42 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 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