/[MITgcm]/MITgcm/verification/exp2/input.rigidLid/data
ViewVC logotype

Annotation of /MITgcm/verification/exp2/input.rigidLid/data

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 2 01:59:51 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61h, checkpoint58b_post, checkpoint58m_post
Changes since 1.1: +1 -0 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8     12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9     5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10     1.5 , 1.1 , 0.8 , 0.66, 0.63,
11     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12     34.90, 34.86, 34.78, 34.69, 34.60,
13     34.58, 34.62, 34.68, 34.72, 34.73,
14     34.74, 34.73, 34.73, 34.72, 34.72,
15     viscAr=1.E-3,
16     viscAh=5.E5,
17     no_slip_sides=.FALSE.,
18     no_slip_bottom=.TRUE.,
19     diffKhT=1.E3,
20     diffKrT=3.E-5,
21     diffKhS=1.E3,
22     diffKrS=3.E-5,
23     tAlpha=2.E-4,
24     sBeta =7.4E-4,
25 jmc 1.2 rotationPeriod=86400.,
26 jmc 1.1 gravity=9.81,
27     rigidLid=.TRUE.,
28     #implicitFreeSurface=.TRUE.,
29     useCDscheme=.TRUE.,
30     eosType='LINEAR',
31     readBinaryPrec=32,
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=1000,
37     cg2dTargetResidual=1.E-13,
38     &
39    
40     # Time stepping parameters
41     &PARM03
42     startTime=0,
43     nTimeSteps=12,
44     #endTime=3110400000,
45     deltaTmom=2400.0,
46     tauCD=321428.,
47     deltaTtracer=108000.0,
48     deltaTClock =108000.0,
49     cAdjFreq=-1.,
50     abEps=0.1,
51     pChkptFreq=0.0,
52     chkptFreq=0.0,
53     dumpFreq=2592000.0,
54     tauThetaClimRelax=2592000.0,
55     tauSaltClimRelax=2592000.0,
56     monitorFreq=1.,
57     &
58    
59     # Gridding parameters
60     &PARM04
61     usingSphericalPolarGrid=.TRUE.,
62     delR= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
63     6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
64     1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
65     3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
66     6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
67     phiMin=-80.,
68     delY=40*4,
69     delX=90*4,
70     &
71    
72     # Input datasets
73     &PARM05
74     hydrogThetaFile='theta.bin',
75     hydrogSaltFile='salt.bin',
76     bathyFile='topog.bin',
77     zonalWindFile='windx.bin',
78     meridWindFile='windy.bin',
79     thetaClimFile='SST.bin'
80     saltClimFile='SSS.bin'
81     &

  ViewVC Help
Powered by ViewVC 1.1.22