Generic function to read LPJmL input & output files in different formats. Depending on the format, arguments can be automatically detected or have to be passed as individual arguments.

read_grid(...)

Arguments

...

See read_io for further arguments.

Value

An LPJmLGridData object.

Details

See read_io for more details.

Examples

if (FALSE) {
my_grid <- read_io("grid.bin.json")

}