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

Annotation of /MITgcm/verification/ideal_2D_oce/input/data

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


Revision 1.3 - (hide annotations) (download)
Fri Oct 31 16:06:07 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint52e_post, checkpoint53c_post, branch-netcdf, checkpoint52l_post, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53b_post, checkpoint52a_pre, checkpoint53, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, ecco_c52_e35, checkpoint52i_post, checkpoint52j_pre, checkpoint53f_post, checkpoint51t_post, checkpoint53d_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint51s_post
Branch point for: branch-nonh, netcdf-sm0
Changes since 1.2: +2 -2 lines
use viscAr & diffKrT instead of viscAz & diffKzT (to avoid confusion
   when delRc is used)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 18.8, 16.3, 13.1, 10.4, 8.1, 6.0, 4.5,
8     3.4, 2.7, 2.2, 1.8, 1.5, 1.2, 1.0, 0.9,
9     sRef= 15*34.7,
10     cosPower=1.,
11 jmc 1.3 viscAr=1.E-3,
12 jmc 1.1 viscAh=12.E5,
13     no_slip_sides=.FALSE.,
14     no_slip_bottom=.TRUE.,
15     bottomDragLinear=1.E-3,
16     #diffK4T=2.E12,
17     diffKhT=0.E3,
18 jmc 1.3 diffKrT=1.E-5,
19 jmc 1.1 ivdc_kappa=100.,
20     implicitDiffusion=.TRUE.,
21     eosType='LINEAR',
22     tAlpha=2.E-4,
23     sBeta =0.E-4,
24     saltStepping=.FALSE.,
25     gravity=9.81,
26     rhonil=1035.,
27     implicitFreeSurface=.TRUE.,
28     exactConserv=.TRUE.,
29     staggerTimeStep=.TRUE.,
30 jmc 1.2 useCDscheme=.TRUE.,
31 jmc 1.1 readBinaryPrec=64,
32     tempAdvScheme=77,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=1000,
38     #cg2dTargetResidual=1.E-13,
39     cg2dTargetResWunit=1.E-17,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     niter0=36000,
45     nTimeSteps=20,
46     #endTime=3110400000.,
47     deltaTmom=1200.0,
48     deltaTfreesurf=3600.0,
49     deltaTtracer=86400.0,
50     deltaTClock =86400.0,
51     abEps=0.1,
52     tauCD=321428.,
53     tauThetaClimRelax=2592000.0,
54     chkptFreq=0.0,
55     pChkptFreq=3110400000.0,
56     taveFreq=1555200000.0,
57     dumpFreq=1555200000.0,
58     diagFreq=1555200000.0,
59     #monitorFreq=31104000.0,
60     monitorFreq=1.0,
61     &
62    
63     # Gridding parameters
64     &PARM04
65     usingCartesianGrid=.FALSE.,
66     usingSphericalPolarGrid=.TRUE.,
67     delRc= 20., 60., 85., 120., 165., 215., 265., 315.,
68     365., 415., 465., 515., 565., 615., 665., 350.,
69     phiMin=-84.,
70     delY=56*3,
71     delX=1*3,
72     &
73    
74     # Input datasets
75     &PARM05
76     bathyFile='topo_sl.bin',
77     zonalWindFile='taux_sl.bin',
78     thetaClimFile='sst_sl.bin',
79     &

  ViewVC Help
Powered by ViewVC 1.1.22