/[MITgcm]/MITgcm_contrib/bbl/input/data
ViewVC logotype

Contents of /MITgcm_contrib/bbl/input/data

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


Revision 1.2 - (show annotations) (download)
Tue Nov 23 07:06:25 2010 UTC (14 years, 7 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +1 -1 lines
added check for salinity conservation at debug level 3

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 25*15.,
8 sRef = 25*30.,
9 viscAr= 6.e-04,
10 no_slip_sides=.FALSE.,
11 no_slip_bottom=.TRUE.,
12 eosType='JMD95Z',
13 hFacMinDr=50.,
14 hFacMin=0.3,
15 hFacInf=0.1,
16 hFacSup=5.,
17 select_rStar=2,
18 nonlinFreeSurf=4,
19 implicitDiffusion=.TRUE.,
20 implicitViscosity=.TRUE.,
21 viscC4Leith=1.5,
22 viscC4Leithd=1.5,
23 viscA4GridMax=0.5,
24 useAreaViscLength=.TRUE.,
25 sideDragFactor=0.,
26 highOrderVorticity = .TRUE.,
27 bottomDragQuadratic = 0.002,
28 tempAdvScheme=7,
29 saltAdvScheme=7,
30 StaggerTimeStep=.TRUE.,
31 multiDimAdvection=.TRUE.,
32 vectorInvariantMomentum=.TRUE.,
33 implicitFreeSurface=.TRUE.,
34 exactConserv=.TRUE.,
35 debuglevel=3,
36 convertFW2Salt=-1
37 useRealFreshWaterFlux=.TRUE.,
38 ivdc_kappa=100.,
39 globalFiles=.TRUE.,
40 &
41
42 # Elliptic solver parameters
43 &PARM02
44 cg2dMaxIters=500,
45 cg2dTargetResidual=1.E-13,
46 &
47
48 # Time stepping parameters
49 &PARM03
50 niter0=0,
51 nTimeSteps=21600,
52 abEps=0.1,
53 deltaT=1200.,
54 monitorFreq=1200.,
55 forcing_In_AB = .FALSE.,
56 dumpInitAndLast=.TRUE.,
57 tauSaltClimRelax = 12000.,
58 periodicExternalForcing=.TRUE.,
59 externForcingPeriod=2592000.,
60 externForcingCycle=2592000.,
61 &
62
63 # Gridding parameters
64 &PARM04
65 usingCartesianGrid=.FALSE.,
66 usingSphericalPolarGrid=.TRUE.,
67 ygOrigin=-70.,
68 dySpacing=0.16,
69 dxSpacing=0.48,
70 delR = 25*144.0,
71 &
72
73 # Input datasets
74 &PARM05
75 bathyFile= 'bathyFile.bin',
76 saltClimFile= 'saltClim.bin',
77 &

  ViewVC Help
Powered by ViewVC 1.1.22