You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,17 +158,11 @@ This tool present two type of actions :
157
158
158
159
- file_name_raw : nc file to be qualified
159
160
- file_name_ref : nc file used for validation / comparison. noted NULL if no files
160
-
- odv_collection$qc_convention : tool makes mapping when its necessary and when global attribute qc_convention is available and filled in file_name_raw
161
-
- tool_option$subsetting : 1 apply a subbsetting to ref data searching the smallest box (default) / 0 no subsetting / -1 apply an inverse subseting
162
-
- tool_option$plt : figure option to see the subseted box (0 or 1) - default name subset_box.png
163
-
164
-
with default values different from NULL :
165
-
166
-
- odv_collection$name : odv_collection.txt
167
-
- odv_collection$qc_convention : ARGO
168
-
- tool_action :
169
-
- tool_option$subsetting :
170
-
- tool_option$plt :
161
+
- operator : (optional) name of the person working on dataset qualification / validation
162
+
- odv_collection$name : name of the odv collection created by the tool (by default = odv_collection.txt)
163
+
- odv_collection$qc_convention : tool makes mapping when its necessary and when global attribute qc_convention is available and filled in file_name_raw (by default = ARGO)
164
+
- tool_option$subsetting : 1 apply a subsetting to ref data searching the smallest box (by default) / 0 no subsetting / -1 apply an inverse subsetting
165
+
- tool_option$plt : figure option to see the subsetted box (0 - by default - or 1) - default name *subset_box.png*
171
166
172
167
If the list of raw file name is empty, tool stops If the user make an error in the file extension, tool changes it by itself. If the user miss the yaml configuration, tool uses its default config and upload file in data-in-raw and data-in-ref
<paramname="input_raw"type="data"format="netcdf"multiple="true"label="Input netcdf data"help="This netcdf should come from the QCV harmonizer tool"/>
81
+
<paramname="input_raw"type="data"format="netcdf"multiple="true"label="Input netcdf data"help="This netcdf should come from the QCV harmonizer tool or the BioGeoChemical calibration tool "/>
82
82
<paramname="input_hist"type="data"format="txt"multiple="true"label="Input history text file"help="This text file should be the history extracted from the Ocean Data View (ODV) tool"/>
83
83
<paramname="input_odv"type="data"format="txt"multiple="true"optional="true"label="Input odv file"help="This ODV file should be the odv_collection.txt from the ODV collection manager tool."/>
84
84
<conditionalname="config">
@@ -120,9 +120,12 @@
120
120
<collectiontype="list"name="csv_files"label="ODV history manager csv collection">
- history : the tool report in the input file the ODV history including the change of QC flag
160
+
This tool reports in the input file (a netcdf from the QCV harmonizer tool or the BioGeoChemical calibration tool) the ODV history including the change of QC flag.
157
161
158
162
**Input description**
159
163
160
-
file_name_raw : nc file to be qualified
164
+
file_name_raw : nc file to be qualified, this netcdf should come from the QCV harmonizer tool or from the BioGeoChemical calibration tool
161
165
file_name_history : history txt file extracted from ODV (manualy or automatically)
162
166
odv_collection$name : name of the odv collection view with webODV and updated
163
167
odv_collection$qc_convention : tool makes mapping when its necessary and when global attribute qc_convention is available and filled in file_name_raw
0 commit comments