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) = 'month', |
11 |
# gencost_preproc(1,1)='clim', |
12 |
gencost_barfile(1) = 'm_theta_mon', |
13 |
gencost_datafile(1) = 'some_T_atlas.bin', |
14 |
gencost_errfile(1) = 'some_T_sigma.bin', |
15 |
gencost_name(1) = 'thetaatlas', |
16 |
gencost_spmin(1) = -1.8, |
17 |
gencost_spmax(1) = 40., |
18 |
gencost_spzero(1) = 0., |
19 |
# note: the gencost_is3d specification is no more needed |
20 |
gencost_is3d(1)=.TRUE., |
21 |
gencost_outputlevel(1)=1, |
22 |
mult_gencost(1) = 1., |
23 |
# |
24 |
gencost_avgperiod(2) = 'month', |
25 |
# gencost_preproc(1,2)='clim', |
26 |
gencost_barfile(2) = 'm_salt_mon', |
27 |
gencost_datafile(2) = 'some_S_atlas.bin', |
28 |
gencost_errfile(2) = 'some_S_sigma.bin', |
29 |
gencost_name(2) = 'saltatlas', |
30 |
gencost_spmin(2) = 25., |
31 |
gencost_spmax(2) = 40., |
32 |
gencost_spzero(2) = 0., |
33 |
# note: the gencost_is3d specification is no more needed |
34 |
gencost_is3d(2)=.TRUE., |
35 |
gencost_outputlevel(2)=1, |
36 |
mult_gencost(2) = 1., |
37 |
& |
38 |
# |