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

Unify grib and netcdf sections of code where possible in ProcSat_interpolation.py #50

Open
JessicaMeixner-NOAA opened this issue Mar 19, 2024 · 0 comments

Comments

@JessicaMeixner-NOAA
Copy link
Collaborator

There are two main functions in ProcSat_interpolation.py depending on if the input is grib or netcdf. There has been an effort already to get these two functions to be more similar, however, there is still quite a bit of duplicate code. In an effort to help with future bug-fixes and general maintenance of the code, these two functions should be unified as much as possible and only having two parts of the code for the reading of the inputs. To achieve this, some of the inputs will have to be renamed after read in so that there is consistency between netcdf and grib2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant