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

Contents of /MITgcm/verification/front_relax/input/data

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


Revision 1.9 - (show annotations) (download)
Tue Jan 8 00:44:28 2008 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59o, checkpoint59n, checkpoint62b, checkpoint61f, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.8: +12 -12 lines
an example using "monitorSelect=1" (to get less monitor variables)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=29.,28.,27.,26.,25.,24.,23.,22.,21.,20.,19.,18.,17.,16.,15.,10*0.,
8 viscAr=1.E-3,
9 viscA4=1.E11,
10 no_slip_sides=.FALSE.,
11 no_slip_bottom=.FALSE.,
12 diffKrT=3.E-5,
13 diffKrS=3.E-5,
14 beta=0.E-11,
15 f0 =1.E-4,
16 tAlpha=2.E-4,
17 sBeta =0.E-4,
18 gravity=9.81,
19 rhoConst=1000.,
20 rhoNil=1000.,
21 rigidLid=.FALSE.,
22 implicitFreeSurface=.TRUE.,
23 eosType='LINEAR',
24 diffKhT=0.E3,
25 diffKhS=0.E3,
26 readBinaryPrec=64,
27 writeBinaryPrec=64,
28 implicitDiffusion=.TRUE.,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=1000,
34 cg2dTargetResidual=1.E-13,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 startTime=0,
40 nTimeSteps=20,
41 deltaT=1800.,
42 cAdjFreq=-1.,
43 abEps=0.1,
44 pChkptFreq=0.,
45 chkptFreq =0.,
46 dumpFreq=8640000.,
47 monitorSelect=1,
48 monitorFreq=1.,
49 &
50
51 # Gridding parameters
52 &PARM04
53 usingCartesianGrid=.TRUE.,
54 delR= 50., 50., 55., 60., 65., 70., 80., 95.,
55 120., 155., 200., 260., 320., 400., 480., 10*1.,
56 delX=1*10.E3,
57 #delY=32*10.E3,
58 delYfile='dy.bin',
59 &
60
61 # Input datasets
62 &PARM05
63 hydrogThetaFile='theta.bin',
64 hydrogSaltFile ='salt.bin',
65 bathyFile ='topog.bin',
66 &

  ViewVC Help
Powered by ViewVC 1.1.22