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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Apr 5 23:00:34 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, HEAD
add new secondary test for PQM advection scheme (with mono & wino limiter)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     rigidLid=.FALSE.,
8     implicitFreeSurface=.TRUE.,
9     tAlpha=0.,
10     sBeta= 0.,
11     momStepping=.FALSE.,
12     hFacMin=0.1,
13     tempAdvScheme=51,
14     saltAdvScheme=52,
15     readBinaryPrec=64,
16     writeBinaryPrec=64,
17     &
18    
19     # Elliptic solver parameters
20     &PARM02
21     cg2dMaxIters=100,
22     cg2dTargetResidual=1.E-13,
23     &
24    
25     # Time stepping parameters
26     &PARM03
27     startTime=0.,
28     endTime=240000.,
29     deltaT=1200.,
30     abEps=0.1,
31     pChkptFreq=0.,
32     chkptFreq= 0.,
33     dumpFreq =24000.,
34     monitorSelect=1,
35     monitorFreq=12000.,
36     &
37    
38     # Gridding parameters
39     &PARM04
40     usingCartesianGrid=.TRUE.,
41     delR=20*100.,
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     hydrogSaltFile ='Tini_G.bin',
52     &

  ViewVC Help
Powered by ViewVC 1.1.22