Read an static variable from a netCDF file

read_static(filename, varid = NULL, create_mask = FALSE, ...)

Arguments

filename

The filename of the netCDF file.

varid

Variable to read static variable (time-invariant).

create_mask

Should we create a new mask using the same algorithm as make_grid?

...

Additional arguments, currently unused.