Warning, /verification/1D_ocean_ice_column/input_ad/data.ecco is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 11c3150c on 2021-10-18 18:00:35 UTC
8f749e3979 Ian *0001 #
0002 #
0003 # ******************
0004 # ECCO cost function
0005 # ******************
0006 &ECCO_COST_NML
11c3150c71 Mart*0007 &
8f749e3979 Ian *0008
11c3150c71 Mart*0009 &ECCO_GENCOST_NML
8f749e3979 Ian *0010 #
11c3150c71 Mart*0011 gencost_avgperiod(1) = 'month',
0012 gencost_barfile(1) = 'm_theta_month',
0013 gencost_datafile(1) = 't_ref_1x1x23x13',
0014 gencost_errfile(1) = 't.err',
0015 gencost_name(1) = 'theta',
0016 gencost_spmin(1) = -1.8,
0017 gencost_spmax(1) = 40.,
0018 gencost_spzero(1) = 0.,
0019 gencost_outputlevel(1)=1,
0020 mult_gencost(1) = 0.,
8f749e3979 Ian *0021 #
11c3150c71 Mart*0022 gencost_avgperiod(2) = 'month',
0023 gencost_barfile(2) = 'm_salt_month',
0024 gencost_datafile(2) = 's_ref_1x1x23x13',
0025 gencost_errfile(2) = 's.err',
0026 gencost_name(2) = 'salt',
0027 gencost_spmin(2) = 25.,
0028 gencost_spmax(2) = 40.,
0029 gencost_spzero(2) = 0.,
0030 gencost_outputlevel(2)=1,
0031 mult_gencost(2) = 0.,
8f749e3979 Ian *0032 #
0033 &