bs_build_navigator: Build data for Navigator

Description Usage Arguments Value Examples

View source: R/build-navigator.R

Description

For the purposes of Navigator, the BSRTO is treated as a single station at 74.605N/91.251W. There is a single WMO code assigned to the station that is used for the moorings that represent all three depths.

Usage

1
2
3
bs_build_navigator(built_dir = ".", out_dir = built_dir)

bs_check_navigator(out_file)

Arguments

built_dir

The output directory used for bs_build_realtime() that contains the built data files.

out_dir

Where the NetCDF files should be created.

out_file

The location of the NetCDF generated by bs_build_navigator().

Value

A vector of files that were written.

Examples

1
2
3
4
5
6
## Not run: 
bs_build_realtime()
out_file <- bs_build_navigator()
bs_check_navigator(out_file)

## End(Not run)

paleolimbot/bsrto documentation built on Dec. 12, 2021, 5:44 a.m.