bi_open: Bi Open

View source: R/bi_open.R

bi_openR Documentation

Bi Open

Description

This function opens an NetCDF file The file can be specified as a string to the filepath, in which case a NetCDF connection is opened, or directly as a NetCDF connection.

Usage

bi_open(x, file = "output")

Arguments

x

either a path to a NetCDF file, or a NetCDF connection created using nc_open, or a libbi object from which to read the output

file

file to open (out of "input", "init", "obs", "output"), if x is given as a libbi object; by default, will read output file

Value

an open NetCDF connection


libbi/RBi documentation built on June 3, 2024, 12:22 p.m.