/[MITgcm]/MITgcm/verification/obcs_ctrl/input_ad/data
ViewVC logotype

Annotation of /MITgcm/verification/obcs_ctrl/input_ad/data

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


Revision 1.4 - (hide annotations) (download)
Wed Jun 8 15:17:16 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63, checkpoint62z
Changes since 1.3: +0 -1 lines
remove "debugLevel=0" to use the default (debugLevel=1)

1 mmazloff 1.1 # Model parameters
2     # Continuous equation parameters
3     &PARM01
4     tRef=20.,16.,12.,10., 9., 8., 7., 6.,
5     sRef=35.,35.,35.,35.,35.,35.,35.,35.,
6     viscAz=1.E-4,
7     viscAh=1.E1,
8     no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10     diffKhT=0.E0,
11     diffKzT=0.E-5,
12     rotationPeriod=86400.,
13     beta=1.E-11,
14 jmc 1.3 eosType='LINEAR',
15 mmazloff 1.1 tAlpha=2.E-4,
16     sBeta =0.,
17     gravity=9.81,
18     rigidLid=.FALSE.,
19     implicitFreeSurface=.TRUE.,
20     readBinaryPrec=32,
21     # extras...
22     implicitDiffusion=.true.,
23     implicitViscosity=.true.,
24     vectorInvariantMomentum=.TRUE.,
25     staggerTimeStep=.TRUE.,
26     multiDimAdvection=.FALSE.,
27     tempAdvScheme=30,
28     saltAdvScheme=30,
29     writeBinaryPrec=32,
30 jmc 1.2 &
31 mmazloff 1.1 # Elliptic solver parameters
32     &PARM02
33     cg2dMaxIters=500,
34     cg2dTargetResidual=1.E-8,
35 jmc 1.2 &
36 mmazloff 1.1 # Time stepping parameters
37     &PARM03
38     startTime=0.,
39     endTime=21600.,
40     deltaTmom=1200.0,
41     deltaTtracer=1200.0,
42     dumpInitAndLast=.TRUE.,
43     abEps=0.1,
44     pChkptFreq=0.0,
45     chkptFreq=0.0,
46     dumpFreq=2628000.0,
47 jmc 1.3 #monitorFreq=432000.,
48     monitorFreq=3600.,
49     monitorSelect=1,
50 jmc 1.2 &
51 mmazloff 1.1 # Gridding parameters
52     &PARM04
53     usingSphericalPolarGrid=.TRUE.,
54     ygOrigin=25.,
55     delX=64*0.25,
56     delY=64*0.25,
57     delZ=500.,500.,500.,500.,500.,500.,500.,500.,
58 jmc 1.2 &
59 mmazloff 1.1 &PARM05
60     bathyFile='topog.box',
61     uVelInitFile= 'Uini.bin',
62     vVelInitFile= 'Vini.bin',
63 jmc 1.2 #hydrogThetaFile=,
64     #hydrogSaltFile=,
65     #zonalWindFile=,
66     #meridWindFile=,
67     &

  ViewVC Help
Powered by ViewVC 1.1.22