/[MITgcm]/MITgcm_contrib/high_res_cube/cs510_adjoint/input_ad/data
ViewVC logotype

Annotation of /MITgcm_contrib/high_res_cube/cs510_adjoint/input_ad/data

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


Revision 1.1 - (hide annotations) (download)
Thu Sep 25 19:41:24 2008 UTC (16 years, 10 months ago) by heimbach
Branch: MAIN
Adding prototype ECCO2 CS510 adjoint state estimation config.

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
8     12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
9     sRef = 50*34.5,
10     viscAr=0.2e-4,
11     viscAh=2.e2,
12     diffKhT=1.E3,
13     diffK4T=0.,
14     diffKrT=1.e-4,
15     diffKhS=1.E3,
16     diffK4S=0.,
17     diffKrS=1.e-4,
18     no_slip_sides=.FALSE.,
19     no_slip_bottom=.TRUE.,
20     rhonil=1027.5,
21     rhoConstFresh=999.8,
22     eosType='JMD95Z',
23     ### hFacMinDr=50.,
24     ### hFacMin=0.3,
25     ### hFacInf=0.1,
26     ### hFacSup=5.,
27     ### select_rStar=2,
28     ### nonlinFreeSurf=4,
29     implicitDiffusion=.TRUE.,
30     implicitViscosity=.TRUE.,
31     # ivdc_kappa=100.,
32     ### viscC4Leith=1.5,
33     ### viscC4Leithd=1.5,
34     ### viscA4GridMax=0.5,
35     ### useAreaViscLength=.TRUE.,
36     ### sideDragFactor=0.,
37     ### highOrderVorticity = .TRUE.,
38     bottomDragQuadratic = 0.0021,
39     tempAdvScheme=30,
40     saltAdvScheme=30,
41     StaggerTimeStep=.TRUE.,
42     #ph(
43     multiDimAdvection=.FALSE.,
44     #ph)
45     vectorInvariantMomentum=.TRUE.,
46     implicitFreeSurface=.TRUE.,
47     exactConserv=.TRUE.,
48     debuglevel=1,
49     convertFW2Salt=-1
50     allowFreezing=.TRUE.,
51     ### useRealFreshWaterFlux=.TRUE.,
52     ### useSingleCPUio=.TRUE.,
53     ### globalFiles=.TRUE.,
54     &
55    
56     # Elliptic solver parameters
57     &PARM02
58     cg2dMaxIters=100,
59     cg2dTargetResidual=1.E-5,
60     &
61    
62     # Time stepping parameters
63     &PARM03
64     niter0=1,
65     # 2-day
66     ### endtime=172800.,
67     # 10-day
68     ### endtime=864000.,
69     # 30-day
70     endtime=2592000.,
71     ### endtime=31104000.,
72     abEps=0.1,
73     deltaT=1200.,
74     cAdjFreq =0.,
75     pChkptFreq =2592000.,
76     chkptFreq =2592000.,
77     monitorFreq=43200.,
78     ### adjmonitorFreq=21600.,
79     forcing_In_AB = .FALSE.,
80     ### dumpInitAndLast=.FALSE.,
81     ### pickupStrictlyMatch=.FALSE.,
82     &
83    
84     # Gridding parameters
85     &PARM04
86     usingCartesianGrid=.FALSE.,
87     usingSphericalPolarGrid=.FALSE.,
88     usingCurvilinearGrid=.TRUE.,
89     delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
90     10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
91     31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
92     93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
93     139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
94     341.50,364.50,387.50,410.50,433.50,456.50,
95     &
96    
97     # Input datasets
98     &PARM05
99     bathyFile = 'GEBCO_510x6x510_ver06_dig.bin',
100     hydrogThetaFile= 'WOA05_THETA_JAN_510x6x510x50.bin',
101     hydrogSaltFile = 'WOA05_SALT_JAN_510x6x510x50.bin',
102     diffKrFile = 'DIFFKR_2_20_1_lat6070_cube75',
103     &

  ViewVC Help
Powered by ViewVC 1.1.22