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

Contents of /MITgcm/verification/exp1/input/data

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


Revision 1.10 - (show annotations) (download)
Thu Apr 17 13:52:31 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51j_post, checkpoint50e_post, checkpoint50c_post, checkpoint51f_pre, checkpoint50c_pre, branchpoint-genmake2, checkpoint50d_pre, checkpoint51e_post, checkpoint51b_post, checkpoint51c_post, checkpoint51, checkpoint50d_post, checkpoint51b_pre, checkpoint51h_pre, checkpoint50g_post, checkpoint51g_post, checkpoint51f_post, checkpoint50b_post, checkpoint50f_post, checkpoint50f_pre, checkpoint51d_post, checkpoint51a_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre
Branch point for: branch-genmake2
Changes since 1.9: +1 -0 lines
new flag "useCDscheme" set to TRUE (default=F);

1 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef=20.,10.,8.,6.,
5 sRef=10.,10.,10.,10.,
6 viscAz=1.E-2,
7 viscAh=4.E2,
8 no_slip_sides=.FALSE.,
9 no_slip_bottom=.TRUE.,
10 diffKhT=4.E2,
11 diffKzT=1.E-2,
12 beta=1.E-11,
13 tAlpha=2.E-4,
14 sBeta =0.,
15 gravity=9.81,
16 rigidLid=.FALSE.,
17 implicitFreeSurface=.TRUE.,
18 useCDscheme=.TRUE.,
19 eosType='LINEAR',
20 readBinaryPrec=64,
21 &
22 # Elliptic solver parameters
23 &PARM02
24 cg2dMaxIters=1000,
25 cg2dTargetResidual=1.E-13,
26 &
27 # Time stepping parameters
28 &PARM03
29 startTime=0.,
30 endTime=12000.,
31 deltaTmom=1200.0,
32 deltaTtracer=1200.0,
33 abEps=0.1,
34 pChkptFreq=17000.0,
35 chkptFreq=0.0,
36 dumpFreq=2592000.0,
37 monitorFreq=1.,
38 &
39 # Gridding parameters
40 &PARM04
41 usingCartesianGrid=.FALSE.,
42 usingSphericalPolarGrid=.TRUE.,
43 phiMin=0.,
44 delX=60*1.,
45 delY=60*1.,
46 delZ=500.,500.,500.,500.,
47 &
48 &PARM05
49 bathyFile='topog.box',
50 hydrogThetaFile=,
51 hydrogSaltFile=,
52 zonalWindFile='windx.sin_y',
53 meridWindFile=,
54 &

  ViewVC Help
Powered by ViewVC 1.1.22