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

Annotation of /MITgcm/verification/matrix_example/input/data

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


Revision 1.1 - (hide annotations) (download)
Mon Apr 18 22:09:57 2005 UTC (19 years, 1 month ago) by spk
Branch: MAIN
input file for verification experiment

1 spk 1.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 = 1,
55     deltaTmom = 20000.0,
56     # tauCD = 172800.,
57     deltaTtracer = 20000.0,
58     deltaTClock = 20000.0,
59     abEps = 0.1,
60     #cAdjFreq = -1,
61     pChkptFreq= 500000000.0,
62     dumpFreq= 200000000.0,
63     taveFreq= 0.,
64     # taveDumpFreq=155520000.,
65     monitorFreq=0.,
66     # tauThetaClimRelax = 864000.0,
67     # tauSaltClimRelax = 0.0,
68     # periodicExternalForcing=.FALSE.,
69     /
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.TRUE.,
74     usingSphericalPolarGrid=.FALSE.,
75     delX=31*50E3,
76     delY=31*50E3,
77     delR=5000.,
78     # phiMin=0.,
79     /
80    
81     # Input datasets
82     &PARM05
83     bathyFile='topog.box',
84     hydrogThetaFile=,
85     hydrogSaltFile=,
86     zonalWindFile='windx.cos_y',
87     meridWindFile=,
88     thetaClimFile=,
89     saltClimFile=,
90     /

  ViewVC Help
Powered by ViewVC 1.1.22