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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 6 00:21:05 2011 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64a, checkpoint63r, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64b, checkpoint63h, checkpoint63m, checkpoint64e, checkpoint63i, checkpoint63q, checkpoint64d, checkpoint64c, checkpoint64g, checkpoint64f, checkpoint63j, checkpoint63l, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint63n, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint63k, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint63o, checkpoint63p, checkpoint64h, checkpoint63s, checkpoint64k, checkpoint64, checkpoint65, checkpoint64j, checkpoint64m, checkpoint63g, checkpoint64l, HEAD
secondary test using divergent flow, r-star and implicit vertical advection

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     rigidLid=.FALSE.,
8     implicitFreeSurface=.TRUE.,
9     exactConserv=.TRUE.,
10     select_rStar=2,
11     nonlinFreeSurf=4,
12     #linFSConserveTr=.TRUE.,
13     hFacInf=0.2,
14     hFacSup=2.0,
15     tAlpha=0.,
16     sBeta= 0.,
17     momStepping=.FALSE.,
18     hFacMin=0.1,
19     staggerTimeStep=.TRUE.,
20     tempAdvScheme=77,
21     saltAdvScheme=3,
22     diffKhS=1.E+2,
23     diffKrS=1.E-2,
24     tempImplVertAdv=.TRUE.,
25     saltImplVertAdv=.TRUE.,
26     implicitDiffusion=.TRUE.,
27     readBinaryPrec=64,
28     writeBinaryPrec=64,
29     &
30    
31     # Elliptic solver parameters
32     &PARM02
33     cg2dMaxIters=100,
34     cg2dTargetResidual=1.E-13,
35     &
36    
37     # Time stepping parameters
38     &PARM03
39     startTime=0.,
40     endTime=240000.,
41     deltaT=1200.,
42     abEps=0.1,
43     pChkptFreq=0.,
44     chkptFreq= 0.,
45     dumpFreq =24000.,
46     monitorSelect=1,
47     monitorFreq=12000.,
48     &
49    
50     # Gridding parameters
51     &PARM04
52     usingCartesianGrid=.TRUE.,
53     delR=20*100.,
54     dXspacing=10.E3,
55     dYspacing=10.E3,
56     &
57    
58     # Input datasets
59     &PARM05
60     bathyFile='bathy_slope.bin',
61     #uVelInitFile='Uvel.bin',
62     uVelInitFile='Udiv.bin',
63     hydrogThetaFile='Tini_G.bin',
64     hydrogSaltFile ='Tini_G.bin',
65     &

  ViewVC Help
Powered by ViewVC 1.1.22