read_input_from_netcdf: Read simulation data from a NetCDF file

Description Usage Arguments Value Examples

View source: R/read_input_from_netcdf.R

Description

This function opens a NetCDF file containing the results of a YAPOS simulation and extracts the inputs.

Usage

1
read_input_from_netcdf(nc_output_file)

Arguments

nc_output_file

Path to the NetCDF file

Value

A list with all the inputs

Examples

1
2
target_nc_file <- system.file("extdata", "es-pt-fr.nc", package = "yaposer", mustWork = TRUE)
inputs <- read_inputs_from_netcdf(target_nc_file)

matteodefelice/yaposer documentation built on June 18, 2020, 9:35 p.m.