12 Commits (6d6b77f7d317fb32b80086b2c4122b51a352af0b)

Author SHA1 Message Date
Michael Uleysky 91579910ff We distinguish between conventional and geostrophic velocities, since some data sets contain both. 5 months ago
Michael Uleysky 4627f76a0d Update michlib, fix errors and warnings 6 months ago
Michael Uleysky b4bcd0e770 Added TimeData structure for easy calculation of time column parameters of netcdf files. 8 months ago
Michael Uleysky f27ad2ce72 The code for obtaining time point indices has been simplified. The indexes are returned sorted by the time points they represent. 8 months ago
Michael Uleysky 17002e2d9f Time was not written to the output file 9 months ago
Michael Uleysky bf659b1b81 NCFuncs::CheckVar now returns a VarPresence enum instead of a bool. 12 months ago
Michael Uleysky 90dab32ee5 Action class inheritance is made protected 1 year ago
Michael Uleysky df85e7ca51 Reading and caching multiple variables from the source. 1 year ago
Michael Uleysky c85dc28858 Removed copy constructor from BaseData to prevent unnecessary copying of data 1 year ago
Michael Uleysky 9e1f686ba6 Added an optional argument to the ADD_ACTION macro that defines the class from which the action class is derived. 1 year ago
Michael Uleysky 0213249f78 The data source classes get the region from outside rather than reading it themselves from the parameters. 1 year ago
Michael Uleysky fb7000b2ab Generate list of available actions 1 year ago