/[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.3 - (show annotations) (download)
Tue Jan 21 19:37:32 2003 UTC (21 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51f_post, checkpoint51l_post, checkpoint51k_post, checkpoint48d_post, checkpoint50b_post, checkpoint48g_post, branchpoint-genmake2, checkpoint50, checkpoint51j_post, checkpoint50f_post, checkpoint50a_post, checkpoint48e_post, checkpoint50f_pre, checkpoint48b_post, checkpoint48i_post, checkpoint47j_post, checkpoint50d_pre, checkpoint51d_post, checkpoint51, checkpoint48c_post, checkpoint50d_post, checkpoint48c_pre, checkpoint50c_pre, checkpoint51b_pre, checkpoint51i_post, checkpoint50e_post, checkpoint50h_post, checkpoint50c_post, checkpoint51a_post, checkpoint51n_pre, checkpoint50e_pre, checkpoint48d_pre, checkpoint50i_post, checkpoint51n_post, checkpoint51e_post, checkpoint51b_post, checkpoint48a_post, checkpoint51h_pre, checkpoint48f_post, checkpoint51i_pre, checkpoint51l_pre, checkpoint50g_post, checkpoint51c_post, checkpoint51g_post, checkpoint51m_post, checkpoint50b_pre, checkpoint48, checkpoint49, checkpoint51f_pre, checkpoint48h_post
Branch point for: checkpoint51n_branch, tg2-branch, branch-genmake2
Changes since 1.2: +7 -1 lines
o Bringing setup and results up-to-date with latest changes in gmredi
o for global_ocean.90x40x15, replaced wrong POLY3.COEFFS.
o Leaving visbeck to undefined for now, and work with 'dm95'

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

  ViewVC Help
Powered by ViewVC 1.1.22