/[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.9 - (show annotations) (download)
Mon Dec 21 04:33:38 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62m, checkpoint62l
Changes since 1.8: +1 -0 lines
set monitorSelect to lower value (1 or 2) than default (=3):
 => avoid printing many zero monitor value in output file.

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 #- a trick to recover old version of side-drag:
18 #sideDragFactor=0.,
19 #-
20 bottomDragQuadratic=2.E-3,
21 viscA4=0.E12,
22 viscC4Leith=1.458198138065,
23 useAreaViscLength=.TRUE.,
24 diffKhT=0.0E0
25 diffKzT=0.E-2,
26 diffKhS=0.E0,
27 diffKzS=0.E-2,
28 f0=1.0e-4,
29 beta=0.E-11,
30 tAlpha=2.E-4,
31 sBeta =0.E-4,
32 gravity=9.81,
33 rhonil=1030.0,
34 rigidLid=.FALSE.,
35 implicitFreeSurface=.TRUE.,
36 eosType='LINEAR',
37 hFacMin=0.2,
38 nonHydrostatic=.FALSE.,
39 multiDimAdvection=.TRUE.,
40 tempAdvScheme=77,
41 saltAdvScheme=77,
42 readBinaryPrec=64,
43 writeBinaryPrec=64,
44 writeStatePrec=64,
45 globalFiles=.TRUE.,
46 staggerTimeStep=.TRUE.,
47 vectorInvariantMomentum=.TRUE.,
48 &
49
50 # Elliptic solver parameters
51 &PARM02
52 cg2dMaxIters=1000,
53 cg2dTargetResidual=1.E-11,
54 cg3dMaxIters=10,
55 cg3dTargetResidual=1.E-13,
56 &
57
58 # Time stepping parameters
59 &PARM03
60 niter0=0,
61 #nTimeSteps=12000,
62 nTimeSteps=20,
63 deltaT=300.,
64 abEps=0.1,
65 pChkptFreq=0.0,
66 chkptFreq=100000.0,
67 dumpFreq=30000.,
68 #cAdjFreq=30.,
69 #monitorFreq=6000.,
70 monitorSelect=2,
71 monitorFreq=300.,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingCartesianGrid=.TRUE.,
77 usingSphericalPolarGrid=.FALSE.,
78 # delXfile='delXvar'
79 delX=200*10000.0,
80 delYfile='delYvar',
81 delZ = 25*144.0,
82 &
83
84 # Input datasets
85 &PARM05
86 hydrogThetaFile='T.init',
87 bathyFile='topog.slope',
88 &

  ViewVC Help
Powered by ViewVC 1.1.22