/[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.3 - (show annotations) (download)
Tue Jan 3 19:04:51 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint58t_post, checkpoint58m_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint58k_post, checkpoint58l_post, checkpoint58g_post, checkpoint58h_post, checkpoint58j_post, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post
Changes since 1.2: +5 -1 lines
read from files bathymetry and initial conditions.

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 momStepping=.FALSE.,
13 hFacMin=0.1,
14 tempAdvScheme=77,
15 saltAdvScheme=20,
16 readBinaryPrec=64,
17 writeBinaryPrec=64,
18 &
19
20 # Elliptic solver parameters
21 &PARM02
22 cg2dMaxIters=100,
23 cg2dTargetResidual=1.E-13,
24 &
25
26 # Time stepping parameters
27 &PARM03
28 startTime=0,
29 endTime=240000,
30 deltaT=1200.0,
31 abEps=0.1,
32 pChkptFreq=0.0,
33 chkptFreq=0.0,
34 dumpFreq=24000.0,
35 monitorFreq=12000.,
36 &
37
38 # Gridding parameters
39 &PARM04
40 usingCartesianGrid=.TRUE.,
41 delZ=20*10.E3,
42 dXspacing=10.E3,
43 dYspacing=10.E3,
44 &
45
46 # Input datasets
47 &PARM05
48 bathyFile='bathy_slope.bin',
49 uVelInitFile='Uvel.bin',
50 hydrogThetaFile='Tini_G.bin',
51 &

  ViewVC Help
Powered by ViewVC 1.1.22