This is NetCDF file for real-time data for cycle 163 of Argo float 3901602, downloaded from
https://data-argo.ifremer.fr/dac/coriolis/3901602/profiles/R3901602_163.nc
on 2021 March 7.
Other raw datasets:
D4900785_048.nc
,
SD5903586_001.nc
,
SR2902204_131.nc
library(argoFloats)
a <- readProfiles(system.file("extdata", "R3901602_163.nc", package="argoFloats"))
summary(a)
#> argoFloats summary
#> ------------------
#>
#> * type: argos
#> * contains 1 objects
#> * Processing Log
#>
#> - 2024-04-17 12:22:27 UTC: `create 'argoFloats' object`
#> - 2024-04-17 12:22:27 UTC: `readProfiles(profiles = system.file("extdata", "R3901602_163.nc", package = "argoFloats"))`
summary(a[[1]])
#> Argo Summary
#> ------------
#>
#> * Source: "/Users/runner/work/_temp/Library/argoFloats/extdata/R3901602_163.nc"
#> * ID: "3901602"
#> * Feature type: "trajectoryProfile"
#> * Profiles: 0 delayed; 1 adjusted; 0 realtime
#> * Time: 2021-02-25 13:50:28
#> * Data Overview
#>
#> Min. Mean Max. Dim. NAs OriginalName
#> latitude [°N] 43.806 43.806 43.806 1 0 LATITUDE
#> longitude [°E] -58.751 -58.751 -58.751 1 0 LONGITUDE
#> pressure [dbar] 5.1 529.15 1749.9 76x1 0 PRES
#> pressureAdjusted [dbar] 5.3 529.35 1750.1 76x1 0 PRES_ADJUSTED
#> pressureAdjustedError [dbar] NA NA NA 76x1 76 PRES_ADJUSTED_ERROR
#> temperature [°C, ITS-90] 3.859 8.3181 13.685 76x1 0 TEMP
#> temperatureAdjusted [°C, ITS-90] 3.859 8.3181 13.685 76x1 0 TEMP_ADJUSTED
#> temperatureAdjustedError [°C, ITS-90] NA NA NA 76x1 76 TEMP_ADJUSTED_ERROR
#> salinity [PSS-78] 34.675 35.101 35.664 76x1 0 PSAL
#> salinityAdjusted [PSS-78] 34.675 35.101 35.664 76x1 0 PSAL_ADJUSTED
#> salinityAdjustedError [PSS-78] NA NA NA 76x1 76 PSAL_ADJUSTED_ERROR
#>
#> * Data-quality Flag Scheme
#>
#> name "argo"
#> mapping list(not_assessed=0, passed_all_tests=1, probably_good=2, probably_bad=3, bad=4, changed=5, not_used_6=6, not_used_7=7, estimated=8, missing=9)
#> default c(0, 3, 4, 6, 7, 9)
#>
#> * Data-quality Flags
#>
#> pressure: "1" 76
#> pressureAdjusted: "1" 76
#> temperature: "1" 76
#> temperatureAdjusted: "1" 76
#> salinity: "1" 76
#> salinityAdjusted: "1" 76
#>
#> * Processing Log
#>
#> - 2024-04-17 12:22:27 UTC: `create 'argo' object`
#> - 2024-04-17 12:22:27 UTC: `initializeFlagScheme(object, name="argo", mapping=list(not_assessed=0,passed_all_tests=1,probably_good=2,probably_bad=3,bad=4,changed=5,not_used_6=6,not_used_7=7,estimated=8,missing=9)), default=c(0,3,4,9))`
#> - 2024-04-17 12:22:27 UTC: `read.argo(file="/Users/runner/work/_temp/Library/argoFloats/extdata/R3901602_163.nc")`
#> - 2024-04-17 12:22:27 UTC: `override existing flagScheme to be mapping=list(not_assessed=0, passed_all_tests=1, probably_good=2, probably_bad=3, bad=4, changed=5, not_used_6=6, not_used_7=7, estimated=8, missing=9)), default=c(0, 3, 4, 9)`