/[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.4 - (show annotations) (download)
Tue Aug 27 21:02:21 2013 UTC (11 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.3: +2 -6 lines
The pkg/bbl test has been changed so that only the initial conditions contain
a density anomaly, as opposed to continuously forcing the density anomaly
from the surface.  This update is used to demonstrate the non-dispersive
formulation of the updated pkg/bbl.

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=-1,
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=7200,
52 abEps=0.1,
53 deltaT=1200.,
54 monitorFreq=259200.,
55 forcing_In_AB = .FALSE.,
56 dumpInitAndLast=.TRUE.,
57 &
58
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.FALSE.,
62 usingSphericalPolarGrid=.TRUE.,
63 ygOrigin=-70.,
64 dySpacing=0.16,
65 dxSpacing=0.48,
66 delR = 25*144.0,
67 &
68
69 # Input datasets
70 &PARM05
71 bathyFile= 'bathyFile.bin',
72 hydrogSaltFile ='saltClim.bin',
73 &

  ViewVC Help
Powered by ViewVC 1.1.22