Michael Uleysky
bf659b1b81
NCFuncs::CheckVar now returns a VarPresence enum instead of a bool.
...
The calculation of derived variables has been moved to a separate function in NCFuncs.
Added calculation of geostrophic velocities based on sea surface height.
The uv and genintfile actions can now use geostrophic velocities.
1 year ago
Michael Uleysky
ef98f3f63d
Fixed incorrect setting of variable names in tsc action.
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
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
1d9268b32d
Using the new NCFileW class to write netcdf files with the tsc module
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
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
fb7000b2ab
Generate list of available actions
1 year ago
Michael Uleysky
5e244b8b4e
The enumeration of actions has been removed, the actions are made independent classes.
...
Lists of unsupported actions have been added to source classes.
1 year ago
Michael Uleysky
f9da82612d
Rewrite abstractions
2 years ago