/[MITgcm]/MITgcm/verification/carbon/input_ftl/data.gmredi
ViewVC logotype

Contents of /MITgcm/verification/carbon/input_ftl/data.gmredi

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


Revision 1.2 - (show annotations) (download)
Fri Jan 10 01:17:13 2003 UTC (21 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47g_post, checkpoint47h_post, checkpoint47i_post
Changes since 1.1: +30 -0 lines
Here they are, before they get changed/lost/stolen.
Mostly modif.'s to fix numerical sensitivities.
Gradient checks OK for
- GM_taper_scheme:
  * clipping
  * ac02
  * linear
  * glw91
  * dm95
  * ldd97
- GMREDI_OPTIONS:
  * GM_VISBECK_VARIABLE_K
  * GM_NON_UNITY_DIAGONAL
  * GM_EXTRA_DIAGONAL
  * GM_BOLUS_ADVEC
in conjunction with data.gmredi parameters to be checked in
in a few minutes under verification/carbon/code/

1 # GM+Redi package parameters:
2
3 #-from MOM :
4 # GM_background_K: G & Mc.W diffusion coefficient
5 # GM_maxSlope : max slope of isopycnals
6 # GM_Scrit : transition for scaling diffusion coefficient
7 # GM_Sd : half width scaling for diffusion coefficient
8 # GM_taper_scheme: slope clipping or one of the tapering schemes
9 # GM_Kmin_horiz : horizontal diffusion minimum value
10
11 #-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
12 # GM_isopycK : isopycnal diffusion coefficient (default=GM_background_K)
13 # GM_AdvForm : turn on GM Advective form (default=Skew flux form)
14
15 &GM_PARM01
16 GM_AdvForm = .TRUE.,
17 GM_isopycK = 1.1D+3,
18 GM_background_K = 0.9D+3,
19 GM_taper_scheme = 'dm95',
20 GM_maxSlope = 1.D-2,
21 GM_Kmin_horiz = 50.,
22 GM_Scrit = 4.D-3,
23 GM_Sd = 1.D-3,
24 GM_Visbeck_alpha = 1.5D-2,
25 GM_Visbeck_length = 2.D+5,
26 GM_Visbeck_depth = 1.D+3,
27 GM_Visbeck_maxval_K= 2.5D+3,
28 &end

  ViewVC Help
Powered by ViewVC 1.1.22