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

Diff of /MITgcm/pkg/kpp/KPP_PARAMS.h

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

revision 1.2 by adcroft, Thu Jun 29 17:39:57 2000 UTC revision 1.3 by heimbach, Tue Sep 12 18:13:48 2000 UTC
# Line 26  C     Nrm1, Nrp1, Nrp2 = number of verti Line 26  C     Nrm1, Nrp1, Nrp2 = number of verti
26    
27  #ifdef ALLOW_KPP  #ifdef ALLOW_KPP
28    
29    C     Package on/off information
30          LOGICAL kppPackageIsOn
31          COMMON /KPP_PKG/ kppPackageIsOn
32    
33  C Time invariant parameters initialized by subroutine kmixinit  C Time invariant parameters initialized by subroutine kmixinit
34  C     nzmax (nx,ny)   - Maximum number of wet levels in each column  C     nzmax (nx,ny)   - Maximum number of wet levels in each column
35  C     pMask           - Mask relating to Pressure/Tracer point grid.  C     pMask           - Mask relating to Pressure/Tracer point grid.
# Line 37  C     kpp_freq        - Re-computation f Line 41  C     kpp_freq        - Re-computation f
41  C     kpp_dumpFreq    - KPP dump frequency.                             (s)  C     kpp_dumpFreq    - KPP dump frequency.                             (s)
42  C     kpp_taveFreq    - KPP time-averaging frequency.                   (s)  C     kpp_taveFreq    - KPP time-averaging frequency.                   (s)
43    
44    
45        INTEGER nzmax  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,   nSx,nSy)        INTEGER nzmax  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,   nSx,nSy)
46        _RS pMask      (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)        _RS pMask      (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
47        _RS zgrid      (0:Nr+1)        _RS zgrid      (0:Nr+1)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22