-
Notifications
You must be signed in to change notification settings - Fork 155
MODERN_DIAG_MANAGER: Improvements to the diag_table.yaml format #1731
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2ca721a
proposed changes to allow modules blocks to be defined in a file
uramirez8707 9dccd6a
Add another module to the test to the new simple diag table yaml
uramirez8707 abf5406
Improve documentation and clean up the code in yaml_parser_binding to…
uramirez8707 1876b79
Fix bound checking
uramirez8707 c172325
attempt to implement anchors in fms yaml parser
uramirez8707 2b03a60
Define MAX_LEVELS correctly
uramirez8707 d060cb0
Allow for multiple anchors definitions in one yaml, clean to make the…
uramirez8707 be94cd5
Skip the new parser tests if not compiling with yaml
uramirez8707 7af2753
Add an anchor test for the diag manager
uramirez8707 f046abe
Merge branch 'modular_yaml' of github.com:uramirez8707/FMS into yaml_…
uramirez8707 f8713e6
clean up white space, add a new test to test the modular yaml more
uramirez8707 e45c1ca
Fix line length issue
uramirez8707 30fb4a2
document the changes to the diag yaml format
uramirez8707 7a9bbb3
clarify example
uramirez8707 b19f41c
Update yaml_parser.F90
uramirez8707 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Defining the macro requires a recompile and the message should say that. Is there a way to make MAX_LEVELS a runtime option?
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.
Thanks, I’ve updated the error message.
Yes, making MAX_LEVELS a runtime option would be cleaner.
I didn’t pursue it yet since none of our current YAMLs come close to that limit, but I've open an issue to work on that in a future release: #1755