/[MITgcm]/MITgcm/verification/solid-body.cs-32x32x1/input/data
ViewVC logotype

Annotation of /MITgcm/verification/solid-body.cs-32x32x1/input/data

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


Revision 1.5 - (hide annotations) (download)
Thu Mar 2 02:02:58 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint62c, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58w_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58k_post, checkpoint62b, checkpoint58v_post, checkpoint58l_post, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint58h_post, checkpoint58j_post, checkpoint61q, checkpoint61z, checkpoint61e, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.4: +1 -0 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=300.,
8     sRef=0.,
9     viscAr=0.,
10     viscAh=0.,
11     viscA4=0.,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKrS=0.,
15     diffKhS=0.,
16     diffK4S=0.,
17     buoyancyRelation='ATMOSPHERIC',
18     eosType='IDEALGAS',
19 jmc 1.5 rotationPeriod=86400.,
20 adcroft 1.1 gravity=9.81,
21     rhonil=1.0,
22     rhoConst=1.0,
23     rigidLid=.FALSE.,
24     implicitFreeSurface=.TRUE.,
25     nonHydrostatic=.FALSE.,
26     readBinaryPrec=64,
27     writeBinaryPrec=64,
28     tempStepping=.FALSE.,
29     saltStepping=.TRUE.,
30 adcroft 1.2 vectorInvariantMomentum=.TRUE.,
31 adcroft 1.1 &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=600,
36     cg2dTargetResidual=1.E-12,
37     &
38    
39     # Time stepping parameters
40     &PARM03
41     niter0=0,
42     #nTimeSteps=1728,
43     nTimeSteps=20,
44     abEps=0.1,
45     deltaT=1200.0,
46     cAdjFreq=0.,
47     pChkptFreq=0.0,
48     chkptFreq=0.0,
49     dumpFreq=86400.0,
50 adcroft 1.3 #diagFreq=1.0,
51 adcroft 1.1 #monitorFreq=21600.,
52     monitorFreq=1.,
53     &
54    
55     # Gridding parameters
56     &PARM04
57     usingCurvilinearGrid=.TRUE.,
58     delR=1.E5,
59     Ro_SeaLevel=1.E5,
60     &
61    
62     # Input datasets
63     &PARM05
64     #uVelInitFile='U.init',
65     #vVelInitFile='V.init',
66     #pSurfInitFile='Eta.init',
67     hydrogSaltFile='S.init',
68     &

  ViewVC Help
Powered by ViewVC 1.1.22