/[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.5 - (show annotations) (download)
Wed Jun 21 20:38:33 2000 UTC (23 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase6, branch-atmos-merge-phase3, checkpoint30, branch-atmos-merge-phase2, branch-atmos-merge-shapiro, checkpoint29, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase1, branch-atmos-merge-start, checkpoint32, checkpoint31, checkpoint33
Branch point for: branch-atmos-merge
Changes since 1.4: +0 -1 lines
Removed GMkbackground=0.

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 eosType='LINEAR',
19 readBinaryPrec=64,
20 &
21 # Elliptic solver parameters
22 &PARM02
23 cg2dMaxIters=1000,
24 cg2dTargetResidual=1.E-13,
25 &
26 # Time stepping parameters
27 &PARM03
28 startTime=0,
29 endTime=12000,
30 deltaTmom=1200.0,
31 deltaTtracer=1200.0,
32 abEps=0.1,
33 pChkptFreq=17000.0,
34 chkptFreq=0.0,
35 dumpFreq=2592000.0,
36 &
37 # Gridding parameters
38 &PARM04
39 usingCartesianGrid=.FALSE.,
40 usingSphericalPolarGrid=.TRUE.,
41 phiMin=-30.,
42 delX=60*1.,
43 delY=60*1.,
44 delZ=500.,500.,500.,500.,
45 &
46 &PARM05
47 bathyFile='topog.box',
48 hydrogThetaFile=,
49 hydrogSaltFile=,
50 zonalWindFile='windx.sin_y',
51 meridWindFile=,
52 &
53
54 # Open-boundaries
55 &PARM06
56 &

  ViewVC Help
Powered by ViewVC 1.1.22