/[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.4 - (hide annotations) (download)
Sat Aug 13 02:40:21 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57s_post, checkpoint57y_post, checkpoint57r_post, checkpoint58, checkpoint58a_post, checkpoint57z_post, checkpoint57t_post, checkpoint57v_post, checkpoint57y_pre, checkpint57u_post, checkpoint57q_post, checkpoint57w_post, checkpoint57x_post
Changes since 1.3: +0 -7 lines
remove groundAtK1 (retired), gBaro (irrelevant for atmosphere), and
 nonHydrostatic=.FALSE. if NH code is not compiled.

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     gravity=9.81,
20     rhonil=1.0,
21     rhoConst=1.0,
22     rigidLid=.FALSE.,
23     implicitFreeSurface=.TRUE.,
24     nonHydrostatic=.FALSE.,
25     readBinaryPrec=64,
26     writeBinaryPrec=64,
27     tempStepping=.FALSE.,
28     saltStepping=.TRUE.,
29 adcroft 1.2 vectorInvariantMomentum=.TRUE.,
30 adcroft 1.1 &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=600,
35     cg2dTargetResidual=1.E-12,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40     niter0=0,
41     #nTimeSteps=1728,
42     nTimeSteps=20,
43     abEps=0.1,
44     deltaT=1200.0,
45     cAdjFreq=0.,
46     pChkptFreq=0.0,
47     chkptFreq=0.0,
48     dumpFreq=86400.0,
49 adcroft 1.3 #diagFreq=1.0,
50 adcroft 1.1 #monitorFreq=21600.,
51     monitorFreq=1.,
52     &
53    
54     # Gridding parameters
55     &PARM04
56     usingCurvilinearGrid=.TRUE.,
57     delR=1.E5,
58     Ro_SeaLevel=1.E5,
59     &
60    
61     # Input datasets
62     &PARM05
63     #uVelInitFile='U.init',
64     #vVelInitFile='V.init',
65     #pSurfInitFile='Eta.init',
66     hydrogSaltFile='S.init',
67     &

  ViewVC Help
Powered by ViewVC 1.1.22