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

Annotation of /MITgcm/verification/exp4/input/data

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


Revision 1.16 - (hide annotations) (download)
Mon Dec 21 04:33:39 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62m, checkpoint62l, checkpoint62, checkpoint62b
Changes since 1.15: +1 -0 lines
set monitorSelect to lower value (1 or 2) than default (=3):
 => avoid printing many zero monitor value in output file.

1 adcroft 1.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 adcroft 1.3 nonHydrostatic=.FALSE.,
29 adcroft 1.1 readBinaryPrec=64,
30 jmc 1.14 #- not safe to use globalFiles in multi-processors runs
31     #globalFiles=.TRUE.,
32 adcroft 1.1 &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=1000,
37     cg2dTargetResidual=1.E-13,
38 adcroft 1.2 cg3dMaxIters=400,
39     cg3dTargetResidual=1.E-13,
40 adcroft 1.1 &
41    
42     # Time stepping parameters
43     &PARM03
44 adcroft 1.2 niter0=0,
45 adcroft 1.5 nTimeSteps=10,
46 adcroft 1.1 deltaT=600.0,
47     abEps=0.1,
48 mlosch 1.13 pChkptFreq=0.0,
49 adcroft 1.1 chkptFreq=0.0,
50 adcroft 1.9 dumpFreq=10800.0,
51 jmc 1.16 monitorSelect=2,
52 adcroft 1.10 monitorFreq=1.,
53 mlosch 1.13 # for time dependent open boundary conditions comment
54     # in the following three lines
55     # periodicExternalForcing=.TRUE.,
56     # externForcingPeriod=600.,
57     # externForcingCycle=1200.,
58 adcroft 1.1 &
59    
60     # Gridding parameters
61     &PARM04
62     usingCartesianGrid=.TRUE.,
63     usingSphericalPolarGrid=.FALSE.,
64     delX=80*5.e3,
65     delY=42*5.e3,
66     delZ= 8*562.5,
67     &
68    
69     # Input datasets
70     &PARM05
71     bathyFile='topog.bump',
72     &

  ViewVC Help
Powered by ViewVC 1.1.22