/[MITgcm]/MITgcm/verification/MLAdjust/input.AhVrDv/data
ViewVC logotype

Contents of /MITgcm/verification/MLAdjust/input.AhVrDv/data

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


Revision 1.1 - (show annotations) (download)
Wed Feb 12 23:36:21 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64u, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
rename "input.0.smag" into "input.AhVrDv":
- keep same harmonic leith & smag viscosity coeff ;
- keep Vorticity-Divergence formulation (useStrainTensionVisc=F)
- add side-drag (no_slip_side=T).

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 viscAr=5.E-5,
8 #- This is the background viscosity used; total=viscah+viscleith
9 # viscAh=1.E2,
10 # viscA4=1.E2,
11 #- This is the background viscosity used on vorticity points
12 # viscAhZ=1.E2,
13 # viscA4Z=1.E2,
14 #- This is the background viscosity used on divergence points
15 # viscAhD=1.E2,
16 # viscA4D=1.E2,
17 #- viscAhD and viscAhZ are set to viscah if they are unset initially
18 #
19 #- This is a maximum gridscale Reynolds number limiter
20 # viscAhReMax=10.,
21 # viscA4ReMax=10.,
22 #- This is a minimum autoscaling viscosity
23 # viscAhGridMin=.01,
24 # viscA4GridMin=.01,
25 #- This is the standard Leith Viscosity, prop to grad(curl v_h)
26 viscC2leith = 1.85,
27 #viscC4leith = 1.85,
28 # -This is an additional Leith Viscosity, prop to grad(div.v_h)
29 # It traps instabilities that have no signal in grad(curl v_h)
30 viscC2leithD = 1.85,
31 #viscC4leithD = 1.85,
32 # This is harmonic Smagorinsky Coefficient
33 # 0.2-0.9 = value from 3-d turbulence theory; Smagorinsky (1993)
34 # 2.2-4 = stable oceanic values (Griffies and Hallberg, 2000)
35 # 1. smag is approximately the same as 1.85 leith+leithd for this grid spacing
36 viscC2smag = 1.,
37 #viscC4smag = 1.,
38 #- This is the max Viscosity used, be it Smag or Leith, and it scales
39 # with grid size and timestep
40 viscAhGridMax = 1.,
41 #viscA4GridMax = 1.,
42 #- This uses the full grad(vort) and grad(div)
43 useFullLeith=.TRUE.,
44 #- This uses the Strain-Tension form for calculating viscous terms
45 #useStrainTensionVisc=.TRUE.,
46 #no_slip_sides=.FALSE.,
47 no_slip_bottom=.FALSE.,
48 vectorInvariantMomentum=.TRUE.,
49 ivdc_kappa=10.,
50 implicitDiffusion=.TRUE.,
51 implicitViscosity=.TRUE.,
52 f0=7.29E-5,
53 beta=0.E-11,
54 useJamartWetPoints=.TRUE.,
55 eosType='LINEAR',
56 # Using Temperature as only Active Tracer
57 tAlpha=2.E-4,
58 # Using Salinity as Spice
59 sBeta =0.E-4,
60 gravity=9.81,
61 rhoNil=1035.,
62 implicitFreeSurface=.TRUE.,
63 staggerTimeStep=.TRUE.,
64 tempAdvScheme=33,
65 saltAdvScheme=33,
66 readBinaryPrec=64,
67 writeBinaryPrec=64,
68 &
69
70 # Elliptic solver parameters
71 &PARM02
72 cg2dMaxIters=1000,
73 cg2dTargetResidual=1.E-11,
74 cg3dMaxIters=40,
75 cg3dTargetResidual=1.E-9,
76 &
77
78 # Time stepping parameters
79 &PARM03
80 nIter0=0,
81 #endTime=864000.,
82 #- for testing, only run for 12 iterations:
83 nTimeSteps=12,
84 deltaT=1200.,
85 abEps=0.01,
86 #- for testing, reduce amount of output by commenting out output frequencies:
87 # pchkptFreq=43200.,
88 #taveFreq=7200.,
89 #dumpFreq=7200.,
90 #diagFreq=7200.,
91 monitorSelect=2,
92 monitorFreq=1200.,
93 &
94
95 # Gridding parameters
96 &PARM04
97 usingCartesianGrid=.TRUE.,
98 delR= 40*5.0,
99 dxSpacing=1.E3,
100 dySpacing=1.E3,
101 &
102
103 # Input datasets
104 &PARM05
105 bathyFile='topo_sl.bin',
106 hydrogThetaFile='thetaInitial.bin',
107 hydrogSaltFile='spiceInitial.bin',
108 &

  ViewVC Help
Powered by ViewVC 1.1.22