/[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.19 - (show annotations) (download)
Tue May 3 17:07:05 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.18: +8 -8 lines
turn on: nonHydrostatic, exactConserv, viscA4 (with momDissip_In_AB=F)
 and prescribe time varying OB for wVel at Western-boundary and
 uVel at E&W boundaries (+/- 1 per-cent)

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

  ViewVC Help
Powered by ViewVC 1.1.22