-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rljacob/driver-moab/add-mb-intf' (PR #5979)
Add interfaces to driver-moab in WaterCycle components: EAM, ELM, MOSART, MPAS-Ocean, MPAS-SeaIce. Summary of changes is below. MOAB interfaces and support routines in components are isolated with a "HAVE_MOAB" ifdef that will be automatically defined if the MOAB coupler is chosen. This allows components to use either mct or moab couplers for now. Choice is made during create_newcase. There are also cpp defines for debugging. MOABDEBUG will output .h5m files throughout the coupling processs and additional log info (very slow). MOABCOMP will calculate diffs between MCT and MOAB coupling fields. These defines need to be set by hand if you wish to use them. These will be removed later. When using default driver-mct, there is no impact on answers and no dependency on MOAB. Also bring in latest version of driver-moab which is feature-complete for the watercycle case. All maps (except r2o) are calculated online. Merging, fluxes and all other coupler calculations are performed with moab data structures. Currently includes MCT-scaffolding for verification (data moving between components follows both MCT- and MOAB- paths; offline maps still read by MCT; all mct-based datatypes still present). [BFB]
- Loading branch information
Showing
76 changed files
with
22,408 additions
and
2,892 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
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
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
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
Oops, something went wrong.