/[MITgcm]/MITgcm_contrib/arctic40km/input_ad/data
ViewVC logotype

Annotation of /MITgcm_contrib/arctic40km/input_ad/data

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


Revision 1.1 - (hide annotations) (download)
Wed May 31 21:30:36 2006 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
o adding input_ad
o various changes to adjoint setup compared to forward,
  some of which for initial testing

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 21.0 , 20.0 , 19.0 , 18.0 , 17.0 ,
8     16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
9     12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
10     5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
11     1.5 , 1.1 , 0.8 , 0.6, 0.6,
12     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13     34.90, 34.86, 34.78, 34.69, 34.60,
14     34.58, 34.62, 34.68, 34.72, 34.73,
15     34.74, 34.73, 34.73, 34.72, 34.72,
16     34.73, 34.73, 34.74, 34.74, 34.75,
17     viscAr= 1.77e-5
18     no_slip_sides=.TRUE.,
19     no_slip_bottom=.TRUE.,
20     diffKhT=0.,
21     diffK4T=0.,
22     diffKrT=1.51e-5
23     diffKhS=0.,
24     diffK4S=0.,
25     diffKrS=1.51e-5
26     tAlpha=2.E-4,
27     sBeta =7.4E-4,
28     gravity=9.81,
29     eosType='JMD95Z',
30     readBinaryPrec=32,
31     writeBinaryPrec=32,
32     useSingleCpuIO=.TRUE.
33     globalfiles=.FALSE.
34     hFacMinDr=50.,
35     hFacMin=0.3,
36     #ph(
37     # hFacInf=0.1,
38     # hFacSup=5.,
39     # z* - begin
40     # select_rStar=2,
41     # nonlinFreeSurf=4,
42     # * - end
43     #ph)
44     implicitDiffusion=.true.,
45     implicitViscosity=.true.,
46     allowFreezing=.false.,
47     viscA4 = 0.,
48     viscA4Grid = 2e-3,
49     viscAh = 0.,
50     bottomDragQuadratic = 0.002,
51     tempAdvScheme=30
52     saltAdvScheme=30
53     StaggerTimeStep=.true.
54     multiDimAdvection=.FALSE.
55     vectorInvariantMomentum=.TRUE.,
56     rigidLid=.FALSE.,
57     implicitFreeSurface=.TRUE.,
58     exactConserv=.TRUE.,
59     debuglevel=1
60     &
61    
62     # Elliptic solver parameters
63     &PARM02
64     cg2dMaxIters=300,
65     cg2dTargetResidual=1.E-10,
66     &
67    
68     # Time stepping parameters
69     &PARM03
70     startTime=0.0,
71     endTime=864000.,
72     abEps=0.1,
73     deltaT=2400.0,
74     cAdjFreq=0.,
75     pChkptFreq=31536000.,
76     chkptFreq= 31536000.,
77     dumpfreq=86400.,
78     monitorFreq=86400.,
79     tauSaltClimRelax = 15552000.,
80     forcing_In_AB = .FALSE.
81     &
82    
83     # Gridding parameters
84     &PARM04
85     usingCartesianGrid=.FALSE.,
86     usingSphericalPolarGrid=.FALSE.,
87     usingCurvilinearGrid=.TRUE.,
88     delX=130*0.35979,
89     delY=102*0.35979,
90     delR= 1.000000e+01, 1.000000e+01, 1.000000e+01, 1.000000e+01,
91     1.000000e+01, 1.143000e+01, 1.850000e+01, 2.747000e+01,
92     3.883000e+01, 5.283000e+01, 7.000000e+01, 9.050000e+01,
93     1.147300e+02, 1.428300e+02, 1.749300e+02, 2.108700e+02,
94     2.503300e+02, 2.929000e+02, 3.418300e+02, 4.018300e+02,
95     4.651700e+02, 5.335000e+02, 6.093300e+02, 6.901700e+02,
96     7.885000e+02,
97     phimin=-19.78818,
98     thetamin=-22.66646,
99     rSphere = 6371.D3
100     &
101    
102     # Input datasets
103     &PARM05
104     bathyFile = 'topog.bin_130_102',
105     hydrogThetaFile = 'theta.bin_130_102',
106     hydrogSaltFile = 'salt.bin_130_102',
107     &

  ViewVC Help
Powered by ViewVC 1.1.22