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

Annotation of /MITgcm/pkg/gmredi/GMREDI_OPTIONS.h

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


Revision 1.4 - (hide annotations) (download)
Sun Dec 16 18:54:49 2001 UTC (22 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint44e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint46f_post, checkpoint44f_post, checkpoint46b_post, checkpoint43a-release1mods, checkpoint46l_pre, chkpt44d_post, checkpoint44e_pre, checkpoint46d_pre, release1-branch_tutorials, checkpoint45d_post, checkpoint46j_pre, chkpt44a_post, checkpoint44h_pre, checkpoint46a_post, checkpoint46j_post, checkpoint46k_post, chkpt44c_pre, checkpoint45a_post, checkpoint44g_post, checkpoint46e_pre, checkpoint45b_post, checkpoint46b_pre, release1-branch-end, release1_final_v1, checkpoint46c_pre, checkpoint46, checkpoint44b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, checkpoint44b_pre, checkpoint44, checkpoint45, checkpoint46h_post, chkpt44c_post, checkpoint44f_pre, checkpoint46d_post, release1-branch_branchpoint
Branch point for: release1_final, release1-branch
Changes since 1.3: +11 -4 lines
File MIME type: text/plain
Modification to the GMREDI package :
 change units of tensor-K arrays, scale now like diffusivity
 initialise all common block arrays in S/R gmredi_init
 add option to use different isopycnal(Redi) & GM diffusivity
 add option to use the advective GM form or the skew-flux form (=default)
 bug in non_unity_diagonal part fixed.

1 jmc 1.4 C $Header: /u/gcmpack/models/MITgcmUV/pkg/gmredi/GMREDI_OPTIONS.h,v 1.3 2001/02/04 14:38:49 cnh Exp $
2     C $Name: $
3 adcroft 1.1
4     C CPP options file for GM/Redi package
5     C
6     C Use this file for selecting options within the GM/Redi package
7     C
8     C GM/Redi is enabled with ALLOW_GMREDI in CPP_OPTIONS.h
9    
10     #include "CPP_OPTIONS.h"
11    
12     #ifdef ALLOW_GMREDI
13    
14    
15     C This allows the leading diagonal (top two rows) to be non-unity
16     C (a feature required when tapering adiabatically).
17     #undef GM_NON_UNITY_DIAGONAL
18    
19 jmc 1.4 C Allows to use different values of K_GM and K_Redi ; also to
20     C be used with the advective form (Bolus velocity) of GM
21     #undef GM_EXTRA_DIAGONAL
22    
23     C Allows to use the advective form (Bolus velocity) of GM
24     C instead of the Skew-Flux form (=default)
25     #undef GM_BOLUS_ADVEC
26    
27     C This allows to use Visbeck et al formulation to compute K_GM+Redi
28 adcroft 1.1 #undef GM_VISBECK_VARIABLE_K
29    
30    
31     #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22