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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Aug 10 21:49:53 2006 UTC (18 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
good: compiles, runs without segfaulting, appears to read inputs
        correctly, produces all the right output files at correct
        times and with correct sizes, etc...
bad:  output is clearly wrong -- something wrong with global sum
        or the multiply or both

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     rotationPeriod=86400.,
23     gravity=9.81,
24     rhonil=1.0,
25     rhoConst=1.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     staggerTimeStep=.TRUE.,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     hFacMin=1.0,
32     vectorInvariantMomentum=.TRUE.,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=200,
38     cg2dTargetResidual=1.E-12,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     niter0=0,
44     nTimeSteps=20,
45     #endTime=864000.0,
46     deltaT=600.0,
47     #abEps=0.1,
48     alph_AB=0.6,
49     beta_AB=0.,
50     cAdjFreq=0.,
51     pChkptFreq=2592000.0,
52     chkptFreq=0.0,
53     dumpFreq=21600.0,
54 edhill 1.2 dumpFreq=1.0,
55 edhill 1.1 monitorFreq=1.,
56     taveFreq=2592000.,
57     #tave_lastiter=1.,
58     &
59    
60     # Gridding parameters
61     &PARM04
62     usingCurvilinearGrid=.TRUE.,
63     delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
64     Ro_SeaLevel=1.E5,
65     rSphere=6370.E3,
66     &
67    
68     # Input datasets
69     &PARM05
70     &

  ViewVC Help
Powered by ViewVC 1.1.22