Michael Uleysky
c46abb091d
Removed some features from the NCZarr interface. Removed direct access to variables and dimensions in NCZarr, dimensions are now bound to variables.
...
Separate CoordsNames and DimNames structures in the NCFuncs class.
5 months ago
Michael Uleysky
9a38bdb28b
Common class for NCSimple and Zarr
5 months ago
Michael Uleysky
a36d6ce955
Always read variables as real values
7 months ago
Michael Uleysky
3e9430673d
Some files define time shift as double, not int
7 months ago
Michael Uleysky
5ca27193f7
Rewrite NEMO source for using new zarr data
7 months ago
Michael Uleysky
4627f76a0d
Update michlib, fix errors and warnings
8 months ago
Michael Uleysky
2eb57ac715
Fixed a bug with a crash if the link with the data cannot be opened
11 months ago
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
df85e7ca51
Reading and caching multiple variables from the source.
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
f9da82612d
Rewrite abstractions
2 years ago
Michael Uleysky
712be94466
Added source AVISOLOCAL and made a some code rearrangement.
2 years ago
Michael Uleysky
945691fb37
Added source AVISO
2 years ago
Michael Uleysky
a045567290
Added action uv
2 years ago
Michael Uleysky
a4d7e0b950
Variable name is now set explicitly in function Read() arguments
2 years ago
Michael Uleysky
03e65ef061
Added support for velocity variables
2 years ago
Michael Uleysky
e89e52b269
Added support for conversion from in-situ temperature to potential temperature and vice versa, as well as potential density calculations.
2 years ago
Michael Uleysky
5359665083
Added support for time-splitted data (HYCOM Reanalysis)
2 years ago
Michael Uleysky
3649579610
Removed unused parameter
2 years ago
Michael Uleysky
4dc5eda1df
Merged HYCOM and NEMO classes.
...
Configuration file name changed.
URLs for data are now read from the configuration.
Variables are searched for by the standard_name attribute.
2 years ago