-
Notifications
You must be signed in to change notification settings - Fork 111
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
develop: Various chgres_cube bug fixes and code improvements #230
develop: Various chgres_cube bug fixes and code improvements #230
Conversation
If the user provides a geogrid file and any of the calls in this process fail, the code will now fail on an error. Also, added a check to ensure input and geogrid grid sizes match. Addresses Issue ufs-community#228
…properly formatted such that the code finds no variable entries to read. Addresses Issue ufs-community#228
…sed erroneous soil types. Addresses Issue ufs-community#228
Addresses Issue ufs-community#228
@LarissaReames-NOAA The authoritative repo was updated this morning. Merge these changes to your fork. Then, I will do my final review and merge. |
Done. |
I compiled the branch at 840d5a8 on WCOSS-Dell. All chgres_cube regression tests passed. |
Anything left to change before merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you see my comments about the call to the error handler? Also, 'develop' was updated this morning. You may need to do a merge
Compiled the branch at 90b1f0d on WCOSS-Dell. All chgres_cube regression tests passed. Comments on error handling were addressed. Will merge. |
This PR addresses all of the items listed in Issue #228 . Each item in that issue is addressed with its own commit.