/[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.9 - (hide annotations) (download)
Mon Dec 21 04:33:38 2009 UTC (14 years, 4 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 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 jmc 1.8 #- a trick to recover old version of side-drag:
18     #sideDragFactor=0.,
19     #-
20 adcroft 1.1 bottomDragQuadratic=2.E-3,
21     viscA4=0.E12,
22 baylor 1.6 viscC4Leith=1.458198138065,
23 jmc 1.5 useAreaViscLength=.TRUE.,
24 adcroft 1.1 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 adcroft 1.2 readBinaryPrec=64,
43     writeBinaryPrec=64,
44     writeStatePrec=64,
45     globalFiles=.TRUE.,
46     staggerTimeStep=.TRUE.,
47 adcroft 1.3 vectorInvariantMomentum=.TRUE.,
48 adcroft 1.1 &
49    
50     # Elliptic solver parameters
51     &PARM02
52     cg2dMaxIters=1000,
53 adcroft 1.2 cg2dTargetResidual=1.E-11,
54 adcroft 1.1 cg3dMaxIters=10,
55     cg3dTargetResidual=1.E-13,
56     &
57    
58     # Time stepping parameters
59     &PARM03
60     niter0=0,
61 adcroft 1.2 #nTimeSteps=12000,
62 adcroft 1.1 nTimeSteps=20,
63 adcroft 1.2 deltaT=300.,
64 adcroft 1.1 abEps=0.1,
65     pChkptFreq=0.0,
66     chkptFreq=100000.0,
67 adcroft 1.2 dumpFreq=30000.,
68     #cAdjFreq=30.,
69     #monitorFreq=6000.,
70 jmc 1.9 monitorSelect=2,
71 adcroft 1.2 monitorFreq=300.,
72 adcroft 1.1 &
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