/[MITgcm]/MITgcm/verification/adjustment.128x64x1/input/data
ViewVC logotype

Contents of /MITgcm/verification/adjustment.128x64x1/input/data

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


Revision 1.5 - (show annotations) (download)
Sat Aug 13 02:40:21 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57s_post, checkpoint58b_post, checkpoint57y_post, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint57t_post, checkpoint57v_post, checkpoint60, checkpoint61, checkpoint58w_post, checkpoint57y_pre, 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, checkpint57u_post, checkpoint57q_post, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint58h_post, checkpoint58j_post, checkpoint57w_post, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61h
Changes since 1.4: +0 -10 lines
remove groundAtK1 (retired), gBaro (irrelevant for atmosphere), and
 nonHydrostatic=.FALSE. if NH code is not compiled.

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 buoyancyRelation='ATMOSPHERIC',
15 eosType='IDEALGAS',
16 gravity=9.81,
17 rhonil=1.0,
18 rhoConst=1.0,
19 rigidLid=.FALSE.,
20 implicitFreeSurface=.TRUE.,
21 readBinaryPrec=64,
22 writeBinaryPrec=64,
23 momAdvection=.FALSE.,
24 useCoriolis=.FALSE.,
25 tempStepping=.FALSE.,
26 saltStepping=.FALSE.,
27 #implicSurfPress=0.5,
28 #implicDiv2DFlow=0.5,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=600,
34 cg2dTargetResidual=1.E-12,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 niter0=0,
40 nTimeSteps=24,
41 abEps=0.1,
42 deltaT=450.0,
43 cAdjFreq=0.,
44 pChkptFreq=0.0,
45 chkptFreq=0.0,
46 dumpFreq=3600.0,
47 monitorFreq=1.,
48 &
49
50 # Gridding parameters
51 &PARM04
52 usingSphericalPolarGrid=.TRUE.,
53 delX=128*2.8125,
54 delY=64*2.8125,
55 delR=1.E5,
56 Ro_SeaLevel=1.E5,
57 phiMin=-90.,
58 &
59
60 # Input datasets
61 &PARM05
62 pSurfInitFile='ps.init',
63 &

  ViewVC Help
Powered by ViewVC 1.1.22