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

Contents of /MITgcm/verification/tutorial_plume_on_slope/input/data

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


Revision 1.3 - (show annotations) (download)
Mon Aug 21 18:29:12 2017 UTC (6 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, HEAD
Changes since 1.2: +2 -1 lines
set "plotLevel" to zero.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=60*1.,
8 sRef=60*35.,
9 viscA4=0.0E4,
10 viscAh=1.E-2,
11 viscAz=1.E-3,
12 bottomDragLinear=0.E-4,
13 no_slip_sides=.TRUE.,
14 no_slip_bottom=.TRUE.,
15 diffK4T=0.E4,
16 diffKhT=0.E-2,
17 diffKzT=0.E-3,
18 diffK4S=0.E4,
19 diffKhS=1.E-2,
20 diffKzS=1.E-5,
21 tempAdvScheme=33,
22 f0=0.e-4,
23 beta=0.E-11,
24 eosType='LINEAR',
25 tAlpha=2.E-4,
26 sBeta =0.E-4,
27 rigidLid=.FALSE.,
28 implicitFreeSurface=.TRUE.,
29 hFacMin=0.05,
30 nonHydrostatic=.TRUE.,
31 readBinaryPrec=64,
32 #- not safe to use globalFiles in multi-processors runs
33 #globalFiles=.TRUE.,
34 plotLevel=0,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=300,
40 cg2dTargetResidual=1.E-13,
41 cg3dMaxIters=20,
42 cg3dTargetResidual=1.E-8,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 nIter0=0,
48 nTimeSteps=20,
49 #nTimeSteps=8640,
50 deltaT=20.0,
51 abEps=0.01,
52 pChkptFreq=0.0,
53 chkptFreq=0.0,
54 dumpFreq=6000.0,
55 #taveFreq=864000.0,
56 monitorSelect=2,
57 monitorFreq=1.,
58 &
59
60 # Gridding parameters
61 &PARM04
62 usingCartesianGrid=.TRUE.,
63 delXfile='dx.bin',
64 dYspacing=200.,
65 delZ=60*3.33333333333333333333333,
66 &
67
68 # Input datasets
69 &PARM05
70 bathyFile='topog.slope',
71 hydrogThetaFile='T.init',
72 surfQfile='Qnet.forcing',
73 #hydrogThetaFile='T.pickup',
74 #uVelInitFile='U.pickup',
75 #pSurfInitFile='Eta.pickup',
76 &

  ViewVC Help
Powered by ViewVC 1.1.22