/[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.3 - (show annotations) (download)
Tue Mar 25 15:24:26 2003 UTC (21 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint50d_pre, checkpoint50e_post, checkpoint50c_post, checkpoint50b_pre, checkpoint50b_post, checkpoint50d_post, checkpoint50c_pre, checkpoint50e_pre
Changes since 1.2: +33 -20 lines
Changes to make expt more relevent. Results clearly have problems with
conservation...

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=20., 19.5, 19., 18.5, 18., 17.5, 17., 16.5, 16., 15.5,
8 sRef=10*35.,
9 viscAh=1.E2,
10 viscAz=1.E-3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 diffKhT=0.E2,
14 diffKzT=0.E-5,
15 diffKhS=0.E2,
16 diffKzS=0.E-5,
17 tAlpha=0.E-4,
18 sBeta =0.,
19 omega=0.,
20 gravity=9.81,
21 eosType='LINEAR',
22 rigidLid=.FALSE.,
23 implicitFreeSurface=.TRUE.,
24 readBinaryPrec=64,
25 writeBinaryPrec=64,
26 hFacMin=0.0001,
27 exactConserv=.TRUE.,
28 ## select_rStar=1,
29 # z - begin
30 # nonlinFreeSurf=3,
31 # hFacInf=0.2,
32 # hFacSup=2.0,
33 # z - end
34 # z* - begin
35 select_rStar=2,
36 nonlinFreeSurf=4,
37 hFacInf=0.0002,
38 hFacSup=22.5,
39 # * - end
40 &
41
42 # Elliptic solver parameters
43 &PARM02
44 cg2dMaxIters=1000,
45 cg2dTargetResidual=1.E-13,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 startTime=0.,
51 endTime=864000.,
52 deltaT=1200.0,
53 cAdjFreq=0.,
54 abEps=0.02,
55 pChkptFreq=0.0,
56 chkptFreq=0.0,
57 dumpFreq=7200.0,
58 taveFreq=86400.0,
59 monitorFreq=3600.,
60 &
61
62 # Gridding parameters
63 &PARM04
64 delZ=400.,400.,400.,400.,400.,400.,400.,400.,400.,400.,
65 usingCartesianGrid=.FALSE.,
66 usingSphericalPolarGrid=.TRUE.,
67 delX=80*4.5,
68 delY=1.,
69 &
70
71 # Input datasets
72 &PARM05
73 #bathyFile='topog.bin',
74 &

  ViewVC Help
Powered by ViewVC 1.1.22