/[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.3 - (show annotations) (download)
Mon Oct 22 13:35:36 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61h
Changes since 1.2: +6 -5 lines
add pickupStrictlyMatch=.FALSE., to restart from "old" pickup (meta file
 without list of fields)

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 usingSphericalPolarGrid=.FALSE.,
76 delX=31*50E3,
77 delY=31*50E3,
78 delR=5000.,
79 # phiMin=0.,
80 &
81
82 # Input datasets
83 &PARM05
84 bathyFile='topog.box',
85 hydrogThetaFile=,
86 hydrogSaltFile=,
87 zonalWindFile='windx.cos_y',
88 meridWindFile=,
89 thetaClimFile=,
90 saltClimFile=,
91 &

  ViewVC Help
Powered by ViewVC 1.1.22