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

Contents of /MITgcm/verification/advect_xz/input/data

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


Revision 1.5 - (show annotations) (download)
Mon Dec 21 04:33:38 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint62, checkpoint63, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62b
Changes since 1.4: +1 -0 lines
set monitorSelect to lower value (1 or 2) than default (=3):
 => avoid printing many zero monitor value in output file.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 rigidLid=.FALSE.,
8 implicitFreeSurface=.TRUE.,
9 f0=0.,
10 beta=0.,
11 tAlpha=0.,
12 sBeta= 0.,
13 momStepping=.FALSE.,
14 hFacMin=0.1,
15 tempAdvScheme=77,
16 saltAdvScheme=81,
17 readBinaryPrec=64,
18 writeBinaryPrec=64,
19 &
20
21 # Elliptic solver parameters
22 &PARM02
23 cg2dMaxIters=100,
24 cg2dTargetResidual=1.E-13,
25 &
26
27 # Time stepping parameters
28 &PARM03
29 startTime=0,
30 endTime=240000,
31 deltaT=1200.0,
32 abEps=0.1,
33 pChkptFreq=0.0,
34 chkptFreq=0.0,
35 dumpFreq=24000.0,
36 monitorSelect=1,
37 monitorFreq=12000.,
38 &
39
40 # Gridding parameters
41 &PARM04
42 usingCartesianGrid=.TRUE.,
43 delZ=20*10.E3,
44 dXspacing=10.E3,
45 dYspacing=10.E3,
46 &
47
48 # Input datasets
49 &PARM05
50 bathyFile='bathy_slope.bin',
51 uVelInitFile='Uvel.bin',
52 hydrogThetaFile='Tini_G.bin',
53 hydrogSaltFile ='Tini_G.bin',
54 &

  ViewVC Help
Powered by ViewVC 1.1.22