/[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.7 - (hide annotations) (download)
Fri Jun 22 16:14:11 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64, checkpoint65, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63o, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.6: +1 -1 lines
change eosType='IDEALGAS', to eosType='IDEALG', since eosType is only
 6 characters long in PARAMS.h (gfortran 4.7 was giving warnings for
 truncated input in namelist)

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 jmc 1.7 eosType='IDEALG',
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 jmc 1.6 radius_fromHorizGrid=6370.E3,
59 adcroft 1.1 delR=1.E5,
60     Ro_SeaLevel=1.E5,
61     &
62    
63     # Input datasets
64     &PARM05
65     #uVelInitFile='U.init',
66     #vVelInitFile='V.init',
67     #pSurfInitFile='Eta.init',
68     hydrogSaltFile='S.init',
69     &

  ViewVC Help
Powered by ViewVC 1.1.22