-
Notifications
You must be signed in to change notification settings - Fork 42
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
Interface for NOAH-MP Landsurface model #1835
Conversation
Ran local tests after a merge with latest development branch and things are breaking particularly related to this PR: #1833 |
@akashdhruv -- there have been more changes to the cmake stuff -- can you try again? |
Ok. |
Merge updates from upstream development
This PR is ready for review and merge. Issues related to CMake have been resolved. To ensure that Noah MP interface is included as part of testing I recommend adding following cmake options to the test suite,
Note that using NOAH-MP requires building the Fortran interface for NetCDF. You can find build options for those in shell scripts located here: https://github.com/Lab-Notebooks/ERF-Noah-Coupling/tree/main/software/netcdf |
The interface is under active development. However, I am creating this PR to ensure that it is integrated with the regression testing framework. Supporting documentation to follow.