/[MITgcm]/MITgcm_contrib/atnguyen/llc_270/aste_270x450x180/input_ad/data.ecco
ViewVC logotype

Annotation of /MITgcm_contrib/atnguyen/llc_270/aste_270x450x180/input_ad/data.ecco

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


Revision 1.4 - (hide annotations) (download)
Fri May 23 22:55:58 2014 UTC (11 years, 2 months ago) by atn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -3 lines
prep for 10yr ad run

1 atn 1.1 #
2     #
3     # ******************
4     # ECCO cost function
5     # ******************
6     #
7     &ECCO_COST_NML
8     #
9     data_errfile = 'data.err',
10     tbarfile = 'tbar',
11     sbarfile = 'sbar',
12     psbarfile = 'psbar',
13     ubarfile = 'ubar',
14     vbarfile = 'vbar',
15     hfluxmeanbarfile = 'hfluxmeanbar',
16     sfluxmeanbarfile = 'sfluxmeanbar',
17     #
18     #initial condition:
19     temp0errfile = 'input_sigma/sigma_T_mad_feb2013_mod01DpClim_llc270m9Eb.bin',
20     salt0errfile = 'input_sigma/sigma_S_mad_feb2013_mod01DpClim_llc270m9Eb.bin',
21     #
22     diffkr_errfile = 'input_sigma/sigma_diffkr_basin_v1m9Eb.bin',
23     #
24 atn 1.2 atemp_errfile = 'input_sigma/Tair_Ev2linearcapsmm9Eb_MezenB.bin',
25     aqh_errfile = 'input_sigma/Qair_Ev2linearcapsmm9Eb_MezenB.bin',
26 atn 1.3 # tauu_errfile = 'input_sigma/Ustr_Ev2linearcapsmm9Eb_MezenB.bin',
27     # tauv_errfile = 'input_sigma/Vstr_Ev2linearcapsmm9Eb_MezenB.bin',
28     uwind_errfile = 'input_sigma/Uwind_Ev2linearcapsmm9Eb_MezenB.bin',
29     vwind_errfile = 'input_sigma/Vwind_Ev2linearcapsmm9Eb_MezenB.bin',
30 atn 1.2 precip_errfile = 'input_sigma/Rain_Ev2linearcapsmm9Eb_MezenB.bin',
31     swdown_errfile = 'input_sigma/SwDn_Ev2linearcapsmm9Eb_MezenB.bin',
32     lwdown_errfile = 'input_sigma/LwDn_Ev2linearcapsmm9Eb_MezenB.bin',
33 atn 1.1 #
34     whflux0 = 20.0,
35     wsflux0 = 3.0E-8,
36     wtau0 = 5.0E-3,
37     #
38     watemp0 = 0.029,
39     waqh0 = 0.3E-3,
40     wprecip0 = 2.8E-9,
41     wswflux0 = 15.0,
42     wswdown0 = 17.0,
43     wlwdown0 = 6.5,
44     wwind0 = 1.0,
45     #
46     wkapgm0 = 5.0E3,
47     wkapredi0 = 5.0E3,
48     wdiffkr0 = 1.0E-4,
49     wedtau0 = 1.0E0,
50     wbottomdrag0 = 1.0E-5,
51     #
52     wmean_hflux = 60.0,
53     wmean_sflux = 3.2E-8,
54     wmean_tau = 0.2,
55     #
56     wmean_atemp = 8.0,
57     wmean_aqh = 4.0E-3,
58     wmean_precip = 9.0E-8,
59     wmean_swflux = 90.0,
60     wmean_swdown = 90.0,
61     wmean_wind = 8.0,
62     #
63 atn 1.4 mult_temp0 = 0.1,
64     mult_salt0 = 0.1,
65 atn 1.1 #
66     mult_hflux = 1.,
67     mult_sflux = 1.,
68 atn 1.3 # mult_tauu = 1.,
69     # mult_tauv = 1.,
70 atn 1.1 #
71     mult_atemp = 1.,
72     mult_aqh = 1.,
73     mult_uwind = 1.,
74     mult_vwind = 1.,
75     mult_precip = 1.,
76     mult_swflux = 1.,
77     mult_swdown = 1.,
78     mult_lwflux = 1.,
79 atn 1.4 mult_lwdown = 0.1,
80 atn 1.1 #
81     mult_kapgm = 1.,
82     mult_kapredi = 1.,
83     mult_diffkr = 1.,
84     mult_edtau = 1.,
85     mult_bottomdrag = 1.,
86     #
87 atn 1.2 tdatfile = 'WOA09v2_Tclim_llc270_nanArctic.bin',
88     sdatfile = 'WOA09v2_Sclim_llc270_nanArctic.bin',
89 atn 1.1 temperrfile = 'input_sigma/sigma_T_mad_feb2013_mod01DpClim_llc270m9Eb.bin',
90     salterrfile = 'input_sigma/sigma_S_mad_feb2013_mod01DpClim_llc270m9Eb.bin',
91 atn 1.2 mult_temp = 0.1,
92     mult_salt = 0.1,
93 atn 1.1 #
94     #cost_sst is called ONLY when both mo reynolds and tmi exist
95     #thus either not compile w/ tmi if no overlap in runtime, or
96     #make fake files for mo tmi and change mo tmi starting date
97     sststartdate1 = 19920101,
98     sststartdate2 = 00000,
99     sstdatfile = 'input_sst_reynolds/ReynoldsNoIce_monthly_llc270',
100     # If run overlap with TMI, compile with COST_TMI_SST on, else
101     # either turn off or make fake files filled w/ -9999.
102     # The later is done for now. so change starting date to 1992:
103     # tmistartdate1 = 19980101,
104     tmistartdate1 = 19920101,
105     tmistartdate2 = 00000,
106     tmidatfile = 'input_sst_remss/tmi_amsre_oisst_r1',
107     ssterrfile = 'input_sigma/sigma_half_llc270m9Eb.bin',
108     mult_sst = 1.,
109     mult_tmi = 1.,
110     #
111     # note MDT in cm
112     # pavlis and ecco/rio
113     # tpmean_y0=1993
114     # tpmean_y1=2004
115     mdtdatfile = 'input_mdt/mdt_pak09.bin',
116     mdtstartdate1 = 19930101,
117     mdtstartdate2 = 00000,
118     mdtenddate1 = 20041231,
119     mdtenddate2 = 00000,
120     # this errfile below is not used, in gencost now, BUT must be defined
121     geoid_errfile = 'input_sigma/sigma_mdt.bin',
122     #
123     using_topex = .TRUE.,
124     topexstartdate1 = 19920101,
125     topexstartdate2 = 00000,
126     topexperiod = 86400.0,
127     topexfile = 'input_rads/RADS_TJ_llc270_noice',
128     # this errfile below is not used, in gencost now, BUT must be defined
129     tp_errfile = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
130     #
131     using_ers = .TRUE.,
132     ersstartdate1 = 19920101,
133     ersstartdate2 = 00000,
134     ersperiod = 86400.0,
135     ersfile = 'input_rads/RADS_ERS_ENV_llc270_noice',
136     # this errfile below is not used, in gencost now, BUT must be defined
137     ers_errfile = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
138     #
139     using_gfo = .TRUE.,
140     gfostartdate1 = 19920101,
141     gfostartdate2 = 00000,
142     gfoperiod = 86400.0,
143     gfofile = 'input_rads/RADS_GFO_llc270_noice',
144     # this errfile below is not used, in gencost now, BUT must be defined
145     gfo_errfile = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
146     #
147     ## mult_tp = 1.,
148     ## mult_ers = 1.,
149     ## mult_gfo = 1.,
150     ## mult_sshv4cost = 1.,
151     #
152     cost_iprec = 32,
153     cost_yftype = 'RL',
154     #
155     /
156     #
157     &ECCO_GENCOST_NML
158     #
159 atn 1.2 # gencost_avgperiod(1) = 'month',
160     # gencost_datafile(1) = 'input_nsidc_all/NSIDC0079_v2_monthly',
161     # gencost_errfile(1) = 'input_sigma/capmax_sigma_NSIDC0079_v2Cm9Eb.bin',
162     gencost_avgperiod(1) = 'day',
163 atn 1.1 gencost_barfile(1) = 'gbar_area',
164 atn 1.2 gencost_datafile(1) = 'input_icon_reproc/ICECONC_v1p1r1_daily',
165     gencost_errfile(1) = 'input_icon_reproc/ICECONCerr_v1p1_dailym9Eb',
166 atn 1.1 gencost_name(1) = 'siv4-conc',
167     gencost_spmin(1) = -999.,
168     gencost_spmax(1) = 999.,
169     gencost_spzero(1) = -9999.,
170     mult_gencost(1) = 1.,
171 atn 1.2 gencost_timevaryweight(1) = .TRUE.,
172 atn 1.1 ##
173 atn 1.2 gencost_avgperiod(2) = 'day',
174     gencost_barfile(2) = 'gbar_deconc',
175     gencost_name(2) = 'siv4-deconc',
176     mult_gencost(2) = 1.0,
177     gencost_datafile(2) = 'input_icon_reproc/ICECONC_v1p1r1_daily',
178 atn 1.1 gencost_spmin(2) = -999.,
179     gencost_spmax(2) = 999.,
180     gencost_spzero(2) = -9999.,
181     ##
182 atn 1.2 gencost_avgperiod(3) = 'day',
183     gencost_barfile(3) = 'gbar_exconc',
184     gencost_name(3) = 'siv4-exconc',
185     mult_gencost(3) = 1.0,
186     gencost_datafile(3) = 'input_icon_reproc/ICECONC_v1p1r1_daily',
187 atn 1.1 gencost_spmin(3) = -999.,
188     gencost_spmax(3) = 999.,
189     gencost_spzero(3) = -9999.,
190     ##
191     #note gencost on sst doesn't have date check, so code always
192     #looks for data from start date period of sst&tmi, so need
193     #to make fake files if want reynolds starting in 1992, and the
194     #rest starting 1998 or 2002
195     gencost_errfile(4) = 'input_sigma/sigma_half_llc270m9Eb.bin',
196     gencost_name(4) = 'sstv4-amsre-lsc',
197     gencost_scalefile(4) = 'input_rads/sshv4_scale_9points.bin',
198     mult_gencost(4) = 1.,
199 atn 1.2 #
200 atn 1.1 gencost_errfile(5) = 'input_sigma/sigma_half_llc270m9Eb.bin',
201     gencost_name(5) = 'sstv4-amsre',
202     gencost_datafile(5) = 'input_sst/TMI_AMSRE_sst_daily_llc270aste',
203     mult_gencost(5) = 1.,
204     #
205     gencost_errfile(11) = 'input_sigma/sigma_mdt.bin',
206     gencost_name(11) = 'sshv4-mdt',
207     gencost_scalefile(11) = 'input_rads/sshv4_scale_4p5points.bin',
208     mult_gencost(11) = 1.,
209 atn 1.2 gencost_smooth2Ddiffnbt(11) = 1000,
210     #
211 atn 1.1 gencost_errfile(12) = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
212     gencost_name(12) = 'sshv4-tp',
213     mult_gencost(12) = 1.,
214 atn 1.2 gencost_smooth2Ddiffnbt(12) = 1000,
215     #
216 atn 1.1 gencost_errfile(13) = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
217     gencost_name(13) = 'sshv4-ers',
218     mult_gencost(13) = 1.,
219 atn 1.2 gencost_smooth2Ddiffnbt(13) = 1000,
220     #
221 atn 1.1 gencost_errfile(14) = 'input_err/slaerr_gridscale_r2_llc270Am9Eb.err',
222     gencost_name(14) = 'sshv4-gfo',
223     mult_gencost(14) = 1.,
224 atn 1.2 gencost_smooth2Ddiffnbt(14) = 1000,
225     #
226 atn 1.1 gencost_errfile(15) = 'input_err/slaerr_largescale_r2_llc270Am9Eb.err',
227     gencost_name(15) = 'sshv4-lsc',
228     gencost_scalefile(15) = 'input_rads/sshv4_scale_9points.bin',
229     mult_gencost(15) = 1.,
230 atn 1.2 gencost_smooth2Ddiffnbt(15) = 1000,
231 atn 1.1 #
232     /

  ViewVC Help
Powered by ViewVC 1.1.22