/[MITgcm]/MITgcm/verification/matrix_example/input/data
ViewVC logotype

Contents of /MITgcm/verification/matrix_example/input/data

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


Revision 1.7 - (show annotations) (download)
Fri Aug 26 19:52:33 2011 UTC (12 years, 7 months ago) by jmc
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.6: +2 -3 lines
no need for globalFiles=.TRUE., (since we already have useSingleCpuIO=.TRUE.)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=20.,
8 sRef=10.,
9 viscAr=1.E-2,
10 viscAh=5.E3,
11 diffKhT=5.E3,
12 diffKrT=1.E-2,
13 # diffKhS=0.E3,
14 # diffKrS=1.E-5,
15 rhonil=1035.,
16 gravity=9.81,
17 eosType='LINEAR',
18 tAlpha=2.E-4,
19 sBeta =0.E-4,
20 # ivdc_kappa=50.,
21 # implicitViscosity=.TRUE.,
22 # implicitDiffusion=.TRUE.,
23 # turn on looped cells
24 # hFacMin=.2,
25 # hFacMindr=50.,
26 beta=1.E-11,
27 # f0=1.e-4,
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 # set precision of data files
31 # readBinaryPrec=32,
32 writeBinaryPrec=64,
33 useSingleCpuIO=.TRUE.,
34 &
35
36 # Elliptic solver parameters
37 &PARM02
38 cg2dMaxIters=1000,
39 cg2dTargetResidual=1.E-7,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 #startTime = 0.,
45 nIter0 = 200000,
46 nTimeSteps = 10,
47 deltaTmom = 20000.0,
48 deltaTtracer= 20000.0,
49 deltaTClock = 20000.0,
50 abEps = 0.1,
51 #cAdjFreq = -1,
52 pickupStrictlyMatch=.FALSE.,
53 pChkptFreq= 500000000.0,
54 dumpFreq= 200000000.0,
55 monitorFreq=2.,
56 monitorSelect=2,
57 # tauThetaClimRelax = 864000.0,
58 # tauSaltClimRelax = 0.0,
59 # periodicExternalForcing=.FALSE.,
60 &
61
62 # Gridding parameters
63 &PARM04
64 usingCartesianGrid=.TRUE.,
65 delX=32*50.E3,
66 delY=32*50.E3,
67 delR=5000.,
68 ygOrigin=-50.E3,
69 &
70
71 # Input datasets
72 &PARM05
73 bathyFile='topo_box.bin',
74 hydrogThetaFile=,
75 hydrogSaltFile=,
76 zonalWindFile='taux_cosY.bin',
77 meridWindFile=,
78 thetaClimFile=,
79 saltClimFile=,
80 &

  ViewVC Help
Powered by ViewVC 1.1.22