make_oce_table: Write cast data to an oce or rds file

View source: R/df_to_netcdf.R

make_oce_tableR Documentation

Write cast data to an oce or rds file

Description

Write cast data to an oce or rds file

Usage

make_oce_table(
  cast_files,
  precision = c(temperature = 4, conductivity = 6, salinity = 4, absolute_salinity = 4,
    sound_speed = 3, density = 3, pressure = 3, oxygen = 4, ph = 3, velocity = 3),
  output_file
)

Arguments

cast_files

Paths to accepted profiles.

precision

Precision to use for variables as a named numeric vector.

output_file

Output filepath for netCDF file.

Author(s)

Sean Rohan


sean-rohan-NOAA/gapctd documentation built on March 1, 2025, 9:27 a.m.