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

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

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


Revision 1.2 - (show annotations) (download)
Fri Oct 28 19:33:36 2011 UTC (12 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint63e, checkpoint64o, checkpoint64a, checkpoint63r, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64b, checkpoint63h, checkpoint63m, checkpoint64e, checkpoint63i, checkpoint63q, checkpoint64d, checkpoint64c, checkpoint63f, checkpoint64g, checkpoint64f, checkpoint63j, checkpoint63l, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint63n, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint63k, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint63o, checkpoint63p, checkpoint64h, checkpoint63s, checkpoint64k, checkpoint64, checkpoint65, checkpoint64j, checkpoint64m, checkpoint63g, checkpoint64l, HEAD
Changes since 1.1: +1 -1 lines
switch off pTracers and non-hydrostatic (was getting restart Pb with NH)

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 viscAr=1.E-3,
10 viscAh=1.E3,
11 #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
12 viscA4=1.E8,
13 no_slip_sides=.FALSE.,
14 no_slip_bottom=.TRUE.,
15 bottomDragLinear = 1.e-2,
16 diffKhT=1.E3,
17 diffKrT=1.E-5,
18 diffKhS=1.E3,
19 diffKrS=1.E-5,
20 saltAdvScheme=4,
21 eosType='LINEAR',
22 tAlpha=2.E-4,
23 sBeta =0.E-4,
24 gravity=9.81,
25 f0=1.e-4,
26 beta=0.E-11,
27 #nonHydrostatic=.TRUE.,
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 exactConserv=.TRUE.,
31 hFacMin=0.2,
32 readBinaryPrec=64,
33 #- not safe to use globalFiles in multi-processors runs
34 #globalFiles=.TRUE.,
35 #useSingleCpuIO=.TRUE.,
36 &
37
38 # Elliptic solver parameters
39 &PARM02
40 cg2dMaxIters=1000,
41 cg2dTargetResidual=1.E-13,
42 cg3dMaxIters=400,
43 cg3dTargetResidual=1.E-13,
44 &
45
46 # Time stepping parameters
47 &PARM03
48 nIter0=0,
49 nTimeSteps=10,
50 baseTime=10800.,
51 deltaT=600.0,
52 abEps=0.1,
53 momDissip_In_AB=.FALSE.,
54 pChkptFreq=0.0,
55 chkptFreq=0.0,
56 dumpFreq=10800.0,
57 monitorSelect=2,
58 monitorFreq=1.,
59 # for time dependent open boundary conditions, activate the following 3 lines:
60 periodicExternalForcing=.TRUE.,
61 externForcingPeriod=21600.,
62 externForcingCycle =43200.,
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingCartesianGrid=.TRUE.,
68 delX=80*5.e3,
69 delY=42*5.e3,
70 delR= 8*562.5,
71 &
72
73 # Input datasets
74 &PARM05
75 bathyFile='topog.bump',
76 &

  ViewVC Help
Powered by ViewVC 1.1.22