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

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

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


Revision 1.1 - (hide annotations) (download)
Fri Jan 24 23:07:15 2014 UTC (11 years, 6 months ago) by yunx
Branch: MAIN
CVS Tags: HEAD
Checking in an example of 3D tidewater glacier configuration, with subglacial
freshwater plume resoved at 1-m resolution.

1 yunx 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=200*0.,
8     sRef=200*34.,
9     viscA4=1e-2,
10     viscAz=1e-2,
11     diffK4T=1e-2,
12     diffKzT=1e-2,
13     diffK4S=1e-2,
14     diffKzS=1e-2,
15     #bottomDragLinear=0.E-4,
16     bottomDragQuadratic = 0.0021,
17     no_slip_sides=.FALSE.,
18     no_slip_bottom=.FALSE.,
19     rhonil=1027.5,
20     rhoConstFresh=999.8,
21     f0=1.37e-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=77,
32     saltAdvScheme=77,
33     staggerTimeStep=.TRUE.,
34     &
35    
36     # Elliptic solver parameters
37     &PARM02
38     cg2dMaxIters=300,
39     cg2dTargetResidual=1.E-13,
40     cg3dMaxIters=20,
41     cg3dTargetResidual=1.E-8,
42     &
43    
44     # Time stepping parameters
45     &PARM03
46     nIter0=0,
47     endtime=2.,
48     deltaT=0.10,
49     #cAdjFreq = 20.,
50     abEps=0.01,
51     pChkptFreq=3600.0,
52     chkptFreq=0.0,
53     dumpFreq= 0.0,
54     monitorSelect=1,
55     monitorFreq=1.,
56     &
57    
58     # Gridding parameters
59     &PARM04
60     usingCartesianGrid=.TRUE.,
61     delXfile='dx_1m.bin',
62     delY= 150*1.,
63     delZ= 500*1.,
64     &
65    
66     # Input datasets
67     &PARM05
68     bathyFile='bathy_200x150_500m.bin',
69     #hydrogThetaFile='T.init',
70     hydrogThetaFile='THETA_store_200x150x500.bin',
71     hydrogSaltFile ='SALT_store_200x150x500.bin',
72     #hydrogThetaFile='T.pickup',
73     #uVelInitFile='U.pickup',
74     #pSurfInitFile='Eta.pickup',
75     &

  ViewVC Help
Powered by ViewVC 1.1.22