/[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.20 - (show annotations) (download)
Mon Aug 21 18:14:23 2017 UTC (6 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, HEAD
Changes since 1.19: +1 -0 lines
set "plotLevel" to zero.

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 plotLevel=0,
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