/[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.5 - (hide annotations) (download)
Fri Sep 23 14:02:00 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpint57u_post
Changes since 1.4: +1 -0 lines
useAreaViscLength=.T. (not better, just to get the same results as before)

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 adcroft 1.2 viscAh=0.0E0,
15 adcroft 1.1 no_slip_sides=.TRUE.,
16     no_slip_bottom=.TRUE.,
17     bottomDragQuadratic=2.E-3,
18     viscA4=0.E12,
19 adcroft 1.2 viscC4Leith=0.1,
20 jmc 1.5 useAreaViscLength=.TRUE.,
21 adcroft 1.1 diffKhT=0.0E0
22     diffKzT=0.E-2,
23     diffKhS=0.E0,
24     diffKzS=0.E-2,
25     f0=1.0e-4,
26     beta=0.E-11,
27     tAlpha=2.E-4,
28     sBeta =0.E-4,
29     gravity=9.81,
30     rhonil=1030.0,
31     rigidLid=.FALSE.,
32     implicitFreeSurface=.TRUE.,
33     eosType='LINEAR',
34     hFacMin=0.2,
35     nonHydrostatic=.FALSE.,
36     multiDimAdvection=.TRUE.,
37     tempAdvScheme=77,
38     saltAdvScheme=77,
39 adcroft 1.2 readBinaryPrec=64,
40     writeBinaryPrec=64,
41     writeStatePrec=64,
42     globalFiles=.TRUE.,
43     staggerTimeStep=.TRUE.,
44 adcroft 1.3 vectorInvariantMomentum=.TRUE.,
45 adcroft 1.1 &
46    
47     # Elliptic solver parameters
48     &PARM02
49     cg2dMaxIters=1000,
50 adcroft 1.2 cg2dTargetResidual=1.E-11,
51 adcroft 1.1 cg3dMaxIters=10,
52     cg3dTargetResidual=1.E-13,
53     &
54    
55     # Time stepping parameters
56     &PARM03
57     niter0=0,
58 adcroft 1.2 #nTimeSteps=12000,
59 adcroft 1.1 nTimeSteps=20,
60 adcroft 1.2 deltaT=300.,
61 adcroft 1.1 abEps=0.1,
62     pChkptFreq=0.0,
63     chkptFreq=100000.0,
64 adcroft 1.2 dumpFreq=30000.,
65     #cAdjFreq=30.,
66     #monitorFreq=6000.,
67     monitorFreq=300.,
68 adcroft 1.1 &
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