/[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.13 - (show annotations) (download)
Tue Oct 11 13:00:56 2005 UTC (18 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint57v_post, checkpoint57w_post
Changes since 1.12: +7 -1 lines
o modify exp4, so that it now tests not only open boundary conditions
  in general but also:
  - reading open boundaries with the useOBCSprescribe option, (without
    exf-package)
  - open boundary support for passive tracers

o remove unnecessary files

o updated output.txt will follow. This current one is still the same,
  which is OK for everything but salinity and ptracers (not included)

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 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 viscA4=0.E12,
14 diffKhT=1.E3,
15 diffKzT=1.E-5,
16 diffKhS=1.E3,
17 diffKzS=1.E-5,
18 f0=1.e-4,
19 beta=0.E-11,
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 gBaro=9.81,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.2,
28 nonHydrostatic=.FALSE.,
29 readBinaryPrec=64,
30 globalFiles=.TRUE.,
31 &
32
33 # Elliptic solver parameters
34 &PARM02
35 cg2dMaxIters=1000,
36 cg2dTargetResidual=1.E-13,
37 cg3dMaxIters=400,
38 cg3dTargetResidual=1.E-13,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 niter0=0,
44 nTimeSteps=10,
45 deltaT=600.0,
46 abEps=0.1,
47 pChkptFreq=0.0,
48 chkptFreq=0.0,
49 dumpFreq=10800.0,
50 monitorFreq=1.,
51 # for time dependent open boundary conditions comment
52 # in the following three lines
53 # periodicExternalForcing=.TRUE.,
54 # externForcingPeriod=600.,
55 # externForcingCycle=1200.,
56 &
57
58 # Gridding parameters
59 &PARM04
60 usingCartesianGrid=.TRUE.,
61 usingSphericalPolarGrid=.FALSE.,
62 delX=80*5.e3,
63 delY=42*5.e3,
64 delZ= 8*562.5,
65 &
66
67 # Input datasets
68 &PARM05
69 bathyFile='topog.bump',
70 hydrogSaltFile='S.init',
71 &

  ViewVC Help
Powered by ViewVC 1.1.22