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

Contents of /MITgcm/verification/internal_wave/input/data

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


Revision 1.2 - (show annotations) (download)
Fri Jun 30 19:05:59 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-shapiro, branch-atmos-merge-start, checkpoint33, checkpoint32, checkpoint31, checkpoint30, checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge
Changes since 1.1: +1 -2 lines
Corrected initialization of Sref.

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 sRef= 20*35.,
13 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 openBoundaries=.TRUE.,
33 nonHydrostatic=.FALSE.,
34 readBinaryPrec=64,
35 globalFiles=.TRUE.,
36 writeBinaryPrec=64,
37 writeStatePrec=64,
38 &
39
40 # Elliptic solver parameters
41 &PARM02
42 cg2dMaxIters=1000,
43 cg2dTargetResidual=1.E-13,
44 cg3dMaxIters=400,
45 cg3dTargetResidual=1.E-13,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 niter0=0,
51 nTimeSteps=20,
52 deltaT=10.,
53 abEps=0.1,
54 pChkptFreq=300000.0,
55 chkptFreq=0.0,
56 dumpFreq=10000.,
57 &
58
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.TRUE.,
62 usingSphericalPolarGrid=.FALSE.,
63 delXfile='delXvar'
64 delY=3*5.e3,
65 delZ=20*10.000000,
66 &
67
68 # Input datasets
69 &PARM05
70 hydrogThetaFile='T.init',
71 bathyFile='topog.slope',
72 &
73
74 # Open-boundaries
75 &PARM06
76 OB_Ieast=3*-1,
77 OB_Iwest=3*1,
78 &

  ViewVC Help
Powered by ViewVC 1.1.22