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

Diff of /MITgcm_contrib/verification_other/shelfice_remeshing/input/data

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

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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22