Warning, /verification/lab_sea/input_ad/data.ecco is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 75c5b64b on 2021-11-03 02:00:03 UTC
83fe077e76 Patr*0001 # ******************
0002 # ECCO cost function
0003 # ******************
0004 &ECCO_COST_NML
0005 cost_iprec = 64,
0006 &
75c5b64bda Jean*0007
11c3150c71 Mart*0008 &ECCO_GENCOST_NML
0009 gencost_avgperiod(1) = 'month',
0010 gencost_barfile(1) = 'm_theta_month',
0011 gencost_datafile(1) = 'labsea_Lev.ptmp',
0012 gencost_errfile(1) = 'sigma_theta.bin',
0013 gencost_name(1) = 'theta',
0014 gencost_spmin(1) = -1.8,
0015 gencost_spmax(1) = 40.,
0016 gencost_spzero(1) = 0.,
0017 gencost_outputlevel(1)=1,
0018 mult_gencost(1) = 1.,
0019 #
0020 gencost_avgperiod(2) = 'month',
0021 gencost_barfile(2) = 'm_salt_month',
0022 gencost_datafile(2) = 'labsea_Lev.salt',
0023 gencost_errfile(2) = 'sigma_salt.bin',
0024 gencost_name(2) = 'salt',
0025 gencost_spmin(2) = 25.,
0026 gencost_spmax(2) = 40.,
0027 gencost_spzero(2) = 0.,
0028 gencost_outputlevel(2)=1,
0029 mult_gencost(2) = 1.,
0030 #
0031 gencost_avgperiod(3) = 'month',
0032 gencost_barfile(3) = 'm_sst_month',
0033 gencost_datafile(3) = 'labsea_SST_fields',
0034 gencost_errfile(3) = 'sigma_sst.bin',
0035 gencost_name(3) = 'sst',
0036 gencost_startdate1(3) = 19790101,
0037 gencost_startdate2(3) = 00000,
0038 gencost_spmin(3) = -1.8,
0039 gencost_spmax(3) = 40.,
0040 gencost_spzero(3) = 0.,
0041 gencost_outputlevel(3)=1,
0042 mult_gencost(3) = 1.,
0043 #
0044 gencost_avgperiod(4) = 'month',
0045 gencost_barfile(4) = 'm_eta_month',
0046 gencost_preproc(1,4) = 'mean',
0047 gencost_preproc(2,4) = 'offset',
0048 gencost_preproc(3,4) = 'mindepth',
0049 gencost_preproc_r(3,4) = -200.,
0050 gencost_datafile(4) = 'labsea_TP_mean_meters',
0051 gencost_errfile(4) = 'ones_64b.bin',
0052 gencost_name(4) = 'mdt',
0053 gencost_startdate1(4) = 19790101,
0054 gencost_startdate2(4) = 000000,
0055 gencost_spmin(4) = -4.,
0056 gencost_spmax(4) = 4.,
0057 gencost_spzero(4) = -9999.0,
0058 gencost_outputlevel(4)=5,
0059 mult_gencost(4) = 1.,
0060 &