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

Contents of /MITgcm/verification/tidal_basin_2d/input/data

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


Revision 1.1 - (show annotations) (download)
Thu Jan 30 18:33:58 2003 UTC (21 years, 3 months ago) by adcroft
Branch: MAIN
Adding bare bones prototype of tidal sloshing in basin. Currently
a flat bottom, no rotation, or dissipation and *one* level.
We'll increase levels shortly...

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=20.,
8 sRef=35.,
9 viscAh=1.E2,
10 viscAz=1.E-3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 diffKhT=1.E2,
14 diffKzT=1.E-5,
15 diffKhS=1.E2,
16 diffKzS=1.E-5,
17 tAlpha=2.E-4,
18 f0=0.,
19 beta=0.,
20 sBeta =0.,
21 gravity=9.81,
22 rigidLid=.FALSE.,
23 implicitFreeSurface=.TRUE.,
24 eosType='LINEAR',
25 readBinaryPrec=64,
26 hFacMin=0.01,
27 &
28
29 # Elliptic solver parameters
30 &PARM02
31 cg2dMaxIters=1000,
32 cg2dTargetResidual=1.E-13,
33 &
34
35 # Time stepping parameters
36 &PARM03
37 startTime=0.,
38 endTime=216000.,
39 deltaT=1200.0,
40 cAdjFreq=0.,
41 abEps=0.02,
42 pChkptFreq=0.0,
43 chkptFreq=0.0,
44 dumpFreq=3600.0,
45 monitorFreq=1.,
46 &
47
48 # Gridding parameters
49 &PARM04
50 usingCartesianGrid=.TRUE.,
51 usingSphericalPolarGrid=.FALSE.,
52 delZ=500.,
53 delY=10.e3,
54 delX=80*50.e3,
55 &
56
57 # Input datasets
58 &PARM05
59 bathyFile='topog.bin',
60 &

  ViewVC Help
Powered by ViewVC 1.1.22