/[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.7 - (hide annotations) (download)
Thu Oct 16 15:53:38 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint57m_post, checkpoint52l_pre, checkpoint57g_pre, checkpoint57s_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint52j_pre, checkpoint51o_pre, checkpoint54d_post, checkpoint54e_post, checkpoint51l_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52, checkpoint52f_post, checkpoint54f_post, checkpoint51t_post, checkpoint51n_post, checkpoint55i_post, checkpoint57l_post, checkpoint52i_pre, checkpoint51s_post, checkpoint57t_post, checkpoint55c_post, checkpoint52e_pre, checkpoint57v_post, checkpoint57f_post, checkpoint52e_post, checkpoint51n_pre, checkpoint53d_post, checkpoint57a_post, checkpoint57h_pre, checkpoint52b_pre, checkpoint54b_post, checkpoint57h_post, checkpoint51l_pre, checkpoint52m_post, checkpoint55g_post, checkpoint51q_post, checkpoint52b_post, checkpoint52c_post, checkpoint57c_post, checkpoint52f_pre, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint51r_post, checkpoint57e_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint52d_post, checkpoint53g_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint52a_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint56a_post, checkpoint53f_post, checkpoint57h_done, checkpoint52j_post, checkpoint57j_post, checkpoint57f_pre, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint51o_post, checkpoint57k_post, checkpoint53b_post, checkpoint52a_post, checkpoint57w_post, ecco_c52_e35, checkpoint51m_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.6: +0 -1 lines
undo latest change (useNHMTerms meaningless with CartesianGrid)

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     globalFiles=.TRUE.,
34     writeBinaryPrec=64,
35     writeStatePrec=64,
36 adcroft 1.5 saltStepping=.FALSE.,
37     hFacMin=0.2,
38     implicSurfPress=0.5,
39     implicDiv2DFlow=0.5,
40     nonlinFreeSurf=3,
41     hFacInf=0.2,
42     hFacSup=1.8,
43     exactConserv=.TRUE.
44 adcroft 1.1 &
45    
46     # Elliptic solver parameters
47     &PARM02
48     cg2dMaxIters=1000,
49     cg2dTargetResidual=1.E-13,
50     cg3dMaxIters=400,
51     cg3dTargetResidual=1.E-13,
52     &
53    
54     # Time stepping parameters
55     &PARM03
56     niter0=0,
57 adcroft 1.5 nTimeSteps=100,
58     deltaT=500.,
59 adcroft 1.1 abEps=0.1,
60 adcroft 1.5 pChkptFreq=0.0,
61 adcroft 1.1 chkptFreq=0.0,
62 adcroft 1.5 dumpFreq=50000.,
63     monitorFreq=2500.,
64 adcroft 1.1 &
65    
66     # Gridding parameters
67     &PARM04
68     usingCartesianGrid=.TRUE.,
69     usingSphericalPolarGrid=.FALSE.,
70     delXfile='delXvar'
71 adcroft 1.5 delY=5.e3,
72 adcroft 1.1 delZ=20*10.000000,
73     &
74    
75     # Input datasets
76     &PARM05
77     hydrogThetaFile='T.init',
78     bathyFile='topog.slope',
79     &

  ViewVC Help
Powered by ViewVC 1.1.22