/[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.4 - (show annotations) (download)
Tue Jan 27 15:38:47 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +0 -2 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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 # ivdc_kappa=50.,
19 # implicitViscosity=.TRUE.,
20 # implicitDiffusion=.TRUE.,
21 # useOldFreezing=.TRUE.,
22 useCDscheme=.FALSE.,
23 # useNHMTerms=.TRUE.,
24 # turn on looped cells
25 # hFacMin=.2,
26 # hFacMindr=50.,
27 # set precision of data files
28 # readBinaryPrec=32,
29 globalFiles=.TRUE.,
30 useSingleCpuIO=.TRUE.
31 beta=1.E-11,
32 # f0=1.e-4,
33 tAlpha=2.E-4,
34 sBeta =0.E-4,
35 # gBaro=9.81,
36 rigidLid=.FALSE.,
37 implicitFreeSurface=.TRUE.,
38 # tempAdvScheme = 2
39 # saltAdvScheme = 2
40 writeBinaryPrec=64,
41 multiDimAdvection = .TRUE.
42 &
43
44 # Elliptic solver parameters
45 &PARM02
46 cg2dMaxIters=1000,
47 cg2dTargetResidual=1.E-7,
48 &
49
50 # Time stepping parameters
51 &PARM03
52 #startTime = 0.,
53 nIter0 = 200000,
54 nTimeSteps = 10,
55 deltaTmom = 20000.0,
56 # tauCD = 172800.,
57 deltaTtracer = 20000.0,
58 deltaTClock = 20000.0,
59 abEps = 0.1,
60 #cAdjFreq = -1,
61 pickupStrictlyMatch=.FALSE.,
62 pChkptFreq= 500000000.0,
63 dumpFreq= 200000000.0,
64 taveFreq= 0.,
65 # taveDumpFreq=155520000.,
66 monitorFreq=2.,
67 # tauThetaClimRelax = 864000.0,
68 # tauSaltClimRelax = 0.0,
69 # periodicExternalForcing=.FALSE.,
70 &
71
72 # Gridding parameters
73 &PARM04
74 usingCartesianGrid=.TRUE.,
75 delX=31*50E3,
76 delY=31*50E3,
77 delR=5000.,
78 &
79
80 # Input datasets
81 &PARM05
82 bathyFile='topog.box',
83 hydrogThetaFile=,
84 hydrogSaltFile=,
85 zonalWindFile='windx.cos_y',
86 meridWindFile=,
87 thetaClimFile=,
88 saltClimFile=,
89 &

  ViewVC Help
Powered by ViewVC 1.1.22