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

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

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


Revision 1.12 - (hide annotations) (download)
Thu May 12 22:59:46 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62z, checkpoint62y, checkpoint62x, checkpoint63, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c
Changes since 1.11: +2 -12 lines
use default rotationPeriod + turn on "useEnergyConservingCoriolis".

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     no_slip_sides=.FALSE.,
10     no_slip_bottom=.FALSE.,
11     buoyancyRelation='ATMOSPHERIC',
12     eosType='IDEALGAS',
13 jmc 1.12 useEnergyConservingCoriolis=.TRUE.,
14 adcroft 1.2 gravity=9.81,
15     rigidLid=.FALSE.,
16     implicitFreeSurface=.TRUE.,
17 jmc 1.7 exactConserv=.TRUE.,
18 jmc 1.10 #uniformLin_PhiSurf=.FALSE.,
19 jmc 1.12 rhoConst=1.0,
20 adcroft 1.2 staggerTimeStep=.TRUE.,
21     readBinaryPrec=64,
22     writeBinaryPrec=64,
23     hFacMin=1.0,
24     &
25    
26     # Elliptic solver parameters
27     &PARM02
28     cg2dMaxIters=200,
29 jmc 1.7 cg2dTargetResWunit=1.E-17,
30 adcroft 1.2 &
31    
32     # Time stepping parameters
33     &PARM03
34     niter0=0,
35     nTimeSteps=10,
36 jmc 1.7 #endTime=31104000.,
37 adcroft 1.2 deltaT=450.0,
38     abEps=0.1,
39     cAdjFreq=0.,
40 jmc 1.7 chkptFreq=0.0,
41 adcroft 1.2 pChkptFreq=2592000.0,
42     dumpFreq=2592000.0,
43 jmc 1.7 #taveFreq=2592000.0.,
44     #monitorFreq=86400.,
45 adcroft 1.5 monitorFreq=1.,
46 adcroft 1.2 &
47    
48     # Gridding parameters
49     &PARM04
50     usingSphericalPolarGrid=.TRUE.,
51     delX=128*2.8125,
52     delY=64*2.8125,
53 jmc 1.10 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
54 adcroft 1.2 Ro_SeaLevel=1.E5,
55 jmc 1.11 ygOrigin=-90.,
56 adcroft 1.2 rSphere=6370.E3,
57     &
58    
59     # Input datasets
60     &PARM05
61 adcroft 1.8 hydrogThetaFile='T.init',
62 adcroft 1.2 &

  ViewVC Help
Powered by ViewVC 1.1.22