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

Contents of /MITgcm/verification/front_relax/input/data

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


Revision 1.4 - (show annotations) (download)
Fri Feb 2 21:36:33 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.3: +1 -9 lines
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 viscAz=1.E-3,
8 viscA4=1.E11,
9 no_slip_sides=.FALSE.,
10 no_slip_bottom=.FALSE.,
11 diffKzT=3.E-5,
12 diffKzS=3.E-5,
13 beta=0.E-11,
14 f0=1.e-4,
15 tAlpha=2.E-4,
16 sBeta =0.E-4,
17 gravity=9.81,
18 rhoConst=1000.,
19 rhoNil=1000.,
20 rigidLid=.FALSE.,
21 implicitFreeSurface=.TRUE.,
22 eosType='LINEAR',
23 diffKhT=0.E3,
24 diffKhS=0.E3,
25 readBinaryPrec=64,
26 writeBinaryPrec=64,
27 implicitDiffusion=.TRUE.,
28 &
29
30 # Elliptic solver parameters
31 &PARM02
32 cg2dMaxIters=1000,
33 cg2dTargetResidual=1.E-13,
34 &
35
36 # Time stepping parameters
37 &PARM03
38 startTime=0,
39 nTimeSteps=20,
40 deltaT=1800.0,
41 cAdjFreq=-1.,
42 abEps=0.1,
43 pChkptFreq=0.0,
44 chkptFreq=0.0,
45 dumpFreq=8640000.0,
46 &
47
48 # Gridding parameters
49 &PARM04
50 usingCartesianGrid=.TRUE.,
51 usingSphericalPolarGrid=.FALSE.,
52 delZ= 50., 50., 55., 60., 65., 70., 80., 95.,
53 120., 155., 200., 260., 320., 400., 480.,
54 delX=64*10.E3,
55 #delY=32*10.E3,
56 delYfile='dy.bin',
57 &
58
59 # Input datasets
60 &PARM05
61 hydrogThetaFile='theta.bin',
62 hydrogSaltFile='salt.bin',
63 bathyFile='topog.bin',
64 &

  ViewVC Help
Powered by ViewVC 1.1.22