/[MITgcm]/MITgcm/verification/hs94.128x64x5/input/data
ViewVC logotype

Contents of /MITgcm/verification/hs94.128x64x5/input/data

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


Revision 1.13 - (show annotations) (download)
Fri Jun 22 16:14:11 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64, checkpoint65, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63o, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.12: +1 -1 lines
change eosType='IDEALGAS', to eosType='IDEALG', since eosType is only
 6 characters long in PARAMS.h (gfortran 4.7 was giving warnings for
 truncated input in namelist)

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 no_slip_sides=.FALSE.,
10 no_slip_bottom=.FALSE.,
11 buoyancyRelation='ATMOSPHERIC',
12 eosType='IDEALG',
13 useEnergyConservingCoriolis=.TRUE.,
14 gravity=9.81,
15 rigidLid=.FALSE.,
16 implicitFreeSurface=.TRUE.,
17 exactConserv=.TRUE.,
18 #uniformLin_PhiSurf=.FALSE.,
19 rhoConst=1.0,
20 staggerTimeStep=.TRUE.,
21 readBinaryPrec=64,
22 writeBinaryPrec=64,
23 hFacMin=1.0,
24 &
25
26 # Elliptic solver parameters
27 &PARM02
28 cg2dMaxIters=200,
29 cg2dTargetResWunit=1.E-17,
30 &
31
32 # Time stepping parameters
33 &PARM03
34 niter0=0,
35 nTimeSteps=10,
36 #endTime=31104000.,
37 deltaT=450.0,
38 abEps=0.1,
39 cAdjFreq=0.,
40 chkptFreq=0.0,
41 pChkptFreq=2592000.0,
42 dumpFreq=2592000.0,
43 #taveFreq=2592000.0.,
44 #monitorFreq=86400.,
45 monitorFreq=1.,
46 &
47
48 # Gridding parameters
49 &PARM04
50 usingSphericalPolarGrid=.TRUE.,
51 delX=128*2.8125,
52 delY=64*2.8125,
53 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
54 Ro_SeaLevel=1.E5,
55 ygOrigin=-90.,
56 rSphere=6370.E3,
57 &
58
59 # Input datasets
60 &PARM05
61 hydrogThetaFile='T.init',
62 &

  ViewVC Help
Powered by ViewVC 1.1.22