/[MITgcm]/MITgcm_contrib/shelfice_remeshing/CPL1/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/shelfice_remeshing/CPL1/input/data

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


Revision 1.1 - (hide annotations) (download)
Mon Oct 12 16:08:16 2015 UTC (9 years, 9 months ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
new input files for coupled ex.

1 dgoldberg 1.1 #:::====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     # momstepping=.FALSE.,
8     # tempstepping=.FALSE.,
9     # saltstepping=.FALSE.,
10     Tref = 50*-1.9,
11     Sref = 50*34.4,
12     viscAr=1.E-3,
13     #viscAh=600.0,
14     viscAhGrid=0.2,
15     viscA4Grid=0.02,
16     no_slip_sides=.TRUE.,
17     no_slip_bottom=.FALSE.,
18     diffKhT= 100.0,
19     #diffKhT= 600.0,
20     diffKrT=5.E-5,
21     diffKhS= 100.0,
22     #diffKhS= 600.0,
23     diffKrS=5.E-5,
24     bottomDragQuadratic=2.5E-3,
25     staggerTimestep = .true.,
26     tempAdvScheme=30,
27     saltAdvScheme=30,
28     vectorInvariantMomentum = .true.,
29     ### momImplVertAdv=.true.,
30     tempImplVertAdv=.true.,
31     saltImplVertAdv=.true.,
32     eosType='JMD95Z',
33     #tAlpha = 2.E-4,
34     #sBeta = 7.4E-4,
35     HeatCapacity_cp = 3974.0,
36     rhoConst=1000.,
37     rhoNil=1000.,
38     gravity=9.81,
39     gBaro=9.81,
40     implicitDiffusion = .true.,
41     implicitViscosity = .true.,
42     rigidLid=.FALSE.,
43     implicitFreeSurface=.TRUE.,
44     useRealFreshWaterFlux = .true.,
45     exactConserv=.TRUE.,
46     # start nlfs with rstar
47     #select_rStar=2,
48     nonlinFreeSurf=4,
49     hFacInf=0.2,
50     hFacSup=2.0,
51     # end nlfs with rstar
52     hFacMin=0.2,
53     #integr_GeoPot = 1,
54     #ivdc_kappa = 0.005.,
55     #implicitDiffusion=.true.,
56     #implicitViscosity=.true.,
57     #useCDscheme=.true.,
58     #nonHydrostatic=.true.,
59     #allowFreezing = .true.,
60     readBinaryPrec=64,
61     #writeBinaryPrec=64,
62     debuglevel = 1,
63     selectCoriMap = 0,
64     f0 = 0.0,
65     # useSingleCpuIO=.TRUE.,
66     globalFiles=.TRUE.,
67     &
68    
69     # Elliptic solver parameters
70     &PARM02
71     cg2dMaxIters=300,
72     cg2dTargetResidual=1.E-11,
73     #cg3dMaxIters=40,
74     #cg3dTargetResidual=1.E-13,
75     &
76    
77     #Time stepping parameters
78     &PARM03
79     nTimeSteps=518400,
80     startTime=0.,
81     deltaT=600.0,
82     forcing_In_AB = .false.,
83     abEps=0.1,
84     cAdjFreq = -1.,
85     pChkptFreq=864000.0,
86     chkptFreq=864000.0,
87     monitorFreq=2592000.,
88     dumpFreq=864000.,
89     &
90    
91     # Gridding parameters
92     &PARM04
93     # usingCartesianGrid=.TRUE.,
94     usingSphericalPolarGrid=.TRUE.,
95     delR=100*10.,
96     delX=3*.125,
97     delY=200*.0078125
98     xgOrigin = -105.5,
99     ygOrigin = -75.4457,
100     # delX = 200*
101     &
102    
103     # Input datasets
104     &PARM05
105     bathyFile='bathymetry.pig.bin',
106     hydrogThetaFile='theta.init',
107     hydrogSaltFile='salt.init',
108     pSurfInitFile='etainit.round.bin'
109    
110     &

  ViewVC Help
Powered by ViewVC 1.1.22