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

Annotation of /MITgcm/verification/dome/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Jul 6 18:40:32 2004 UTC (19 years, 10 months ago) by adcroft
Branch: MAIN
New experiment based on the DOME calculations by Legg and Hallberg.
 o uses modified obcs_calc.F as well as most recent Salt OBCs

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

  ViewVC Help
Powered by ViewVC 1.1.22