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

Annotation of /MITgcm/verification/advect_xz/input/data

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


Revision 1.4 - (hide annotations) (download)
Tue Jan 16 05:23:20 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59, checkpoint58y_post, checkpoint60, checkpoint61, checkpoint58w_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58v_post, checkpoint61f, checkpoint58x_post, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.3: +3 -1 lines
test Prather advection scheme: use it for salinity (with same initial
 condition as temperature)

1 adcroft 1.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 jmc 1.4 sBeta= 0.,
13 adcroft 1.1 momStepping=.FALSE.,
14     hFacMin=0.1,
15     tempAdvScheme=77,
16 jmc 1.4 saltAdvScheme=81,
17 jmc 1.3 readBinaryPrec=64,
18     writeBinaryPrec=64,
19 adcroft 1.1 &
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     monitorFreq=12000.,
37     &
38    
39     # Gridding parameters
40     &PARM04
41     usingCartesianGrid=.TRUE.,
42     delZ=20*10.E3,
43     dXspacing=10.E3,
44     dYspacing=10.E3,
45     &
46    
47     # Input datasets
48     &PARM05
49 jmc 1.3 bathyFile='bathy_slope.bin',
50     uVelInitFile='Uvel.bin',
51     hydrogThetaFile='Tini_G.bin',
52 jmc 1.4 hydrogSaltFile ='Tini_G.bin',
53 adcroft 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22