/[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.11 - (show annotations) (download)
Mon Oct 25 18:47:27 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62o, checkpoint62n
Changes since 1.10: +1 -1 lines
undo previous modif: uncomment "globalFiles=.TRUE."

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

  ViewVC Help
Powered by ViewVC 1.1.22