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

Contents of /MITgcm/verification/plume_on_slope/input/data

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


Revision 1.3 - (show annotations) (download)
Sun Nov 6 03:06:46 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint57y_post, checkpoint57x_post, checkpoint57y_pre, checkpoint58, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58c_post
Changes since 1.2: +2 -1 lines
comment out globalFiles=.TRUE.

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

  ViewVC Help
Powered by ViewVC 1.1.22