forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'framework/validation-of-streams-using-interval_in-inter…
…val_out' into develop This merge introduces the framework for validating streams at the end of the model initialization. The intention of the new routine MPAS_stream_mgr_validate_streams is to perform a validation of streams that is above the low-level checks in xml_stream_parser.c, but still generic enough to apply to all cores. The new routine MPAS_stream_mgr_validate_streams currently does nothing but providing a commented-out block of code to demonstrate its usage for the specific example of a SIONlib stream, which must contain exactly one timestamp per file. * framework/validation-of-streams-using-interval_in-interval_out: New function to validate streams and call to it towards the end of mpas_init. ...
- Loading branch information
Showing
2 changed files
with
117 additions
and
1 deletion.
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