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

Annotation of /MITgcm_contrib/eh3_spgr/hs94.cs-32x32x5/input/data

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


Revision 1.1 - (hide annotations) (download)
Sun Aug 28 18:18:09 2005 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
 o initial check-in of an example to test some new exch2 bits

1 edhill 1.1 # ====================
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     viscAr=0.E1,
10     viscAh=0.E6,
11     viscA4=0.E17,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKhT=0.E3,
15     diffKrT=0.,
16     diffK4T=0.E17,
17     diffKrS=0.E2,
18     diffKhS=0.E3,
19     diffK4S=0.E17,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22     gravity=9.81,
23     rhonil=1.0,
24     rhoConst=1.0,
25     rigidLid=.FALSE.,
26     implicitFreeSurface=.TRUE.,
27     staggerTimeStep=.TRUE.,
28     readBinaryPrec=64,
29     writeBinaryPrec=64,
30     hFacMin=1.0,
31     vectorInvariantMomentum=.TRUE.,
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=200,
37     cg2dTargetResidual=1.E-12,
38     &
39    
40     # Time stepping parameters
41     &PARM03
42     niter0=0,
43     nTimeSteps=20,
44     #endTime=864000.0,
45     deltaT=600.0,
46     abEps=0.1,
47     cAdjFreq=0.,
48     pChkptFreq=2592000.0,
49     chkptFreq=0.0,
50     dumpFreq=21600.0,
51     monitorFreq=1.,
52     taveFreq=2592000.,
53     #tave_lastiter=1.,
54     &
55    
56     # Gridding parameters
57     &PARM04
58     usingCurvilinearGrid=.TRUE.,
59     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
60     Ro_SeaLevel=1.E5,
61     rSphere=6370.E3,
62     &
63    
64     # Input datasets
65     &PARM05
66     &

  ViewVC Help
Powered by ViewVC 1.1.22