/[MITgcm]/MITgcm/verification/solid-body.cs-32x32x1/input/data
ViewVC logotype

Contents of /MITgcm/verification/solid-body.cs-32x32x1/input/data

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


Revision 1.2 - (show annotations) (download)
Thu Aug 16 17:12:24 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +1 -1 lines
Added run-time control of vector-invariant/flux-form momentum eqns.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=300.,
8 sRef=0.,
9 viscAr=0.,
10 viscAh=0.,
11 viscA4=0.,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 diffKrT=0.,
15 diffKhT=0.,
16 diffK4T=0.,
17 diffKrS=0.,
18 diffKhS=0.,
19 diffK4S=0.,
20 buoyancyRelation='ATMOSPHERIC',
21 eosType='IDEALGAS',
22 gravity=9.81,
23 gBaro=9.81,
24 rhonil=1.0,
25 rhoConst=1.0,
26 rigidLid=.FALSE.,
27 implicitFreeSurface=.TRUE.,
28 nonHydrostatic=.FALSE.,
29 readBinaryPrec=64,
30 writeBinaryPrec=64,
31 tempStepping=.FALSE.,
32 saltStepping=.TRUE.,
33 vectorInvariantMomentum=.TRUE.,
34 &
35
36 # Elliptic solver parameters
37 &PARM02
38 cg2dMaxIters=600,
39 cg2dTargetResidual=1.E-12,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 niter0=0,
45 #nTimeSteps=1728,
46 nTimeSteps=20,
47 abEps=0.1,
48 deltaT=1200.0,
49 cAdjFreq=0.,
50 pChkptFreq=0.0,
51 chkptFreq=0.0,
52 dumpFreq=86400.0,
53 #monitorFreq=21600.,
54 monitorFreq=1.,
55 &
56
57 # Gridding parameters
58 &PARM04
59 usingCartesianGrid=.FALSE.,
60 usingSphericalPolarGrid=.FALSE.,
61 usingCurvilinearGrid=.TRUE.,
62 delR=1.E5,
63 Ro_SeaLevel=1.E5,
64 groundAtK1=.TRUE.,
65 &
66
67 # Input datasets
68 &PARM05
69 #uVelInitFile='U.init',
70 #vVelInitFile='V.init',
71 #pSurfInitFile='Eta.init',
72 hydrogSaltFile='S.init',
73 &

  ViewVC Help
Powered by ViewVC 1.1.22