/[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.2 - (show annotations) (download)
Thu Jan 30 20:19:16 2003 UTC (21 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint48i_post, checkpoint48d_post, checkpoint48f_post, checkpoint48g_post, checkpoint48e_post, checkpoint49, checkpoint50, checkpoint48d_pre, checkpoint48h_post, checkpoint50a_post
Changes since 1.1: +4 -3 lines
Switch to 10 layers and baroclinic.

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

  ViewVC Help
Powered by ViewVC 1.1.22