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

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

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


Revision 1.8 - (hide annotations) (download)
Tue Apr 5 17:37:13 2016 UTC (8 years, 2 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 adcroft 1.2 # ====================
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 jmc 1.7 eosType='IDEALG',
16 adcroft 1.2 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 jmc 1.8 readBinaryPrec=64,
27     writeBinaryPrec=64,
28 adcroft 1.2 &
29    
30     # Elliptic solver parameters
31     &PARM02
32     cg2dMaxIters=600,
33     cg2dTargetResidual=1.E-12,
34     &
35    
36     # Time stepping parameters
37     &PARM03
38 jmc 1.8 nIter0=0,
39 adcroft 1.2 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 adcroft 1.3 monitorFreq=1.,
47 adcroft 1.2 &
48    
49     # Gridding parameters
50     &PARM04
51     usingSphericalPolarGrid=.TRUE.,
52     delX=128*2.8125,
53     delY=64*2.8125,
54     delR=1.E5,
55 jmc 1.6 ygOrigin=-90.,
56 adcroft 1.2 &
57    
58     # Input datasets
59     &PARM05
60     pSurfInitFile='ps.init',
61     &

  ViewVC Help
Powered by ViewVC 1.1.22