/[MITgcm]/MITgcm/verification/tutorial_held_suarez_cs/input/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_held_suarez_cs/input/data

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


Revision 1.7 - (show annotations) (download)
Tue Apr 5 17:37:15 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, HEAD
Changes since 1.6: +0 -1 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=295.2, 295.5, 295.9, 296.3, 296.7, 297.1, 297.6, 298.1, 298.7, 299.3,
8 300.0, 300.7, 301.9, 304.1, 308.0, 315.1, 329.5, 362.3, 419.2, 573.8,
9 sRef=20*0.0,
10 no_slip_sides=.FALSE.,
11 no_slip_bottom=.FALSE.,
12 buoyancyRelation='ATMOSPHERIC',
13 eosType='IDEALG',
14 rotationPeriod=86400.,
15 implicitFreeSurface=.TRUE.,
16 exactConserv=.TRUE.,
17 nonlinFreeSurf=4,
18 select_rStar=2,
19 hFacInf=0.2,
20 hFacSup=2.0,
21 uniformLin_PhiSurf=.FALSE.,
22 #hFacMin=0.2,
23 saltStepping=.FALSE.,
24 momViscosity=.FALSE.,
25 vectorInvariantMomentum=.TRUE.,
26 staggerTimeStep=.TRUE.,
27 readBinaryPrec=64,
28 writeBinaryPrec=64,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=200,
34 #cg2dTargetResidual=1.E-12,
35 cg2dTargetResWunit=1.E-17,
36 &
37
38 # Time stepping parameters
39 &PARM03
40 deltaT=450.,
41 #nIter0=276480,
42 startTime=124416000.,
43 #- run for 1 year (192.iterations x 450.s = 1.day, 360*192=69120):
44 #nTimeSteps=69120,
45 #forcing_In_AB=.FALSE.,
46 tracForcingOutAB=1,
47 abEps=0.1,
48 pChkptFreq=31104000.,
49 chkptFreq=2592000.,
50 dumpFreq=2592000.,
51 #monitorFreq=43200.,
52 taveFreq=0.,
53 #- to run a short test (2.h):
54 nTimeSteps=16,
55 monitorFreq=1.,
56 &
57
58 # Gridding parameters
59 &PARM04
60 usingCurvilinearGrid=.TRUE.,
61 horizGridFile='grid_cs32',
62 radius_fromHorizGrid=6370.E3,
63 delR=20*50.E2,
64 &
65
66 # Input datasets
67 &PARM05
68 #topoFile='topo.cs.bin',
69 &

  ViewVC Help
Powered by ViewVC 1.1.22