/[MITgcm]/MITgcm_contrib/ksnow/press_release/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/ksnow/press_release/input/data

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


Revision 1.1 - (hide annotations) (download)
Fri Dec 16 15:21:03 2016 UTC (8 years, 7 months ago) by ksnow
Branch: MAIN
input files for pressure_release code test

1 ksnow 1.1 #:::====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     # momViscosity=.FALSE.,
8     # momForcing=.FALSE.,
9     # momAdvection=.False.,
10     # momstepping=.FALSE.,
11     # tempstepping=.FALSE.,
12     # saltstepping=.FALSE.,
13     Tref = 50*-1.9,
14     Sref = 50*34.4,
15     viscAr=2.E-3,
16     #viscAh=600.0,
17     viscAhGrid=0.4,
18     # viscA4Grid=0.02,
19     no_slip_sides=.FALSE.,
20     no_slip_bottom=.TRUE.,
21     bottomDragQuadratic=2.5E-3,
22     diffKhT= 100.0,
23     #diffKhT= 600.0,
24     diffKrT=5.E-5,
25     diffKhS= 100.0,
26     #diffKhS= 600.0,
27     diffKrS=5.E-5,
28     bottomDragQuadratic=0.,
29     staggerTimestep = .true.,
30     tempAdvScheme=30,
31     saltAdvScheme=30,
32     vectorInvariantMomentum = .true.,
33     ### momImplVertAdv=.true.,
34     tempImplVertAdv=.true.,
35     saltImplVertAdv=.true.,
36     eosType='JMD95Z',
37     #tAlpha = 2.E-4,
38     #sBeta = 7.4E-4,
39     HeatCapacity_cp = 3974.0,
40     rhoConst=1030.,
41     rhoNil=1030.,
42     gravity=9.81,
43     gBaro=9.81,
44     implicitDiffusion = .true.,
45     implicitViscosity = .true.,
46     rigidLid=.FALSE.,
47     implicitFreeSurface=.TRUE.,
48     useRealFreshWaterFlux = .true.,
49     exactConserv=.TRUE.,
50     # start nlfs with rstar
51     #select_rStar=2,
52     nonlinFreeSurf=4,
53     hFacInf=0.2,
54     hFacSup=2.0,
55     # end nlfs with rstar
56     hFacMin=0.2,
57     #integr_GeoPot = 1,
58     #ivdc_kappa = 0.005.,
59     #useCDscheme=.true.,
60     #allowFreezing = .true.,
61     readBinaryPrec=64,
62     #writeBinaryPrec=64,
63     debuglevel = 4,
64     selectCoriMap = 0,
65     f0 = 0.0,
66     useSingleCpuIO=.TRUE.,
67     globalFiles=.TRUE.,
68     bottomVisc_pCell=.TRUE.,
69     selectCoriMap=0,
70     f0=-1.e-4
71     &
72    
73     # Elliptic solver parameters
74     &PARM02
75     cg2dMaxIters=600,
76     cg2dTargetResidual=1.E-12,
77     cg2dMinColumnEps=10.,
78     pReleaseVisc=.2,
79     printResidualFreq=200,
80     &
81    
82     &PARM03
83     niter0=129600,
84     nTimeSteps=129600,
85     # endTime=93312000.,
86     deltaT=100,
87     forcing_In_AB=.false.,
88     abEps=0.1,
89     cAdjFreq = -1.,
90     pChkptFreq=2592000.0,
91     chkptFreq=2592000.,
92     dumpFreq=864000
93     monitorSelect=1,
94     monitorFreq=43200.,
95     &
96    
97     # Gridding parameters
98     &PARM04
99     usingCartesianGrid=.TRUE.,
100     usingSphericalPolarGrid=.FALSE.,
101     #delR = 10., 10., 10., 10., 10., 10., 10., 10.01, 10.03, 10.11,
102     #10.32, 10.8, 11.76, 13.42, 16.04, 19.82, 24.85, 31.1, 38.42, 46.5,
103     #55., 63.5, 71.58, 78.9, 85.15, 90.18, 93.96, 96.58, 98.25, 99.25,
104     #100.01, 101.33, 104.56, 111.33, 122.83, 139.09, 158.94, 180.83, 203.55, 226.5,
105     #249.5, 272.5, 295.5, 318.5, 341.5, 364.5, 387.5, 410.5, 433.5, 456.5,
106     delR=105*20.,
107     delX=20*1600,
108     delY=200*1600,
109     # delYFile='dlat.bin',
110     # delY=30*10e3,
111     # xgOrigin = -105.5,
112     # ygOrigin = -75.4457,
113     &
114    
115     # Input datasets
116     &PARM05
117     bathyFile='bathyS1.box',
118     hydrogThetaFile='theta.init',
119     hydrogSaltFile='salt.init',
120     pSurfInitFile='etainit.bin',
121     &

  ViewVC Help
Powered by ViewVC 1.1.22