Feature 1954 semilatlon#2262
Merged
JohnHalleyGotway merged 40 commits intodevelopfrom feature_1954_semilatlonSep 18, 2022
+1,599-268
Commits
Commits on Jul 7, 2022
- committed
Per #1954, since I'm adding new files to the vx_grid library, I had to run bootstrap on seneca to regenerate Makefile.in in vx_grid. Otherwise, running it on my laptop with a different autoconf ver…
committedPer #1954, adding operator== and serialize() functions to the NumArray and TimeArray classes and adding support to grid_base.h/.cc for the UnstructuredGrid type.
committed- committed
- committed
Per #1954, when the compilation fails add the full make_install.log file to the end of the docker build log file.
committed- committed
- committed
Commits on Jul 8, 2022
Commits on Jul 26, 2022
Commits on Aug 11, 2022
- committed
- committed
Per #1954, UnstructuredData structs require a deep copy rather than just memcpy because they contain dynamically allocated memory.
committed- committed
Per #1954, move the logic for skipping the plotting of map data from data_plane_plot() to draw_map(). That'll prevent the need to make changes to MODE and Wavelet-Stat as well.
committedPer #1954, link -lvx_cal into the compilation of test_grid_area utility. The compilation failed via GHA.
committed
Commits on Aug 17, 2022
Commits on Aug 19, 2022
Commits on Aug 23, 2022
Commits on Aug 30, 2022
Commits on Aug 31, 2022
- committed
Per #1954, define logic to read semilatlon data via python embedding and also from a MET-created NetCDF file.
committedPer #1954, update the library code to have the write_netcdf_proj() function define lat_dim and lon_dim. These are always created within each app prior to calling write_netcdf_proj() anyway. For sem…
committedPer #1954, update all the application code to remove the creation of lat_dim and lon_dim prior to calling write_netcdf_proj().
committedPer #1954, fix login in met_file.cc to define x_dim_name and y_dim_name based on whether the input grid is semilatlon or not. #ci-run-unit
committed
Commits on Sep 2, 2022
Commits on Sep 6, 2022
- committed
Per #1954, unrelated to development, but correcting an apparent typo by renaming nympy_array_one_to_two() to numpy_array_one_to_two().
committed- committed
Per #1954, update the grid_from_python_dict.cc logic to parse the lats/lons/levels/times either as a list of value or as 1D NumPy array. On my laptop, they are served up as lists whereas on seneca,…
committed
Commits on Sep 16, 2022
- authored
- committed
Per #1954, ci-run-unit fix failure from unit_point2grid.xml. Had to add Grid::is_set() function to prevent checking the GridInfo class info prior to the grid being defined.
committedPer #1954, GHA doesn't allow for colons in output file names. Switching fro : to _ as we've done for other similar tests.
committed- committed
- authored