1 |
# |
2 |
# |
3 |
# ****************** |
4 |
# ECCO cost function |
5 |
# ****************** |
6 |
&ECCO_COST_NML |
7 |
data_errfile = 'data.err', |
8 |
tbarfile = 'tbar', |
9 |
sbarfile = 'sbar', |
10 |
psbarfile = 'psbar', |
11 |
ubarfile = 'ubar', |
12 |
vbarfile = 'vbar', |
13 |
hfluxbarfile = 'hfluxbar', |
14 |
sfluxbarfile = 'sfluxbar', |
15 |
# |
16 |
using_topex = .TRUE., |
17 |
topexstartdate1 = 19920101, |
18 |
topexstartdate2 = 30000, |
19 |
topexperiod = 86400.0, |
20 |
# topexfile = 'mit9yrmn_TPJ_daily_anom', |
21 |
# topexmeanfile = 'mit9yrmn_TP_mean_s', |
22 |
topexfile = 'PODAAC_TPJ_daily_anom_r2', |
23 |
# topexmeanfile = 'PODAAC_TPJ_mean_s_r1_11yr', |
24 |
topexmeanfile = 'GGM02_DOT_col6', |
25 |
#HU! check geoid_errfile!!! |
26 |
# |
27 |
using_ers = .TRUE., |
28 |
ersstartdate1 = 19920101, |
29 |
ersstartdate2 = 30000, |
30 |
ersperiod = 86400.0, |
31 |
ersfile = 'ERS_ENVISAT_daily_r4', |
32 |
ssh_errfile = 'ssh_s.err', |
33 |
# |
34 |
scatxdatfile = 'QSCAT_ustr_r1', |
35 |
scatydatfile = 'QSCAT_vstr_r1', |
36 |
scatstartdate1 = 19920101, |
37 |
scatstartdate2 = 30000, |
38 |
scatperiod = 2629800, |
39 |
# |
40 |
sststartdate1 = 19920101, |
41 |
sststartdate2 = 30000, |
42 |
sstdatfile = 'SST_monthly', |
43 |
# |
44 |
tmistartdate1 = 19980101, |
45 |
tmistartdate2 = 30000, |
46 |
tmidatfile = 'TMI_monthly', |
47 |
# |
48 |
sssstartdate1 = 19920101, |
49 |
sssstartdate2 = 30000, |
50 |
sssdatfile = 'SSS_tsg_1x1_monthly', |
51 |
# |
52 |
## tdatfile = 'lev01_monthly_ptmp.bin_corK', |
53 |
## sdatfile = 'lev01_monthly_salt.bin_corK', |
54 |
## tdatfile = 'lev_monthly_temp_fl.bin', |
55 |
## sdatfile = 'lev_monthly_salt_fl.bin', |
56 |
## tdatfile = 'LEVITUS_1x1_ptmp_NEW_corK', |
57 |
## sdatfile = 'LEVITUS_1x1_salt_NEW_corK', |
58 |
## tdatfile = 'LEV_wghc_ptmp_corK', |
59 |
## sdatfile = 'LEV_wghc_salt_corK', |
60 |
## tdatfile = 'LEV_wghc_ptmp_r2', |
61 |
## sdatfile = 'LEV_wghc_salt_r2', |
62 |
## tdatfile = 'LEV_wghc_ptmp_r3', |
63 |
## sdatfile = 'LEV_wghc_salt_r3', |
64 |
tdatfile = 'LEV_wghc_ptmp_r4', |
65 |
sdatfile = 'LEV_wghc_salt_r4', |
66 |
# |
67 |
ctdtfile = 'ctdT', |
68 |
ctdsfile = 'ctdS', |
69 |
xbtfile = 'XBT_r1', |
70 |
argotfile = 'ARGO_T_r4', |
71 |
argosfile = 'ARGO_S_r4', |
72 |
# |
73 |
udriftfile = 'udrifter_1x1', |
74 |
vdriftfile = 'vdrifter_1x1', |
75 |
# |
76 |
udrifterrfile = 'udrifterror.err', |
77 |
vdrifterrfile = 'vdrifterror.err', |
78 |
# |
79 |
## temperrfile = 'lev01_clim_tmp_sd.bin', |
80 |
## salterrfile = 'lev01_clim_salt_sd.bin', |
81 |
temperrfile = 'insitu_estim_theta.err', |
82 |
salterrfile = 'insitu_estim_salt.err', |
83 |
# |
84 |
## hflux_errfile = 'NCEP_R6_turbflux_sd_1992-2003', |
85 |
## sflux_errfile = 'NCEP_R6_emp_sd_1992-2003', |
86 |
## tauu_errfile = 'NCEP_R6_ustr_anom_sd_1992-2003', |
87 |
## tauv_errfile = 'NCEP_R6_vstr_anom_sd_1992-2003', |
88 |
# hflux_errfile = 'totflux_s.err', |
89 |
# sflux_errfile = 'pme_s.err', |
90 |
# tauu_errfile = 'ustr_ncep_r-qscat_yr2000_s.err', |
91 |
# tauv_errfile = 'vstr_ncep_r-qscat_yr2000_s.err', |
92 |
# |
93 |
atemp_errfile = 'NCEP_R2day_tmp2m_sd_1992-2003', |
94 |
aqh_errfile = 'NCEP_R2day_spfh2m_sd_1992-2003', |
95 |
uwind_errfile = 'NCEP_R2day_u10m_sd_1992-2003', |
96 |
vwind_errfile = 'NCEP_R2day_v10m_sd_1992-2003', |
97 |
precip_errfile = 'NCEP_R2day_rain_sd_1992-2003', |
98 |
swflux_errfile = 'NCEP_R2day_sw_sd_1992-2003', |
99 |
swdown_errfile = 'NCEP_R2day_sw_sd_1992-2003', |
100 |
# |
101 |
whflux0 = 20.0, |
102 |
wsflux0 = 3.0E-8, |
103 |
wtau0 = 2.0E-2, |
104 |
watemp0 = 1.0, |
105 |
waqh0 = 0.5E-3, |
106 |
wprecip0 = 1.5E-8, |
107 |
wswflux0 = 15.0, |
108 |
wswdown0 = 15.0, |
109 |
wwind0 = 1.0, |
110 |
# |
111 |
wmean_hflux = 30.0, |
112 |
wmean_sflux = 1.6E-8, |
113 |
wmean_tau = 0.1, |
114 |
wmean_atemp = 4.0, |
115 |
wmean_aqh = 2.0E-3, |
116 |
wmean_precip = 6.0E-8, |
117 |
wmean_swflux = 60.0, |
118 |
wmean_swdown = 60.0, |
119 |
wmean_wind = 4.0, |
120 |
# |
121 |
scatx_errfile = 'ustr_ncep_r-qscat_yr2000_s.err', |
122 |
scaty_errfile = 'vstr_ncep_r-qscat_yr2000_s.err', |
123 |
# |
124 |
# geoid_errfile = 'geoid_s.err', |
125 |
# geoid_errfile = '4.5cm.err', |
126 |
# geoid_errfile = 'TPJ_GRACE.err', |
127 |
geoid_errfile = 'TPJ_GRACE_r4.err', |
128 |
### geoid_covariancefile = 'egm96_1x1.pinv', |
129 |
mult_hflux = 1., |
130 |
mult_sflux = 1., |
131 |
mult_tauu = 1., |
132 |
mult_tauv = 1., |
133 |
# |
134 |
mult_atemp = 1., |
135 |
mult_aqh = 1., |
136 |
mult_uwind = 1., |
137 |
mult_vwind = 1., |
138 |
mult_precip = 1., |
139 |
mult_swflux = 1., |
140 |
mult_swdown = 1., |
141 |
# |
142 |
mult_hmean = 1., |
143 |
mult_h = 1., |
144 |
mult_temp = 1., |
145 |
mult_salt = 1., |
146 |
mult_temp0 = 1., |
147 |
mult_salt0 = 1., |
148 |
mult_sst = 1., |
149 |
mult_sss = 1., |
150 |
mult_tmi = 1., |
151 |
mult_ctdt = 1., |
152 |
mult_ctds = 1., |
153 |
mult_xbt = 1., |
154 |
mult_argot = 1., |
155 |
mult_argos = 1., |
156 |
mult_drift = 1., |
157 |
mult_tdrift = 1., |
158 |
mult_sdrift = 1., |
159 |
mult_wdrift = 1., |
160 |
mult_scatx = 1., |
161 |
mult_scaty = 1., |
162 |
# |
163 |
cost_iprec = 32, |
164 |
cost_yftype = 'RL', |
165 |
& |