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

Annotation of /MITgcm/verification/internal_wave/input/data

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


Revision 1.1 - (hide annotations) (download)
Thu Jun 29 19:29:04 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
Added new example for testing OBCs.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     # tRef = 6.80906, 6.09232, 5.37557, 4.65883, 3.94209, 3.22534, 2.5086, 1.79186, 1.07511, 0.358372, -0.358372, -1.07511, -1.79186, -2.5086, -3.22534, -3.94209, -4.65883, -5.37557, -6.09232, -6.80906,
8     Tref = 0.04842, 0.0433231, 0.0382263, 0.0331295,
9     0.0280326, 0.0229358, 0.0178389, 0.0127421,
10     0.00764526, 0.00254842, -0.00254842, -0.00764526,
11     -0.0127421, -0.0178389, -0.0229358, -0.0280326,
12     -0.0331295, -0.0382263, -0.0433231, -0.04842,
13     sRef= 8*35.,
14     viscAz=1.E-3,
15     viscAh=1.0E-2,
16     no_slip_sides=.FALSE.,
17     no_slip_bottom=.FALSE.,
18     viscA4=0.E12,
19     diffKhT=1.0E-2
20     diffKzT=1.E-3,
21     diffKhS=1.E3,
22     diffKzS=1.E-5,
23     f0=0.0,
24     beta=0.E-11,
25     tAlpha=2.E-4,
26     sBeta =0.E-4,
27     gravity=9.81,
28     gBaro=9.81,
29     rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     eosType='LINEAR',
32     hFacMin=0.2,
33     openBoundaries=.TRUE.,
34     nonHydrostatic=.FALSE.,
35     readBinaryPrec=64,
36     globalFiles=.TRUE.,
37     writeBinaryPrec=64,
38     writeStatePrec=64,
39     &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=1000,
44     cg2dTargetResidual=1.E-13,
45     cg3dMaxIters=400,
46     cg3dTargetResidual=1.E-13,
47     &
48    
49     # Time stepping parameters
50     &PARM03
51     niter0=0,
52     nTimeSteps=20,
53     deltaT=10.,
54     abEps=0.1,
55     pChkptFreq=300000.0,
56     chkptFreq=0.0,
57     dumpFreq=10000.,
58     &
59    
60     # Gridding parameters
61     &PARM04
62     usingCartesianGrid=.TRUE.,
63     usingSphericalPolarGrid=.FALSE.,
64     delXfile='delXvar'
65     delY=3*5.e3,
66     delZ=20*10.000000,
67     &
68    
69     # Input datasets
70     &PARM05
71     hydrogThetaFile='T.init',
72     bathyFile='topog.slope',
73     &
74    
75     # Open-boundaries
76     &PARM06
77     OB_Ieast=3*-1,
78     OB_Iwest=3*1,
79     &

  ViewVC Help
Powered by ViewVC 1.1.22