/[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.7 - (show annotations) (download)
Wed Oct 12 01:55:17 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.6: +3 -0 lines
a trick to recover the old version (with masked vorticity)

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:
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 monitorFreq=300.,
71 &
72
73 # Gridding parameters
74 &PARM04
75 usingCartesianGrid=.TRUE.,
76 usingSphericalPolarGrid=.FALSE.,
77 # delXfile='delXvar'
78 delX=200*10000.0,
79 delYfile='delYvar',
80 delZ = 25*144.0,
81 &
82
83 # Input datasets
84 &PARM05
85 hydrogThetaFile='T.init',
86 bathyFile='topog.slope',
87 &

  ViewVC Help
Powered by ViewVC 1.1.22