forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved allocation of OBC type to MOM_open_boundary
- Previously, allocation of the OBC type was handled in user code rather than centrally. This meant duplication and inconsistent get_param for the controlling run-time parameters. - I've created an open_boundary_config() that allocates and reads the main run-time parameters that can be called from MOM_fixed_init. - To keep things succinct there is also now an open_boundary_query() that return true if collections of flags were set. - No answer changes.
- Loading branch information
Showing
3 changed files
with
88 additions
and
58 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