/[MITgcm]/MITgcm/verification/solid-body.cs-32x32x1/input/data
ViewVC logotype

Annotation of /MITgcm/verification/solid-body.cs-32x32x1/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:14 2016 UTC (8 years, 1 month 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: +1 -3 lines
remove "Ro_SeaLevel" setting and use default "top_Pres" value (=0)

1 adcroft 1.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     diffKrS=0.,
15     diffKhS=0.,
16     diffK4S=0.,
17     buoyancyRelation='ATMOSPHERIC',
18 jmc 1.7 eosType='IDEALG',
19 jmc 1.5 rotationPeriod=86400.,
20 adcroft 1.1 gravity=9.81,
21     rhoConst=1.0,
22     rigidLid=.FALSE.,
23     implicitFreeSurface=.TRUE.,
24     nonHydrostatic=.FALSE.,
25     readBinaryPrec=64,
26     writeBinaryPrec=64,
27     tempStepping=.FALSE.,
28     saltStepping=.TRUE.,
29 adcroft 1.2 vectorInvariantMomentum=.TRUE.,
30 adcroft 1.1 &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=600,
35     cg2dTargetResidual=1.E-12,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40 jmc 1.8 nIter0=0,
41 adcroft 1.1 #nTimeSteps=1728,
42     nTimeSteps=20,
43     abEps=0.1,
44     deltaT=1200.0,
45     cAdjFreq=0.,
46     pChkptFreq=0.0,
47     chkptFreq=0.0,
48     dumpFreq=86400.0,
49 adcroft 1.3 #diagFreq=1.0,
50 adcroft 1.1 #monitorFreq=21600.,
51     monitorFreq=1.,
52     &
53    
54     # Gridding parameters
55     &PARM04
56     usingCurvilinearGrid=.TRUE.,
57 jmc 1.6 radius_fromHorizGrid=6370.E3,
58 adcroft 1.1 delR=1.E5,
59     &
60    
61     # Input datasets
62     &PARM05
63     #uVelInitFile='U.init',
64     #vVelInitFile='V.init',
65     #pSurfInitFile='Eta.init',
66     hydrogSaltFile='S.init',
67     &

  ViewVC Help
Powered by ViewVC 1.1.22