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

Annotation of /MITgcm/verification/exp4/input/data

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


Revision 1.12 - (hide annotations) (download)
Thu Oct 16 15:52:32 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, 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, 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.11: +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.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8     sRef= 8*35.,
9     viscAz=1.E-3,
10     viscAh=1.E3,
11     no_slip_sides=.FALSE.,
12     no_slip_bottom=.FALSE.,
13     viscA4=0.E12,
14     diffKhT=1.E3,
15     diffKzT=1.E-5,
16     diffKhS=1.E3,
17     diffKzS=1.E-5,
18     f0=1.e-4,
19     beta=0.E-11,
20     tAlpha=2.E-4,
21     sBeta =0.E-4,
22     gravity=9.81,
23     gBaro=9.81,
24     rigidLid=.FALSE.,
25     implicitFreeSurface=.TRUE.,
26     eosType='LINEAR',
27     hFacMin=0.2,
28 adcroft 1.3 nonHydrostatic=.FALSE.,
29 adcroft 1.1 readBinaryPrec=64,
30 adcroft 1.5 globalFiles=.TRUE.,
31 adcroft 1.1 &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=1000,
36     cg2dTargetResidual=1.E-13,
37 adcroft 1.2 cg3dMaxIters=400,
38     cg3dTargetResidual=1.E-13,
39 adcroft 1.1 &
40    
41     # Time stepping parameters
42     &PARM03
43 adcroft 1.2 niter0=0,
44 adcroft 1.5 nTimeSteps=10,
45 adcroft 1.1 deltaT=600.0,
46     abEps=0.1,
47 adcroft 1.5 pChkptFreq=3000.0,
48 adcroft 1.1 chkptFreq=0.0,
49 adcroft 1.9 dumpFreq=10800.0,
50 adcroft 1.10 monitorFreq=1.,
51 adcroft 1.1 &
52    
53     # Gridding parameters
54     &PARM04
55     usingCartesianGrid=.TRUE.,
56     usingSphericalPolarGrid=.FALSE.,
57     delX=80*5.e3,
58     delY=42*5.e3,
59     delZ= 8*562.5,
60     &
61    
62     # Input datasets
63     &PARM05
64     bathyFile='topog.bump',
65     &

  ViewVC Help
Powered by ViewVC 1.1.22