Statistics for a given file.
Statistics for a given file. It provides a map from variable names to Stats.Variable which captures
the moments of that particular variable.
Statistics are obtained via Stats.get(netcdfFile).
For example, if the file has a variable "ta" with dimensions "lon", "lat" and "plev", the
overall minimum temperature will be found through stats("ta").total.min. That maximum temperature
at pressure level 0 will be found through stats("ta").slices("plev")(0).max.
A variable section is a non destructive selection within the dimension of a variable, possibly applying scaling to its values.
A variable section is a non destructive selection within the dimension of a variable, possibly applying scaling to its values.
the original NetCDF variable
the range selection within the dimension
This object was generated by sbt-buildinfo.
Associates a workspace with a file cache for NetCDF resources.
Boots the SuperCollider server.
The data directory inside the SysSon base directory contains common NetCDF files.
Opens a NetCDF file from a given path string.
Opens RO-MultiSatelliteClimatologies-SEremoved_plevData_months_012002-122010.nc
Opens MetOffUK_HadGEM2-ES/25_ta_Amon_HadGEM2-ES_rcp45_r1i1p1_200512-210012.nc
Opens a NetCDF file from a given file object .
The SysSon base directory is determined by the environment variable SYSSON_HOME.
The SysSon base directory is determined by the environment variable SYSSON_HOME. See the
README.md for more information.