-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix #2979 develop MTD Grid #2981
Commits on Sep 25, 2024
-
Per #2979, remove nc_grid.h/.cc and replace it with calls to the read…
…_netcdf_grid(...) and write_netcdf_proj(...) library utility functions. Note that these changes do compile but I haven't tested whether they actually fix the underlying problem. Also note that nc_utils_local.h/.cc can also likely be replaced with calls to common library functions.
Configuration menu - View commit details
-
Copy full SHA for 59febc4 - Browse repository at this point
Copy the full SHA 59febc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719ad4d - Browse repository at this point
Copy the full SHA 719ad4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a07b29 - Browse repository at this point
Copy the full SHA 1a07b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41757c - Browse repository at this point
Copy the full SHA b41757cView commit details -
Per #2979, the write_netcdf_proj(...) utility function adds the lat a…
…nd lon dimensions. Update mtd to NOT define those dimensions prior to calling write_netcdf_proj(...).
Configuration menu - View commit details
-
Copy full SHA for dcbb207 - Browse repository at this point
Copy the full SHA dcbb207View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fbc31a - Browse repository at this point
Copy the full SHA 5fbc31aView commit details -
Per #2979, for the develop branch, also replace nc_utils_local.h/.cc …
…with calls to common library code. Also remove commented out code.
Configuration menu - View commit details
-
Copy full SHA for 67eb4f9 - Browse repository at this point
Copy the full SHA 67eb4f9View commit details -
Per #2979, delete commented out code and make error/warning message f…
…ormatting consistent.
Configuration menu - View commit details
-
Copy full SHA for c4ddea7 - Browse repository at this point
Copy the full SHA c4ddea7View commit details -
MET Tools Test Account committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for a0d7c47 - Browse repository at this point
Copy the full SHA a0d7c47View commit details