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

Contents of /MITgcm/verification/exp4/input/data

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


Revision 1.18 - (show annotations) (download)
Mon May 2 19:46:25 2011 UTC (13 years ago) by jmc
Branch: MAIN
Changes since 1.17: +20 -18 lines
some editing

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8 sRef= 8*35.,
9 viscAr=1.E-3,
10 viscAh=1.E3,
11 #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
12 #viscA4=1.E8,
13 no_slip_sides=.FALSE.,
14 no_slip_bottom=.FALSE.,
15 diffKhT=1.E3,
16 diffKrT=1.E-5,
17 diffKhS=1.E3,
18 diffKrS=1.E-5,
19 saltAdvScheme=4,
20 eosType='LINEAR',
21 tAlpha=2.E-4,
22 sBeta =0.E-4,
23 gravity=9.81,
24 f0=1.e-4,
25 beta=0.E-11,
26 #nonHydrostatic=.TRUE.,
27 rigidLid=.FALSE.,
28 implicitFreeSurface=.TRUE.,
29 #exactConserv=.TRUE.,
30 hFacMin=0.2,
31 readBinaryPrec=64,
32 #- not safe to use globalFiles in multi-processors runs
33 #globalFiles=.TRUE.,
34 #useSingleCpuIO=.TRUE.,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 cg2dTargetResidual=1.E-13,
41 cg3dMaxIters=400,
42 cg3dTargetResidual=1.E-13,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 nIter0=0,
48 nTimeSteps=10,
49 #baseTime=10800.,
50 deltaT=600.0,
51 abEps=0.1,
52 #momDissip_In_AB=.FALSE.,
53 pChkptFreq=0.0,
54 chkptFreq=0.0,
55 dumpFreq=10800.0,
56 monitorSelect=2,
57 monitorFreq=1.,
58 # for time dependent open boundary conditions, activate the following 3 lines:
59 #periodicExternalForcing=.TRUE.,
60 #externForcingPeriod=21600.,
61 #externForcingCycle =43200.,
62 &
63
64 # Gridding parameters
65 &PARM04
66 usingCartesianGrid=.TRUE.,
67 delX=80*5.e3,
68 delY=42*5.e3,
69 delR= 8*562.5,
70 &
71
72 # Input datasets
73 &PARM05
74 bathyFile='topog.bump',
75 &

  ViewVC Help
Powered by ViewVC 1.1.22