/[MITgcm]/MITgcm/verification/offline_exf_seaice/input.thsice/data
ViewVC logotype

Contents of /MITgcm/verification/offline_exf_seaice/input.thsice/data

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


Revision 1.3 - (show annotations) (download)
Sun Dec 9 20:39:25 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64b
Changes since 1.2: +1 -0 lines
change setting of ygOrigin (y=0 line around middle of the oceanic domain)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 &PARM01
6 tRef= -1.62,
7 sRef= 30.,
8 no_slip_sides=.FALSE.,
9 no_slip_bottom=.TRUE.,
10 #bottomDragLinear=1.E-3,
11 bottomDragQuadratic=5.E-3,
12 viscAr=3.E-2,
13 viscAh=3.E+2,
14 HeatCapacity_Cp = 3986.,
15 rhoNil = 1030.,
16 rhoConstFresh = 1000.,
17 eosType='LINEAR',
18 tAlpha=2.E-4,
19 sBeta= 0.,
20 staggerTimeStep=.TRUE.,
21 saltStepping=.FALSE.,
22 #tempStepping=.FALSE.,
23 tempAdvection=.FALSE.,
24 momStepping=.FALSE.,
25 #f0=1.e-4,
26 f0=0.e-4,
27 beta=0.,
28 useJamartWetPoints=.TRUE.,
29 rigidLid=.FALSE.,
30 implicitFreeSurface=.TRUE.,
31 #exactConserv=.TRUE.,
32 convertFW2Salt=-1,
33 readBinaryPrec=64,
34 writeBinaryPrec=64,
35 #globalFiles=.TRUE.,
36 useSingleCpuIO=.TRUE.,
37 #debugLevel=4,
38 &
39
40 # Elliptic solver parameters
41 &PARM02
42 cg2dMaxIters=500,
43 cg2dTargetResidual=1.E-12,
44 &
45
46 # Time stepping parameters
47 &PARM03
48 startTime=0.0,
49 #endTime=864000.,
50 deltaT=3600.0,
51 abEps=0.1,
52 forcing_In_AB = .FALSE.,
53 pChkptFreq=3600000.,
54 monitorFreq=432000.,
55 monitorSelect=2,
56 dumpFreq = 86400.,
57 nTimeSteps=120,
58 #monitorFreq=1.,
59 #dumpFreq = 1.,
60 &
61
62 # Gridding parameters
63 &PARM04
64 usingCartesianGrid=.TRUE.,
65 delX=80*5.E3,
66 delY=42*5.E3,
67 ygOrigin=-110.E3,
68 #delR= 20., 30., 50.,
69 delR= 10.,
70 &
71
72 # Input datasets
73 &PARM05
74 bathyFile = 'bathy_3c.bin',
75 uVelInitFile = 'uVel_3c0.bin',
76 vVelInitFile = 'vVel_3c0.bin',
77 #pSurfInitFile = 'eta_3c0.bin',
78 #uVelInitFile = 'uVel_3c1.bin',
79 #vVelInitFile = 'vVel_3c1.bin',
80 #pSurfInitFile = 'eta_3c1.bin',
81 #bathyFile = 'channel.bin',
82 #uVelInitFile = 'const+40.bin',
83 #vVelInitFile = 'const-10.bin',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22