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

Contents of /MITgcm/verification/obcs_ctrl/input_ad/data

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


Revision 1.5 - (show annotations) (download)
Sat Aug 6 18:55:14 2011 UTC (12 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +1 -1 lines
* after temporary fix to grdchk indexing (doesnt work for 11,14):
* shorten to 4 timesteps
* change grdchck positions to i,j = 1,1 (so it can be used for 12,13)
* change to multi-tile

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 eosType='LINEAR',
15 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 &
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=500,
34 cg2dTargetResidual=1.E-8,
35 &
36 # Time stepping parameters
37 &PARM03
38 startTime=0.,
39 endTime=4800.,
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 #monitorFreq=432000.,
48 monitorFreq=3600.,
49 monitorSelect=1,
50 &
51 # 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 &
59 &PARM05
60 bathyFile='topog.box',
61 uVelInitFile= 'Uini.bin',
62 vVelInitFile= 'Vini.bin',
63 #hydrogThetaFile=,
64 #hydrogSaltFile=,
65 #zonalWindFile=,
66 #meridWindFile=,
67 &

  ViewVC Help
Powered by ViewVC 1.1.22