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

Contents of /MITgcm/verification/exp4/input/data

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


Revision 1.17 - (show annotations) (download)
Mon Nov 8 01:47:30 2010 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62o, checkpoint62n, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t
Changes since 1.16: +1 -0 lines
switch to 4th order advection scheme for salt (passive) and pTracer01

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8 sRef= 8*35.,
9 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 viscA4=0.E12,
14 diffKhT=1.E3,
15 diffKzT=1.E-5,
16 diffKhS=1.E3,
17 diffKzS=1.E-5,
18 f0=1.e-4,
19 beta=0.E-11,
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 gBaro=9.81,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.2,
28 saltAdvScheme=4,
29 nonHydrostatic=.FALSE.,
30 readBinaryPrec=64,
31 #- not safe to use globalFiles in multi-processors runs
32 #globalFiles=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=1000,
38 cg2dTargetResidual=1.E-13,
39 cg3dMaxIters=400,
40 cg3dTargetResidual=1.E-13,
41 &
42
43 # Time stepping parameters
44 &PARM03
45 niter0=0,
46 nTimeSteps=10,
47 deltaT=600.0,
48 abEps=0.1,
49 pChkptFreq=0.0,
50 chkptFreq=0.0,
51 dumpFreq=10800.0,
52 monitorSelect=2,
53 monitorFreq=1.,
54 # for time dependent open boundary conditions comment
55 # in the following three lines
56 # periodicExternalForcing=.TRUE.,
57 # externForcingPeriod=600.,
58 # externForcingCycle=1200.,
59 &
60
61 # Gridding parameters
62 &PARM04
63 usingCartesianGrid=.TRUE.,
64 usingSphericalPolarGrid=.FALSE.,
65 delX=80*5.e3,
66 delY=42*5.e3,
67 delZ= 8*562.5,
68 &
69
70 # Input datasets
71 &PARM05
72 bathyFile='topog.bump',
73 &

  ViewVC Help
Powered by ViewVC 1.1.22