128 Commits (6d6b77f7d317fb32b80086b2c4122b51a352af0b)
 

Author SHA1 Message Date
Michael Uleysky 81d8545244 Fixed incorrect error message 1 year ago
Michael Uleysky dcbc249fd7 Netcdf output files made more COARDS-compliant 1 year ago
Michael Uleysky ef98f3f63d Fixed incorrect setting of variable names in tsc action. 1 year ago
Michael Uleysky cfb40badbf Added long names for all variables supported by NCFuncs 1 year ago
Michael Uleysky 18b1f939b3 New class for access to vylet data 1 year ago
Michael Uleysky 2e0f396497 A new class Rect2DData for data along meridians and parallels, but not necessarily with uniform spacing. 1 year ago
Michael Uleysky 9f4d7094dd Sources may specify default variable lists for the tsc module. 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 3b40409fb2 Sources can now set the standart_name, long_name, and comment attributes on read data. If the standart_name and long_name attributes are not set, the tsc module will attempt to set them according to the variable names. 1 year ago
Michael Uleysky ed1282413f Added support for netcdf output for the uv action 1 year ago
Michael Uleysky 1d9268b32d Using the new NCFileW class to write netcdf files with the tsc module 1 year ago
Michael Uleysky 3b1d5c3157 New NCFileW class to simplify writing netcdf files 1 year ago
Michael Uleysky fd7d7f8a5f Interfaces of UVData classes made more consistent with interfaces of BaseData classes 1 year ago
Michael Uleysky 8a1cf03804 Improved ReadType-based concepts 1 year ago
Michael Uleysky e25f843e7e Autodetect format by output file extension in the tsc action 1 year ago
Michael Uleysky 20824cdaab Added unit attribute in the netcdf output file. 1 year ago
Michael Uleysky 17b04d63de Added support for netcdf output for the tsc action 1 year ago
Michael Uleysky 09e22b67cd Added keys _cmdline and _nargs into parsed arguments. 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 467a24e51c Support for units of measurement in sources and the tsc module. 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 72d88e3c67 Opening dataset is done in actions 1 year ago
Michael Uleysky d37d5b6708 Support minutes in Refdate() function 1 year ago
Michael Uleysky 153045016d Generate list of available data sources 1 year ago
Michael Uleysky a73f996ce5 Generate actionlist.h by CMake 1 year ago
Michael Uleysky fb7000b2ab Generate list of available actions 1 year ago
Michael Uleysky 1c144c65c8 Added compile-time generated compatibility table for actions and sources 1 year ago
Michael Uleysky 5e244b8b4e The enumeration of actions has been removed, the actions are made independent classes. 1 year ago
Michael Uleysky 9b11464de2 The names of actions and sources are placed in the corresponding classes 1 year ago
Michael Uleysky e00de4e6cb Fixed crytical error with NEMO source 1 year ago
Michael Uleysky 5314746eb8 Added new source NEMOBIO 1 year ago
Michael Uleysky 6b1908f17e Added MODISBINLOCAL source 1 year ago
Michael Uleysky 953eeb115e Added UngriddedData class 1 year ago
Michael Uleysky df8ad63545 Removed Lon/Lat functions from BaseData class 1 year ago
Michael Uleysky 6ae6dcf0a1 Added the ability to manually block certain combinations of actions and sources 1 year ago
Michael Uleysky 8ca3fa7bb2 Added new action GENINTFILE 1 year ago
Michael Uleysky d844b0d014 The function DataTitle is made public 1 year ago
Michael Uleysky c79edbbaef Fixed a bug when the longitude lies in a small sector between the end and start 1 year ago
Michael Uleysky b75256bec5 Added gcc static analyzer support 1 year ago
Michael Uleysky fd320973b8 Added new data adapter for binary files 1 year ago
Michael Uleysky f9da82612d Rewrite abstractions 1 year ago
Michael Uleysky 3a52d6a4ce Updating michlib 1 year ago
Michael Uleysky 712be94466 Added source AVISOLOCAL and made a some code rearrangement. 1 year ago
Michael Uleysky 0e5a9577b9 Updated michlib 1 year ago
Michael Uleysky 945691fb37 Added source AVISO 1 year ago
Michael Uleysky a045567290 Added action uv 1 year ago
Michael Uleysky a4d7e0b950 Variable name is now set explicitly in function Read() arguments 1 year ago
Michael Uleysky 03e65ef061 Added support for velocity variables 1 year ago
Michael Uleysky e89e52b269 Added support for conversion from in-situ temperature to potential temperature and vice versa, as well as potential density calculations. 1 year ago