/[MITgcm]/MITgcm_contrib/dcarroll/iceberg/input/data
ViewVC logotype

Contents of /MITgcm_contrib/dcarroll/iceberg/input/data

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


Revision 1.1 - (show annotations) (download)
Tue Aug 13 16:00:42 2019 UTC (5 years, 11 months ago) by dcarroll
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
added input files for iceberg simulation

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7
8 viscA4=1e-5,
9 viscAz=1e-5,
10 diffK4T=1e-5,
11 diffKzT=1e-5,
12 diffK4S=1e-5,
13 diffKzS=1e-5,
14
15 # viscAhGrid=2.E-2,
16 # viscA4Grid=1.E-3,
17 # viscAz=1e-5,
18 # diffK4T=1e-5,
19 # diffK4S=1e-5,
20
21 # useSmag3D = .TRUE.,
22
23 # bottomDragQuadratic = 0.0025,
24 no_slip_sides=.FALSE.,
25 no_slip_bottom=.FALSE.,
26 rhonil=1027.5,
27 rhoConstFresh=999.8,
28 f0=0.0,
29 beta=0.0,
30 eosType='JMD95Z',
31 rigidLid=.FALSE.,
32 implicitFreeSurface=.TRUE.,
33 hFacMin=0.02,
34 nonHydrostatic=.TRUE.,
35 tempAdvScheme=77,
36 saltAdvScheme=77,
37 staggerTimeStep=.TRUE.,
38 buoyancyRelation = 'OCEANIC',
39
40 useSingleCpuIO=.TRUE.,
41 selectAddFluid = 1.,
42 readBinaryPrec=64,
43 writeBinaryPrec=32,
44 debugLevel=-1,
45
46 &
47
48 # Elliptic solver parameters
49 &PARM02
50 cg2dMaxIters=300,
51 cg2dTargetResidual=1.E-13,
52 cg3dMaxIters=20,
53 cg3dTargetResidual=1.E-8,
54 &
55
56 # Time stepping parameters
57 &PARM03
58 nIter0=0,
59 endTime=21600,
60 deltaT=3,
61 abEps=0.01,
62 pChkptFreq=86400,
63 chkptFreq=0,
64 dumpFreq=0,
65 monitorSelect=1,
66 monitorFreq=900.,
67 periodicExternalForcing=.FALSE.,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingCartesianGrid=.TRUE.,
73 delXfile='dx.bin',
74 delYfile='dy.bin',
75 delRfile= 'dz.bin',
76 &
77
78 # Input datasets
79 &PARM05
80 bathyFile='bathy.bin',
81 hydrogThetaFile='temp_rink.bin',
82 hydrogSaltFile ='salt_rink.bin',
83 &

  ViewVC Help
Powered by ViewVC 1.1.22