/[MITgcm]/MITgcm/verification/dome/input/data
ViewVC logotype

Contents of /MITgcm/verification/dome/input/data

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


Revision 1.3 - (show annotations) (download)
Mon Jul 19 20:00:25 2004 UTC (19 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint54e_post, checkpoint55d_pre, checkpoint55h_post, checkpoint55b_post, checkpoint54d_post, checkpoint55, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint55i_post, checkpoint55e_post, checkpoint55a_post, checkpoint55d_post
Changes since 1.2: +1 -0 lines
Added V.I. back in - deleted it accidentally when checking in.
 - changes results
 - without it the Leith was not being used/tested

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 Tref = -0.194175, -0.582524, -0.970874, -1.35922, -1.74757,
8 -2.13592, -2.52427, -2.91262, -3.30097, -3.68932,
9 -4.07767, -4.46602, -4.85437, -5.24272, -5.63107,
10 -6.01942, -6.40777, -6.79612, -7.18447, -7.57282,
11 -7.96117, -8.34951, -8.73786, -9.12621, -9.51456,
12 sRef= 25*1.,
13 viscAz=5.E-1,
14 viscAh=0.0E0,
15 no_slip_sides=.TRUE.,
16 no_slip_bottom=.TRUE.,
17 bottomDragQuadratic=2.E-3,
18 viscA4=0.E12,
19 viscC4Leith=0.1,
20 diffKhT=0.0E0
21 diffKzT=0.E-2,
22 diffKhS=0.E0,
23 diffKzS=0.E-2,
24 f0=1.0e-4,
25 beta=0.E-11,
26 tAlpha=2.E-4,
27 sBeta =0.E-4,
28 gravity=9.81,
29 rhonil=1030.0,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.TRUE.,
32 eosType='LINEAR',
33 hFacMin=0.2,
34 nonHydrostatic=.FALSE.,
35 multiDimAdvection=.TRUE.,
36 tempAdvScheme=77,
37 saltAdvScheme=77,
38 tracerAdvScheme=77,
39 readBinaryPrec=64,
40 writeBinaryPrec=64,
41 writeStatePrec=64,
42 globalFiles=.TRUE.,
43 staggerTimeStep=.TRUE.,
44 vectorInvariantMomentum=.TRUE.,
45 &
46
47 # Elliptic solver parameters
48 &PARM02
49 cg2dMaxIters=1000,
50 cg2dTargetResidual=1.E-11,
51 cg3dMaxIters=10,
52 cg3dTargetResidual=1.E-13,
53 &
54
55 # Time stepping parameters
56 &PARM03
57 niter0=0,
58 #nTimeSteps=12000,
59 nTimeSteps=20,
60 deltaT=300.,
61 abEps=0.1,
62 pChkptFreq=0.0,
63 chkptFreq=100000.0,
64 dumpFreq=30000.,
65 #cAdjFreq=30.,
66 #monitorFreq=6000.,
67 monitorFreq=300.,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingCartesianGrid=.TRUE.,
73 usingSphericalPolarGrid=.FALSE.,
74 # delXfile='delXvar'
75 delX=200*10000.0,
76 delYfile='delYvar',
77 delZ = 25*144.0,
78 &
79
80 # Input datasets
81 &PARM05
82 hydrogThetaFile='T.init',
83 bathyFile='topog.slope',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22