# HG changeset patch # User ecology # Date 1753436665 0 # Node ID 7b7555bbde84f62ca0546677641fdb9ba88be8a1 # Parent ae8078d85fc38430850a4b2f04fe508a8a29363c planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean_data_view_manager commit 9439bd5028eacdaaaff42dd2e095cb6ddc5af56e diff -r ae8078d85fc3 -r 7b7555bbde84 bgc_calib.xml --- a/bgc_calib.xml Mon Jul 21 15:55:05 2025 +0000 +++ b/bgc_calib.xml Fri Jul 25 09:44:25 2025 +0000 @@ -1,11 +1,11 @@ for sensors according to Argo recommendations - 1.0 + 2.1 2 - easyqcvbgc/easy-qcv_calibration-methods_tool:@VERSION@ + easyqcvbgc/easy-qcv_calibration-methods_tool:cm@VERSION@ #if $config.type == 'yes': - #for $i, $file in enumerate($config.section_config): - default : - file_name_list_raw: - #for $i, $infile in enumerate($input_raw): - #set real_name = $infile.element_identifier - #set extension = $real_name.split('.')[-1] - #if $extension == 'nc': - #set name_raw='${infile.element_identifier}' - #else: - #set name_raw='${infile.element_identifier}.nc' - #end if - - ${name_raw} + default : + file_name_list_raw: + #for $infile in $input_raw: + #set real_name = $infile.element_identifier + #set extension = $real_name.split('.')[-1] + #if $extension == 'nc': + - ${infile.element_identifier} + #else + - ${infile.element_identifier}.nc + #end if + #end for + param : nitrate + param_qc : + bad : ${param_qc_bad} + to_be_replaced : ${param_qc_toreplaced} + replaced_by : ${param_qc_replacedby} + #if $dmfiller.dmfiller_value == 'yes': + dmfiller : + active : TRUE + mandating_institution : ${dmfiller.mandating_institution} + dm_operator : + name : ${dmfiller.dm_operator_name} + orcid : ${dmfiller.orcid} + institution : ${dmfiller.institution} + contact_point : + name : ${dmfiller.contact_point} + orcid : ${dmfiller.orcid_contact} + institution : ${dmfiller.institution_contact} + file_name_list_history : + #if $dmfiller.input_histo + #for $infile in $dmfiller.input_histo: + - ${infile.element_identifier} #end for - param : nitrate - param_qc : - bad : '${param_qc_bad}' - to_be_replaced : '${param_qc_toreplaced}' - replaced_by : '${param_qc_replacedby}' - calib_configs : - - number : '${i}' - method_raw : - name : method1 - options : - bypass_P : '${file.bypass.p_value}' - P : '${file.bypass.p_value}' - multiple_linear_regression : '${file.regression.reg_value}' - single_favored : '${file.favored}' - method_ref : - name : '${file.method_ref.method_ref_name}' - reference : - name : '${file.method_ref.reference}' - #if '${file.method_ref.reference}' == 'woa': - resolution : '${file.method_ref.resolution}' - #end if - #end for + #end if + #else: + dmfiller : + active : FALSE + #end if + calib_configs : + #set number = 1 + #for $i, $file in enumerate($config.section_config): + #set number = $number + $i + - number : ${number} + method_raw : + name : method1 + options : + bypass_P : ${file.bypass.bypass_value} + P : ${file.bypass.p_value} + multiple_linear_regression : ${file.regression.reg_value} + #if $file.favored == 'false:' + single_favored : FALSE + #else + single_favored : TRUE + #end if + method_ref : + name : ${file.method_ref.method_ref_name} + reference : + name : ${file.method_ref.reference} + #if $file.method_ref.reference == 'woa': + resolution : ${file.method_ref.resolution} + #end if + #end for #end if @@ -87,14 +137,6 @@ - @@ -167,27 +209,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + - + + + + @@ -207,6 +305,8 @@ + + ` +NITRATE using methods published in `archimer ` **Input description** @@ -238,16 +338,23 @@ If the list of raw file name is empty, the tool stops If the user makes an error in the file extension, tool changes it by itself. If the user misses the yaml configuration, tool uses its default config and upload available files in data-in-raw -compatibility matrix +compatibility matrix : -- variable / application mode / [method_raw.name, method_ref.name, reference] -- nitrate / R_APP_CN / [method1, model, canyon_b] & [method1, model, canyon_med] & [method1, clim, woa] + - variable / application mode / [method_raw.name, method_ref.name, reference] + - nitrate / R_APP_CN / [method1, model, canyon_b] & [method1, model, canyon_med] & [method1, clim, woa] + **Output** - an extended nc file including the _adjusted and _adjusted_qc - figures helping to understand the adjustment +The folder where to write the ODV generic spreadsheet. the output folder is organized like this : + - /_C- + - /figures + - _C-.nc + - /BDfiles_from__C-.tar.gz (when dmfiller=true) + ]]>