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

Annotation of /MITgcm/verification/plume_on_slope/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Nov 27 15:16:34 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44h_pre, checkpoint44e_post, checkpoint44f_pre, release1-branch_tutorials, checkpoint44g_post, checkpoint44h_post, chkpt44c_post, checkpoint43a-release1mods, checkpoint45b_post, chkpt44a_pre, release1-branch-end, release1_final_v1, checkpoint44, checkpoint45, checkpoint44f_post, checkpoint44b_post, chkpt44d_post, chkpt44a_post, checkpoint44b_pre, checkpoint45c_post, checkpoint44e_pre, chkpt44c_pre, checkpoint45a_post, release1-branch_branchpoint
Branch point for: release1_final, release1-branch, release1
New expt: gravity plume on slope (as used by slegg@whoi.edu)

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=60*1.,
8     sRef=60*35.,
9     viscA4=0.0E4,
10     viscAh=1.E-2,
11     viscAz=1.E-3,
12     no_slip_sides=.TRUE.,
13     no_slip_bottom=.TRUE.,
14     diffK4T=0.E4,
15     diffKhT=0.E-2,
16     diffKzT=0.E-3,
17     diffK4S=0.E4,
18     diffKhS=1.E-2,
19     diffKzS=1.E-5,
20     f0=0.e-4,
21     beta=0.E-11,
22     tAlpha=2.E-4,
23     sBeta =0.E-4,
24     rigidLid=.FALSE.,
25     implicitFreeSurface=.TRUE.,
26     eosType='LINEAR',
27     hFacMin=0.05,
28     nonHydrostatic=.TRUE.,
29     readBinaryPrec=64,
30     globalFiles=.TRUE.,
31     bottomDragLinear=0.E-4,
32     tempAdvScheme=33,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=300,
38     cg2dTargetResidual=1.E-13,
39     cg3dMaxIters=20,
40     cg3dTargetResidual=1.E-8,
41     &
42    
43     # Time stepping parameters
44     &PARM03
45     niter0=0,
46     nTimeSteps=20,
47     #nTimeSteps=8640,
48     deltaT=20.0,
49     abEps=0.01,
50     pChkptFreq=0.0,
51     chkptFreq=0.0,
52     dumpFreq=6000.0,
53     #taveFreq=864000.0,
54     monitorFreq=200.,
55     &
56    
57     # Gridding parameters
58     &PARM04
59     usingCartesianGrid=.TRUE.,
60     usingSphericalPolarGrid=.FALSE.,
61     delXfile='dx.bin',
62     dYspacing=200.,
63     delZ=60*3.33333333333333333333333,
64     &
65    
66     # Input datasets
67     &PARM05
68     bathyFile='topog.slope',
69     hydrogThetaFile='T.init',
70     surfQfile='Qnet.forcing',
71     #hydrogThetaFile='T.pickup',
72     #uVelInitFile='U.pickup',
73     #pSurfInitFile='Eta.pickup',
74     &

  ViewVC Help
Powered by ViewVC 1.1.22