/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/data
ViewVC logotype

Contents of /MITgcm/verification/hs94.cs-32x32x5/input/data

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


Revision 1.3 - (show annotations) (download)
Fri Jun 29 17:52:07 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5
Changes since 1.2: +2 -1 lines
o Changed to dt=600
o Turned of shapiro for T
o Regenerated output (also affected by JMC moving filter 5 days ago).

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8 sRef=5*0.,
9 viscAr=0.E1,
10 viscAh=0.E6,
11 viscA4=0.E17,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 diffKhT=0.E3,
15 diffKrT=0.,
16 diffK4T=0.E17,
17 diffKrS=0.E2,
18 diffKhS=0.E3,
19 diffK4S=0.E17,
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 # Oh boy - forgot about this one <= can't stagger on cubed sphere !!!!
29 staggerTimeStep=.TRUE.,
30 nonHydrostatic=.FALSE.,
31 readBinaryPrec=64,
32 writeBinaryPrec=64,
33 hFacMin=1.0,
34 #momAdvection=.FALSE.,
35 #tempStepping=.FALSE.,
36 &
37
38 # Elliptic solver parameters
39 &PARM02
40 cg2dMaxIters=200,
41 cg2dTargetResidual=1.E-12,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 niter0=0,
47 nTimeSteps=20,
48 #endTime=864000.0,
49 deltaT=600.0,
50 abEps=0.1,
51 cAdjFreq=0.,
52 pChkptFreq=2592000.0,
53 chkptFreq=0.0,
54 dumpFreq=21600.0,
55 monitorFreq=1.,
56 &
57
58 # Gridding parameters
59 &PARM04
60 usingCartesianGrid=.FALSE.,
61 usingSphericalPolarGrid=.FALSE.,
62 usingCurvilinearGrid=.TRUE.,
63 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
64 Ro_SeaLevel=1.E5,
65 groundAtK1=.TRUE.,
66 rSphere=6370.E3,
67 &
68
69 # Input datasets
70 &PARM05
71 &

  ViewVC Help
Powered by ViewVC 1.1.22