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

Annotation of /MITgcm/verification/front_relax/input/data

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


Revision 1.2 - (hide annotations) (download)
Mon Apr 10 16:14:06 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Added variable resolution to test.

1 adcroft 1.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     GMkBackground=1000.d0,
26     #diffKhT=1.E3,
27     #diffKhS=1.E3,
28     #GMkBackground=0000.d0,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     implicitDiffusion=.TRUE.,
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=1000,
37     cg2dTargetResidual=1.E-13,
38     &
39    
40     # Time stepping parameters
41     &PARM03
42     startTime=0,
43     endTime=43200000.,
44     deltaT=1800.0,
45     cAdjFreq=-1.,
46     abEps=0.1,
47     pChkptFreq=0.0,
48     chkptFreq=0.0,
49     dumpFreq=8640000.0,
50     &
51    
52     # Gridding parameters
53     &PARM04
54     usingCartesianGrid=.TRUE.,
55     usingSphericalPolarGrid=.FALSE.,
56     delZ= 50., 50., 55., 60., 65., 70., 80., 95.,
57     120., 155., 200., 260., 320., 400., 480.,
58     delX=64*10.E3,
59 adcroft 1.2 #delY=32*10.E3,
60     delYfile='dy.bin',
61 adcroft 1.1 &
62    
63     # Input datasets
64     &PARM05
65     hydrogThetaFile='theta.bin',
66     hydrogSaltFile='salt.bin',
67     bathyFile='topog.bin',
68     &
69    
70     # Open-boundaries
71     &PARM06
72     &
73    
74     # KPP Mixing scheme
75     &PARM07
76     &

  ViewVC Help
Powered by ViewVC 1.1.22