/[MITgcm]/MITgcm_contrib/mlosch/cs32test/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/mlosch/cs32test/input/data

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


Revision 1.1 - (hide annotations) (download)
Fri Mar 9 19:54:38 2007 UTC (18 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
o ckecking in test case for cubed sphere with holes

1 mlosch 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscAh =3.E5,
10     viscAr =1.E-3,
11     diffKhT=0.,
12     diffK4T=0.,
13     diffKrT=3.E-5,
14     diffKhS=0.,
15     diffK4S=0.,
16     diffKrS=3.E-5,
17     ivdc_kappa=10.,
18     implicitDiffusion=.TRUE.,
19     gravity=9.81,
20     rhonil=1035.,
21     rhoConstFresh=1000.,
22     eosType='JMD95Z',
23     staggerTimeStep=.TRUE.,
24     vectorInvariantMomentum=.TRUE.,
25     implicitFreeSurface=.TRUE.,
26     #linFSConserveTr=.false.,
27     exactConserv=.TRUE.,
28     select_rStar=2,
29     nonlinFreeSurf=4,
30     hFacInf=0.2,
31     hFacSup=2.0,
32     useRealFreshWaterFlux=.TRUE.,
33     hFacMin=.1,
34     hFacMinDr=20.,
35     readBinaryPrec=64,
36     #writeBinaryPrec=64,
37     #debugLevel = 2,
38     useSingleCPUio = .true.,
39     &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=200,
44     #cg2dTargetResidual=1.E-9,
45     cg2dTargetResWunit=1.E-14,
46     &
47    
48     # Time stepping parameters
49     &PARM03
50     nIter0=2,
51     #nTimeSteps=30,
52     nTimeSteps=1,
53     #endTime=31104000.,
54     deltaTmom =1200.,
55     #deltaTmom =3600.,
56     deltaTtracer=86400.,
57     deltaTfreesurf=86400.,
58     deltaTClock =86400.,
59     abEps = 0.1,
60     forcing_In_AB=.FALSE.,
61     pChkptFreq =31104000.,
62     #pChkptFreq =7200.,
63     #taveFreq =1.,
64     dumpFreq =864000.,
65     dumpFreq =1.,
66     monitorFreq =864000.,
67     monitorFreq =1.,
68     #tave_lastIter=0.,
69     periodicExternalForcing=.TRUE.,
70     externForcingPeriod=2592000.,
71     externForcingCycle=31104000.,
72     # 2 months restoring timescale for temperature
73     #tauThetaClimRelax = 5184000.,
74     # 6 months restoring timescale for salinity
75     #tauSaltClimRelax = 15552000.,
76     #latBandClimRelax=50.,
77     #monitorFreq =1.,
78     &
79    
80     # Gridding parameters
81     &PARM04
82     usingCartesianGrid=.FALSE.,
83     usingSphericalPolarGrid=.FALSE.,
84     usingCurvilinearGrid=.TRUE.,
85     delR= 50., 70., 100., 140., 190.,
86     240., 290., 340., 390., 440.,
87     490., 540., 590., 640., 690.,
88     &
89    
90     # Input datasets
91     &PARM05
92     bathyFile ='bathy_Hmin50.bin',
93     hydrogThetaFile='lev_T_cs_15k.bin',
94     hydrogSaltFile ='lev_S_cs_15k.bin',
95     &

  ViewVC Help
Powered by ViewVC 1.1.22