-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to MPI for coupled WRF + WRF-Hydro (#384)
* Remove MPI dup from if statement * Add additional checks for valid MPI_COMM * Check if HYDRO_COMM_WORLD is not MPI_COMM_NULL, and if so, skip re-duplicating it * Added error logging * Per the above, moved the error logging into the CPL_LAND module, and updated NoahMP driver to find it in the right place
- Loading branch information
1 parent
f5d2c26
commit f875a99
Showing
3 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters