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

Annotation of /MITgcm/verification/internal_wave/input/data

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


Revision 1.9 - (hide annotations) (download)
Mon Dec 21 04:33:39 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint62b, 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, HEAD
Changes since 1.8: +17 -22 lines
set monitorSelect to lower value (1 or 2) than default (=3):
 => avoid printing many zero monitor value in output file.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     Tref = 0.04842, 0.0433231, 0.0382263, 0.0331295,
8     0.0280326, 0.0229358, 0.0178389, 0.0127421,
9     0.00764526, 0.00254842, -0.00254842, -0.00764526,
10     -0.0127421, -0.0178389, -0.0229358, -0.0280326,
11     -0.0331295, -0.0382263, -0.0433231, -0.04842,
12 adcroft 1.2 sRef= 20*35.,
13 adcroft 1.1 viscAz=1.E-3,
14 jmc 1.9 viscAh=1.E-2,
15 adcroft 1.1 no_slip_sides=.FALSE.,
16     no_slip_bottom=.FALSE.,
17 jmc 1.9 diffKhT=1.E-2
18 adcroft 1.1 diffKzT=1.E-3,
19     f0=0.0,
20     beta=0.E-11,
21 jmc 1.9 eosType='LINEAR',
22 adcroft 1.1 tAlpha=2.E-4,
23     sBeta =0.E-4,
24     gravity=9.81,
25     implicitFreeSurface=.TRUE.,
26 jmc 1.9 exactConserv=.TRUE.
27 adcroft 1.1 nonHydrostatic=.FALSE.,
28 adcroft 1.5 hFacMin=0.2,
29     implicSurfPress=0.5,
30     implicDiv2DFlow=0.5,
31     nonlinFreeSurf=3,
32     hFacInf=0.2,
33     hFacSup=1.8,
34 jmc 1.9 saltStepping=.FALSE.,
35     #- not safe to use globalFiles in multi-processors runs
36     #globalFiles=.TRUE.,
37     readBinaryPrec=64,
38     writeBinaryPrec=64,
39     writeStatePrec=64,
40 adcroft 1.1 &
41    
42     # Elliptic solver parameters
43     &PARM02
44     cg2dMaxIters=1000,
45     cg2dTargetResidual=1.E-13,
46     cg3dMaxIters=400,
47     cg3dTargetResidual=1.E-13,
48     &
49    
50     # Time stepping parameters
51     &PARM03
52 jmc 1.9 nIter0=0,
53 adcroft 1.5 nTimeSteps=100,
54     deltaT=500.,
55 adcroft 1.1 abEps=0.1,
56 jmc 1.9 pChkptFreq=0.,
57     chkptFreq=0.,
58 adcroft 1.5 dumpFreq=50000.,
59     monitorFreq=2500.,
60 jmc 1.9 monitorSelect=2,
61 adcroft 1.1 &
62    
63     # Gridding parameters
64     &PARM04
65     usingCartesianGrid=.TRUE.,
66 jmc 1.9 delXfile='delXvar',
67     delY=5.E3,
68     delZ=20*10.,
69 adcroft 1.1 &
70    
71     # Input datasets
72     &PARM05
73     hydrogThetaFile='T.init',
74     bathyFile='topog.slope',
75     &

  ViewVC Help
Powered by ViewVC 1.1.22