/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.cs-32x32x5/input/data

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


Revision 1.11 - (hide annotations) (download)
Thu Mar 2 02:02:58 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint60, checkpoint61, 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, checkpoint58v_post, checkpoint58l_post, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint58h_post, checkpoint58j_post, checkpoint61e, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i
Changes since 1.10: +2 -1 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 adcroft 1.2 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=281.089, 289.321, 307.191, 331.377, 432.413,
8     sRef=5*0.,
9     viscAr=0.E1,
10     viscAh=0.E6,
11     viscA4=0.E17,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKhT=0.E3,
15     diffKrT=0.,
16     diffK4T=0.E17,
17     diffKrS=0.E2,
18     diffKhS=0.E3,
19     diffK4S=0.E17,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22 jmc 1.11 rotationPeriod=86400.,
23 adcroft 1.2 gravity=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     staggerTimeStep=.TRUE.,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     hFacMin=1.0,
32 adcroft 1.4 vectorInvariantMomentum=.TRUE.,
33 adcroft 1.2 &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=200,
38     cg2dTargetResidual=1.E-12,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     niter0=0,
44     nTimeSteps=20,
45     #endTime=864000.0,
46 adcroft 1.3 deltaT=600.0,
47 jmc 1.10 #abEps=0.1,
48     alph_AB=0.6,
49     beta_AB=0.,
50 adcroft 1.2 cAdjFreq=0.,
51     pChkptFreq=2592000.0,
52     chkptFreq=0.0,
53     dumpFreq=21600.0,
54 adcroft 1.3 monitorFreq=1.,
55 jmc 1.8 taveFreq=2592000.,
56     #tave_lastiter=1.,
57 adcroft 1.2 &
58    
59     # Gridding parameters
60     &PARM04
61     usingCurvilinearGrid=.TRUE.,
62 jmc 1.11 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
63 adcroft 1.2 Ro_SeaLevel=1.E5,
64     rSphere=6370.E3,
65     &
66    
67     # Input datasets
68     &PARM05
69     &

  ViewVC Help
Powered by ViewVC 1.1.22