/[MITgcm]/MITgcm_contrib/verification_other/global_ocean.gm_k3d/input/data.gmredi
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global_ocean.gm_k3d/input/data.gmredi

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


Revision 1.1 - (hide annotations) (download)
Wed May 7 21:46:04 2014 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64x, checkpoint64z, checkpoint65i, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint65h, checkpoint65
add a test case for gmredi K3D scheme (set up from Michael Bates)
similar to global_ocean.90x40x15 & tutorial_global_oce_latlon experiments.

1 jmc 1.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_AdvSeparate = .FALSE.,
18     GM_background_K = 0.0,
19     GM_isopycK = 0.0,
20     GM_taper_scheme = 'gkw91',
21     GM_maxSlope = 1.e-2,
22     GM_Kmin_horiz = 50.,
23     GM_Scrit = 4.e-3,
24     GM_Sd = 1.e-3,
25     GM_K3D_gamma = 0.35,
26     GM_K3D_b1 = 4,
27     GM_K3D_EadyMaxDepth= 1000.0,
28     GM_K3D_EadyMinDepth= 50.0,
29     GM_K3D_smallK = 0.1D+3,
30     GM_K3D_maxC =-0.15,
31     GM_maxK3D = 2.0D+3,
32     GM_K3D_Lambda = 4.0,
33     GM_useK3D = .TRUE.,
34     GM_K3D_likeGM = .FALSE.,
35     GM_K3D_ThickSheet = .FALSE.,
36     GM_K3D_smooth = .TRUE.,
37     GM_K3D_constK = 1000.0,
38     GM_K3D_Rmax = 75.0D+03,
39     GM_K3D_Rmin = 30.0D+03,
40     GM_K3D_minCori = 1.52D-5,
41     GM_K3D_minN2 = 1.0D-7,
42     GM_K3D_surfMinDepth= 0.0,
43     GM_K3D_vecFreq = 2592000,
44     GM_InMomAsStress = .FALSE.,
45     GM_K3D_surfK = .TRUE.,
46     GM_K3D_constRedi = .FALSE.,
47    
48     &

  ViewVC Help
Powered by ViewVC 1.1.22