/[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.1 - (hide annotations) (download)
Fri Jan 17 14:16:53 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48i_post, checkpoint48d_post, checkpoint48b_post, checkpoint48a_post, checkpoint48f_post, checkpoint48g_post, checkpoint48e_post, checkpoint50b_pre, checkpoint48, checkpoint49, checkpoint50, checkpoint48d_pre, checkpoint48h_post, checkpoint50a_post
add new experiment (ideal_2D_oce) to test "exotic" parameters.

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     viscAz=1.E-3,
12     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     diffKzT=1.E-5,
19     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     readBinaryPrec=64,
31     tempAdvScheme=77,
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=1000,
37     #cg2dTargetResidual=1.E-13,
38     cg2dTargetResWunit=1.E-17,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     niter0=36000,
44     nTimeSteps=20,
45     #endTime=3110400000.,
46     deltaTmom=1200.0,
47     deltaTfreesurf=3600.0,
48     deltaTtracer=86400.0,
49     deltaTClock =86400.0,
50     abEps=0.1,
51     tauCD=321428.,
52     tauThetaClimRelax=2592000.0,
53     chkptFreq=0.0,
54     pChkptFreq=3110400000.0,
55     taveFreq=1555200000.0,
56     dumpFreq=1555200000.0,
57     diagFreq=1555200000.0,
58     #monitorFreq=31104000.0,
59     monitorFreq=1.0,
60     &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.FALSE.,
65     usingSphericalPolarGrid=.TRUE.,
66     delRc= 20., 60., 85., 120., 165., 215., 265., 315.,
67     365., 415., 465., 515., 565., 615., 665., 350.,
68     phiMin=-84.,
69     delY=56*3,
70     delX=1*3,
71     &
72    
73     # Input datasets
74     &PARM05
75     bathyFile='topo_sl.bin',
76     zonalWindFile='taux_sl.bin',
77     thetaClimFile='sst_sl.bin',
78     &

  ViewVC Help
Powered by ViewVC 1.1.22