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

Contents of /MITgcm/verification/exp4/input/data

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


Revision 1.8 - (show annotations) (download)
Wed Jun 21 20:38:33 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-shapiro, checkpoint29, 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.7: +0 -1 lines
Removed GMkbackground=0.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8 sRef= 8*35.,
9 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 viscA4=0.E12,
14 diffKhT=1.E3,
15 diffKzT=1.E-5,
16 diffKhS=1.E3,
17 diffKzS=1.E-5,
18 f0=1.e-4,
19 beta=0.E-11,
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 gBaro=9.81,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.2,
28 openBoundaries=.TRUE.,
29 nonHydrostatic=.FALSE.,
30 readBinaryPrec=64,
31 globalFiles=.TRUE.,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=1000,
37 cg2dTargetResidual=1.E-13,
38 cg3dMaxIters=400,
39 cg3dTargetResidual=1.E-13,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 niter0=0,
45 nTimeSteps=10,
46 deltaT=600.0,
47 abEps=0.1,
48 pChkptFreq=3000.0,
49 chkptFreq=0.0,
50 dumpFreq=6000.0,
51 &
52
53 # Gridding parameters
54 &PARM04
55 usingCartesianGrid=.TRUE.,
56 usingSphericalPolarGrid=.FALSE.,
57 delX=80*5.e3,
58 delY=42*5.e3,
59 delZ= 8*562.5,
60 &
61
62 # Input datasets
63 &PARM05
64 bathyFile='topog.bump',
65 &
66
67 # Open-boundaries
68 &PARM06
69 OB_Jnorth=80*-1,
70 OB_Jsouth=80*1,
71 OB_Ieast=42*-1,
72 OB_Iwest=42*1,
73 &

  ViewVC Help
Powered by ViewVC 1.1.22