/[MITgcm]/MITgcm/verification/aim.5l_Equatorial_Channel/input/data
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_Equatorial_Channel/input/data

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


Revision 1.17 - (hide annotations) (download)
Fri Jun 22 16:14:10 2012 UTC (11 years, 10 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.16: +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.2 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7 jmc 1.8 tRef=289.6, 298.1, 314.5, 335.8, 437.4,
8 adcroft 1.2 sRef=5*0.,
9 jmc 1.8 #viscAr=1.E3,
10 adcroft 1.2 no_slip_sides=.FALSE.,
11     no_slip_bottom=.FALSE.,
12     buoyancyRelation='ATMOSPHERIC',
13 jmc 1.17 eosType='IDEALG',
14 jmc 1.8 #atm_Rq=0.6078E-3,
15 jmc 1.11 rotationPeriod=86400.,
16 adcroft 1.2 gravity=9.81,
17     rhonil=1.0,
18     rhoConst=1.0,
19 jmc 1.8 rhoConstFresh=1000.,
20 adcroft 1.2 implicitFreeSurface=.TRUE.,
21 jmc 1.6 exactConserv=.TRUE.,
22 jmc 1.8 #uniformLin_PhiSurf=.FALSE.,
23 adcroft 1.2 staggerTimeStep=.TRUE.,
24 jmc 1.16 saltAdvScheme=3,
25 adcroft 1.2 readBinaryPrec=64,
26     writeBinaryPrec=64,
27 jmc 1.16 useSingleCpuIO=.TRUE.,
28 adcroft 1.2 &
29    
30     # Elliptic solver parameters
31     &PARM02
32     cg2dMaxIters=200,
33 adcroft 1.3 #cg2dTargetResidual=1.E-12,
34 jmc 1.8 cg2dTargetResWunit=1.E-17,
35 adcroft 1.2 &
36    
37     # Time stepping parameters
38     &PARM03
39 jmc 1.8 nIter0=51840,
40 jmc 1.5 nTimeSteps=10,
41 jmc 1.8 #endTime=155520000.,
42     deltaT=600.,
43     abEps=0.1,
44 jmc 1.13 pickupStrictlyMatch=.FALSE.,
45 jmc 1.8 pChkptFreq=2592000.,
46 jmc 1.12 #forcing_In_AB=.FALSE.,
47     tracForcingOutAB=1,
48 jmc 1.8 chkptFreq=0.,
49     dumpFreq=2592000.,
50     taveFreq=2592000.,
51     #monitorFreq=86400.,
52     monitorFreq=1.,
53 adcroft 1.2 &
54    
55     # Gridding parameters
56     &PARM04
57     usingSphericalPolarGrid=.TRUE.,
58     delX=128*2.8125,
59 adcroft 1.3 delY=23*2.8125,
60 jmc 1.8 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
61 adcroft 1.2 Ro_SeaLevel=1.E5,
62 jmc 1.15 ygOrigin=-32.34375,
63 adcroft 1.2 rSphere=6370.E3,
64     &
65    
66     # Input datasets
67     &PARM05
68     &

  ViewVC Help
Powered by ViewVC 1.1.22