/[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.3 - (hide annotations) (download)
Fri Feb 2 21:36:34 2001 UTC (23 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint38, pre38tag1, c37_adj, pre38-close, checkpoint39, checkpoint37, checkpoint36, checkpoint35
Branch point for: pre38
Changes since 1.2: +0 -7 lines
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

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

  ViewVC Help
Powered by ViewVC 1.1.22