/[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.6 - (show annotations) (download)
Thu Aug 25 22:34:53 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.5: +5 -12 lines
To allow to split the domain in several tiles, change the domain size
 from 31x31 to 32x32 by adding 1 row (on Southern side) + 1 column (on
 Western side) of land points.

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 globalFiles=.TRUE.,
34 useSingleCpuIO=.TRUE.
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 cg2dTargetResidual=1.E-7,
41 &
42
43 # Time stepping parameters
44 &PARM03
45 #startTime = 0.,
46 nIter0 = 200000,
47 nTimeSteps = 10,
48 deltaTmom = 20000.0,
49 deltaTtracer= 20000.0,
50 deltaTClock = 20000.0,
51 abEps = 0.1,
52 #cAdjFreq = -1,
53 pickupStrictlyMatch=.FALSE.,
54 pChkptFreq= 500000000.0,
55 dumpFreq= 200000000.0,
56 monitorFreq=2.,
57 monitorSelect=2,
58 # tauThetaClimRelax = 864000.0,
59 # tauSaltClimRelax = 0.0,
60 # periodicExternalForcing=.FALSE.,
61 &
62
63 # Gridding parameters
64 &PARM04
65 usingCartesianGrid=.TRUE.,
66 delX=32*50.E3,
67 delY=32*50.E3,
68 delR=5000.,
69 ygOrigin=-50.E3,
70 &
71
72 # Input datasets
73 &PARM05
74 bathyFile='topo_box.bin',
75 hydrogThetaFile=,
76 hydrogSaltFile=,
77 zonalWindFile='taux_cosY.bin',
78 meridWindFile=,
79 thetaClimFile=,
80 saltClimFile=,
81 &

  ViewVC Help
Powered by ViewVC 1.1.22