/[MITgcm]/MITgcm_contrib/icefront/2D_example/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/icefront/2D_example/input/data

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


Revision 1.1 - (hide annotations) (download)
Mon Mar 19 23:43:54 2012 UTC (13 years, 4 months ago) by yunx
Branch: MAIN
CVS Tags: HEAD
Checking in an example 2D (x-z) tidewater glacier configuration
of pkg/icefront with subglacial runoff.

1 yunx 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=100*0.,
8     sRef=100*34.,
9     viscA4=300,
10     viscAz=0.1,
11     diffK4T=300,
12     diffKzT=0.1,
13     diffK4S=300,
14     diffKzS=0.1,
15     #bottomDragLinear=0.E-4,
16     bottomDragQuadratic = 0.0021,
17     no_slip_sides=.TRUE.,
18     no_slip_bottom=.true.,
19     rhonil=1027.5,
20     rhoConstFresh=999.8,
21     f0=0.e-4,
22     beta=0.E-11,
23     eosType='JMD95Z',
24     rigidLid=.FALSE.,
25     implicitFreeSurface=.TRUE.,
26     hFacMin=0.05,
27     nonHydrostatic=.TRUE.,
28     readBinaryPrec=64,
29     # globalFiles=.TRUE.,
30     # useSingleCpuIO=.TRUE.,
31     tempAdvScheme=33,
32     saltAdvScheme=33,
33     staggerTimeStep=.TRUE.,
34     # temp_addMass = -0.2904,
35     # salt_addMass =0.0,
36     # selectAddFluid = 1,
37     buoyancyRelation = 'OCEANIC',
38     &
39    
40     # Elliptic solver parameters
41     &PARM02
42     cg2dMaxIters=300,
43     cg2dTargetResidual=1.E-13,
44     cg3dMaxIters=20,
45     cg3dTargetResidual=1.E-8,
46     &
47    
48     # Time stepping parameters
49     &PARM03
50     nIter0=0,
51     endTime=20.,
52     deltaT=1,
53     #cAdjFreq = 20.,
54     abEps=0.01,
55     pChkptFreq=86400.0,
56     chkptFreq=0.0,
57     dumpFreq=0.0,
58     monitorSelect=1,
59     monitorFreq=10.,
60     &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.TRUE.,
65     delXfile='dx.bin',
66     dYspacing=10.,
67     delZ= 100*5.0,
68     &
69    
70     # Input datasets
71     &PARM05
72     bathyFile='bathy_200x500m.bin',
73     #hydrogThetaFile='T.init',
74     hydrogThetaFile='THETA_store_200x1x100.bin',
75     hydrogSaltFile ='SALT_store_200x1x100.bin',
76     #hydrogThetaFile='T.pickup',
77     #uVelInitFile='U.pickup',
78     #pSurfInitFile='Eta.pickup',
79     &

  ViewVC Help
Powered by ViewVC 1.1.22