/[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.8 - (show annotations) (download)
Tue Apr 5 17:37:13 2016 UTC (7 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, HEAD
Changes since 1.7: +3 -5 lines
remove "Ro_SeaLevel" setting and use default "top_Pres" value (=0)

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 rhoConst=1.0,
18 rigidLid=.FALSE.,
19 implicitFreeSurface=.TRUE.,
20 momAdvection=.FALSE.,
21 useCoriolis=.FALSE.,
22 tempStepping=.FALSE.,
23 saltStepping=.FALSE.,
24 #implicSurfPress=0.5,
25 #implicDiv2DFlow=0.5,
26 readBinaryPrec=64,
27 writeBinaryPrec=64,
28 &
29
30 # Elliptic solver parameters
31 &PARM02
32 cg2dMaxIters=600,
33 cg2dTargetResidual=1.E-12,
34 &
35
36 # Time stepping parameters
37 &PARM03
38 nIter0=0,
39 nTimeSteps=24,
40 abEps=0.1,
41 deltaT=450.0,
42 cAdjFreq=0.,
43 pChkptFreq=0.0,
44 chkptFreq=0.0,
45 dumpFreq=3600.0,
46 monitorFreq=1.,
47 &
48
49 # Gridding parameters
50 &PARM04
51 usingSphericalPolarGrid=.TRUE.,
52 delX=128*2.8125,
53 delY=64*2.8125,
54 delR=1.E5,
55 ygOrigin=-90.,
56 &
57
58 # Input datasets
59 &PARM05
60 pSurfInitFile='ps.init',
61 &

  ViewVC Help
Powered by ViewVC 1.1.22