/[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.6 - (hide annotations) (download)
Mon Dec 5 22:03:52 2011 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64, checkpoint65, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63g, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.5: +7 -9 lines
- scale down the depth by 1/100 (from 200 km to just 2.km)
- add a 2nd initial velocity file with divergent transport

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     tempAdvScheme=77,
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