/[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.5 - (show annotations) (download)
Thu May 22 19:59:28 2003 UTC (20 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint51, checkpoint51f_post, checkpoint51d_post, checkpoint51j_post, checkpoint51b_pre, checkpoint51h_pre, checkpoint50f_post, checkpoint50f_pre, branchpoint-genmake2, checkpoint51i_post, checkpoint51b_post, checkpoint51c_post, checkpoint50g_post, checkpoint50h_post, checkpoint50i_post, checkpoint51i_pre, checkpoint51e_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51a_post
Branch point for: branch-genmake2
Changes since 1.4: +14 -7 lines
Made several changes to improve utility in testscript and relevence in general.
 o switched from sNy=3 to sNy=1 (did not change numerical results)
 o activated slope (gendata.m had code but slope was set to zero)
 o switched from linear FS to non-linear FS
 o switch to Crank-Nicholson time-stepping for FS
 o increased time-step by factor of 50 (so that expt does something during test)
 o turned off salt stepping
 o re-generated results/output.txt

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

  ViewVC Help
Powered by ViewVC 1.1.22