1 |
# ******************* |
2 |
# ECCO cost functions |
3 |
# ******************* |
4 |
&ECCO_COST_NML |
5 |
& |
6 |
# *************************** |
7 |
# ECCO generic cost functions |
8 |
# *************************** |
9 |
&ECCO_GENCOST_NML |
10 |
gencost_avgperiod(1) = 'step', |
11 |
gencost_barfile(1) = 'm_boxmean_theta', |
12 |
gencost_mask(1) = 'south30_mask', |
13 |
gencost_name(1) = 'south30_mean_theta', |
14 |
gencost_outputlevel(1)=1, |
15 |
mult_gencost(1) = 1.D+07, |
16 |
# |
17 |
gencost_avgperiod(2) = 'step', |
18 |
gencost_barfile(2) = 'm_horflux_vol', |
19 |
gencost_mask(2) = 'north10_mask', |
20 |
gencost_name(2) = 'north10_flux_vol', |
21 |
gencost_outputlevel(2)=1, |
22 |
mult_gencost(2) = 1., |
23 |
# |
24 |
& |
25 |
# |