Contains a reference for values in the history_test
column of
argo_prof_history()
and argo_traj_history()
.
argo_reference_history_step
An object of class tbl_df
(inherits from tbl
, data.frame
) with 9 rows and 2 columns.
Argo User's Manual, November 2019. doi: 10.13155/29825
library(dplyr, warn.conflicts = FALSE)
with_argo_example_cache({
argo_prof_history(
"dac/csio/2902746/profiles/BR2902746_001.nc",
vars = "history_step"
) %>%
left_join(argo_reference_history_step, by = "history_step")
})
#> Extracting from 1 file
#> # A tibble: 4 × 5
#> file n_prof n_history history_step history_step_description
#> <chr> <int> <int> <chr> <chr>
#> 1 csio/2902746/p… 1 1 "ARFM" Convert raw data from telecommu…
#> 2 csio/2902746/p… 1 2 "ARCA" Calibration has been performed
#> 3 csio/2902746/p… 1 3 "ARGQ" Automatic QC of data reported i…
#> 4 csio/2902746/p… 1 4 "" NA
argo_reference_history_step
#> # A tibble: 9 × 2
#> history_step history_step_description
#> <chr> <chr>
#> 1 ARFM Convert raw data from telecommunications system to a processing …
#> 2 ARGQ Automatic QC of data reported in real-time has been performed
#> 3 IGO3 Checking for duplicates has been performed
#> 4 ARSQ Delayed mode QC has been performed
#> 5 ARCA Calibration has been performed
#> 6 ARUP Real-time data have been archived locally and sent to GDACs
#> 7 ARDU Delayed mode data have been archived locally and sent to GDACs
#> 8 RFMT Reformat software to convert hexadecimal format reported by the …
#> 9 COOA Coriolis objective analysis performed