/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.cs-32x32x5/input/data

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


Revision 1.12 - (hide annotations) (download)
Sun May 17 22:37:53 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62, checkpoint62b, checkpoint61q, checkpoint61z, checkpoint61o, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.11: +3 -17 lines
use default rotationPeriod

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     rhoConst=1.0,
14     implicitFreeSurface=.TRUE.,
15 jmc 1.12 hFacMin=1.0,
16     vectorInvariantMomentum=.TRUE.,
17 adcroft 1.2 staggerTimeStep=.TRUE.,
18     readBinaryPrec=64,
19     writeBinaryPrec=64,
20     &
21    
22     # Elliptic solver parameters
23     &PARM02
24     cg2dMaxIters=200,
25     cg2dTargetResidual=1.E-12,
26     &
27    
28     # Time stepping parameters
29     &PARM03
30 jmc 1.12 nIter0=0,
31 adcroft 1.2 nTimeSteps=20,
32     #endTime=864000.0,
33 adcroft 1.3 deltaT=600.0,
34 jmc 1.10 #abEps=0.1,
35     alph_AB=0.6,
36     beta_AB=0.,
37 adcroft 1.2 cAdjFreq=0.,
38     pChkptFreq=2592000.0,
39     chkptFreq=0.0,
40     dumpFreq=21600.0,
41 adcroft 1.3 monitorFreq=1.,
42 jmc 1.8 taveFreq=2592000.,
43     #tave_lastiter=1.,
44 adcroft 1.2 &
45    
46     # Gridding parameters
47     &PARM04
48     usingCurvilinearGrid=.TRUE.,
49 jmc 1.11 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
50 adcroft 1.2 Ro_SeaLevel=1.E5,
51     &
52    
53     # Input datasets
54     &PARM05
55     &

  ViewVC Help
Powered by ViewVC 1.1.22