11 Commits (ae5fea9fd389a7e40695c825bdbee8880c7b18f2)

Author SHA1 Message Date
Michael Uleysky 4627f76a0d Update michlib, fix errors and warnings 8 months ago
Michael Uleysky b4bcd0e770 Added TimeData structure for easy calculation of time column parameters of netcdf files. 10 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. 10 months ago
Michael Uleysky 17002e2d9f Time was not written to the output file 11 months ago
Michael Uleysky bf659b1b81 NCFuncs::CheckVar now returns a VarPresence enum instead of a bool. 1 year 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