/[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.21 by m_bates, Fri Jun 21 21:56:18 2013 UTC revision 1.22 by m_bates, Thu Jun 27 14:51:40 2013 UTC
# Line 22  C     GM_MNC           :: Line 22  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_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!)
25    C     GM_K3D_smooth    :: Expand PV closure in terms of baroclinic modes (for debugging only!)
26        LOGICAL GM_AdvForm        LOGICAL GM_AdvForm
27        LOGICAL GM_AdvSeparate        LOGICAL GM_AdvSeparate
28        LOGICAL GM_useBVP        LOGICAL GM_useBVP
# Line 32  C     GM_K3D_likeGM    :: Makes the PV c Line 33  C     GM_K3D_likeGM    :: Makes the PV c
33        LOGICAL GM_MDSIO        LOGICAL GM_MDSIO
34        LOGICAL GM_useK3D        LOGICAL GM_useK3D
35        LOGICAL GM_K3D_likeGM        LOGICAL GM_K3D_likeGM
36          LOGICAL GM_K3D_smooth
37        COMMON /GM_PARAMS_L/        COMMON /GM_PARAMS_L/
38       &                   GM_AdvForm, GM_AdvSeparate,       &                   GM_AdvForm, GM_AdvSeparate,
39       &                   GM_useBVP,  GM_useSubMeso,       &                   GM_useBVP,  GM_useSubMeso,
40       &                   GM_ExtraDiag, GM_MNC, GM_MDSIO,       &                   GM_ExtraDiag, GM_MNC, GM_MDSIO,
41       &                   GM_InMomAsStress,       &                   GM_InMomAsStress,
42       &                   GM_useK3D, GM_K3D_likeGM       &                   GM_useK3D, GM_K3D_likeGM, GM_K3D_smooth
43    
44  C--   GM/Redi Integer-type parameters  C--   GM/Redi Integer-type parameters
45  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.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.22