/[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.8 - (hide annotations) (download)
Sun Nov 6 02:52:57 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint57y_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint58w_post, checkpoint57y_pre, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint58h_post, checkpoint58j_post, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.7: +2 -1 lines
comment out globalFiles=.TRUE.

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     viscAh=1.0E-2,
15     no_slip_sides=.FALSE.,
16     no_slip_bottom=.FALSE.,
17     viscA4=0.E12,
18     diffKhT=1.0E-2
19     diffKzT=1.E-3,
20     diffKhS=1.E3,
21     diffKzS=1.E-5,
22     f0=0.0,
23     beta=0.E-11,
24     tAlpha=2.E-4,
25     sBeta =0.E-4,
26     gravity=9.81,
27     gBaro=9.81,
28     rigidLid=.FALSE.,
29     implicitFreeSurface=.TRUE.,
30     eosType='LINEAR',
31     nonHydrostatic=.FALSE.,
32     readBinaryPrec=64,
33 jmc 1.8 #- not safe to use globalFiles in multi-processors runs
34     #globalFiles=.TRUE.,
35 adcroft 1.1 writeBinaryPrec=64,
36     writeStatePrec=64,
37 adcroft 1.5 saltStepping=.FALSE.,
38     hFacMin=0.2,
39     implicSurfPress=0.5,
40     implicDiv2DFlow=0.5,
41     nonlinFreeSurf=3,
42     hFacInf=0.2,
43     hFacSup=1.8,
44     exactConserv=.TRUE.
45 adcroft 1.1 &
46    
47     # Elliptic solver parameters
48     &PARM02
49     cg2dMaxIters=1000,
50     cg2dTargetResidual=1.E-13,
51     cg3dMaxIters=400,
52     cg3dTargetResidual=1.E-13,
53     &
54    
55     # Time stepping parameters
56     &PARM03
57     niter0=0,
58 adcroft 1.5 nTimeSteps=100,
59     deltaT=500.,
60 adcroft 1.1 abEps=0.1,
61 adcroft 1.5 pChkptFreq=0.0,
62 adcroft 1.1 chkptFreq=0.0,
63 adcroft 1.5 dumpFreq=50000.,
64     monitorFreq=2500.,
65 adcroft 1.1 &
66    
67     # Gridding parameters
68     &PARM04
69     usingCartesianGrid=.TRUE.,
70     usingSphericalPolarGrid=.FALSE.,
71     delXfile='delXvar'
72 adcroft 1.5 delY=5.e3,
73 adcroft 1.1 delZ=20*10.000000,
74     &
75    
76     # Input datasets
77     &PARM05
78     hydrogThetaFile='T.init',
79     bathyFile='topog.slope',
80     &

  ViewVC Help
Powered by ViewVC 1.1.22