/[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.7 - (hide annotations) (download)
Tue Apr 5 23:02:07 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
Changes since 1.6: +1 -1 lines
change to test PPM (with weno limiter) adv.scheme on Temperature

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

  ViewVC Help
Powered by ViewVC 1.1.22