/[MITgcm]/MITgcm/verification/adjustment.128x64x1/input/data
ViewVC logotype

Contents of /MITgcm/verification/adjustment.128x64x1/input/data

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


Revision 1.7 - (show annotations) (download)
Fri Jun 22 16:14:10 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.6: +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=300.,
8 sRef=0.,
9 viscAr=0.,
10 viscAh=0.,
11 viscA4=0.,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 buoyancyRelation='ATMOSPHERIC',
15 eosType='IDEALG',
16 gravity=9.81,
17 rhonil=1.0,
18 rhoConst=1.0,
19 rigidLid=.FALSE.,
20 implicitFreeSurface=.TRUE.,
21 readBinaryPrec=64,
22 writeBinaryPrec=64,
23 momAdvection=.FALSE.,
24 useCoriolis=.FALSE.,
25 tempStepping=.FALSE.,
26 saltStepping=.FALSE.,
27 #implicSurfPress=0.5,
28 #implicDiv2DFlow=0.5,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=600,
34 cg2dTargetResidual=1.E-12,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 niter0=0,
40 nTimeSteps=24,
41 abEps=0.1,
42 deltaT=450.0,
43 cAdjFreq=0.,
44 pChkptFreq=0.0,
45 chkptFreq=0.0,
46 dumpFreq=3600.0,
47 monitorFreq=1.,
48 &
49
50 # Gridding parameters
51 &PARM04
52 usingSphericalPolarGrid=.TRUE.,
53 delX=128*2.8125,
54 delY=64*2.8125,
55 delR=1.E5,
56 Ro_SeaLevel=1.E5,
57 ygOrigin=-90.,
58 &
59
60 # Input datasets
61 &PARM05
62 pSurfInitFile='ps.init',
63 &

  ViewVC Help
Powered by ViewVC 1.1.22