/[MITgcm]/MITgcm/verification/adjustment.cs-32x32x1/input.nlfs/data
ViewVC logotype

Contents of /MITgcm/verification/adjustment.cs-32x32x1/input.nlfs/data

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


Revision 1.5 - (show annotations) (download)
Tue Apr 5 17:37:13 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.4: +1 -3 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 implicitFreeSurface=.TRUE.,
19 implicSurfPress=0.5,
20 implicDiv2DFlow=0.5,
21 nonlinFreeSurf=3,
22 hFacInf=0.2,
23 hFacSup=1.8,
24 exactConserv=.TRUE.,
25 nonHydrostatic=.FALSE.,
26 momAdvection=.FALSE.,
27 useCoriolis=.FALSE.,
28 tempStepping=.FALSE.,
29 saltStepping=.FALSE.,
30 readBinaryPrec=64,
31 writeBinaryPrec=64,
32 useSingleCpuIO=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=600,
38 cg2dTargetResidual=1.E-12,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 nIter0=0,
44 nTimeSteps=20,
45 #endTime=129600.,
46 abEps=0.1,
47 deltaT=180.0,
48 #deltaT=60.0,
49 cAdjFreq=0.,
50 pChkptFreq=0.0,
51 chkptFreq=0.0,
52 dumpFreq=3600.0,
53 monitorFreq=1.,
54 &
55
56 # Gridding parameters
57 &PARM04
58 usingCurvilinearGrid=.TRUE.,
59 radius_fromHorizGrid=6370.E3,
60 delR=1.E5,
61 &
62
63 # Input datasets
64 &PARM05
65 #pSurfInitFile='square.bin',
66 #pSurfInitFile='cos_equator.bin',
67 #pSurfInitFile='cos.bin',
68 pSurfInitFile='ps100mb.bin',
69 &

  ViewVC Help
Powered by ViewVC 1.1.22