/[MITgcm]/MITgcm/verification/hs94.1x64x5/input/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.1x64x5/input/data

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


Revision 1.7 - (hide annotations) (download)
Thu Mar 2 02:02:58 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint58w_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint58g_post, checkpoint58x_post, checkpoint58h_post, checkpoint58j_post, checkpoint58i_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post
Changes since 1.6: +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.,
10     viscAh=0.,
11     viscA4=0.,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKrT=0.,
15     diffKhT=0.,
16     diffK4T=0.,
17     diffKrS=0.,
18     diffKhS=0.,
19     diffK4S=0.,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22 jmc 1.7 rotationPeriod=86400.,
23 adcroft 1.2 gravity=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28 jmc 1.6 staggerTimestep=.TRUE.,
29 adcroft 1.2 readBinaryPrec=64,
30     writeBinaryPrec=64,
31 jmc 1.6 #globalFiles=.TRUE.,
32     #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
33     useSingleCpuIO=.TRUE.,
34 adcroft 1.2 &
35    
36     # Elliptic solver parameters
37     &PARM02
38     cg2dMaxIters=600,
39     cg2dTargetResidual=1.E-13,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     niter0=0,
45     nTimeSteps=10,
46     abEps=0.1,
47     deltaT=1200.0,
48     cAdjFreq=0.,
49     pChkptFreq=0.0,
50     chkptFreq=0.0,
51     dumpFreq=2592000.0,
52     taveFreq=2592000.,
53 adcroft 1.4 monitorFreq=1.,
54 adcroft 1.2 &
55    
56     # Gridding parameters
57     &PARM04
58     usingSphericalPolarGrid=.TRUE.,
59     delX=1*2.8125,
60     delY=64*2.8125,
61 jmc 1.7 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
62 adcroft 1.2 Ro_SeaLevel=1.E5,
63     phiMin=-90.,
64     &
65    
66     # Input datasets
67     &PARM05
68     &

  ViewVC Help
Powered by ViewVC 1.1.22