Skip to content
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 main_v11.1 MTD Grid #2980

Merged
merged 4 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. 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.
    JohnHalleyGotway committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d298957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e14cb1 View commit details
    Browse the repository at this point in the history
  3. 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(...).
    JohnHalleyGotway committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d315ea8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0fee42 View commit details
    Browse the repository at this point in the history