/[MITgcm]/MITgcm/pkg/gmredi/GMREDI.h
ViewVC logotype

Diff of /MITgcm/pkg/gmredi/GMREDI.h

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

revision 1.23 by m_bates, Thu Jul 11 14:33:23 2013 UTC revision 1.24 by m_bates, Thu Aug 8 22:39:36 2013 UTC
# Line 21  C     GM_InMomAsStress :: apply GM as a Line 21  C     GM_InMomAsStress :: apply GM as a
21  C     GM_MNC           ::  C     GM_MNC           ::
22  C     GM_MDSIO         ::  C     GM_MDSIO         ::
23  C     GM_useK3D        :: use the 3 dimensional calculation for K  C     GM_useK3D        :: use the 3 dimensional calculation for K
24    C     GM_K3D_beta_eq_0 :: Ignores the beta term when calculating grad(q)
25  C     GM_K3D_likeGM    :: Makes the PV closure similar to the GM closure (for debugging only!)  C     GM_K3D_likeGM    :: Makes the PV closure similar to the GM closure (for debugging only!)
26  C     GM_K3D_smooth    :: Expand PV closure in terms of baroclinic modes (for debugging only!)  C     GM_K3D_smooth    :: Expand PV closure in terms of baroclinic modes (for debugging only!)
27        LOGICAL GM_AdvForm        LOGICAL GM_AdvForm
# Line 33  C     GM_K3D_smooth    :: Expand PV clos Line 34  C     GM_K3D_smooth    :: Expand PV clos
34        LOGICAL GM_MDSIO        LOGICAL GM_MDSIO
35        LOGICAL GM_useK3D        LOGICAL GM_useK3D
36        LOGICAL GM_K3D_likeGM        LOGICAL GM_K3D_likeGM
37          LOGICAL GM_K3D_beta_eq_0
38        LOGICAL GM_K3D_smooth        LOGICAL GM_K3D_smooth
39        COMMON /GM_PARAMS_L/        COMMON /GM_PARAMS_L/
40       &                   GM_AdvForm, GM_AdvSeparate,       &                   GM_AdvForm, GM_AdvSeparate,
41       &                   GM_useBVP,  GM_useSubMeso,       &                   GM_useBVP,  GM_useSubMeso,
42       &                   GM_ExtraDiag, GM_MNC, GM_MDSIO,       &                   GM_ExtraDiag, GM_MNC, GM_MDSIO,
43       &                   GM_InMomAsStress,       &                   GM_InMomAsStress,
44       &                   GM_useK3D, GM_K3D_likeGM, GM_K3D_smooth       &                   GM_useK3D, GM_K3D_likeGM, GM_K3D_smooth,
45         &                   GM_K3D_beta_eq_0
46    
47  C--   GM/Redi Integer-type parameters  C--   GM/Redi Integer-type parameters
48  C     GM_BVP_modeNumber :: vertical mode number used for speed "c" in BVP transport  C     GM_BVP_modeNumber :: vertical mode number used for speed "c" in BVP transport

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22