-
Notifications
You must be signed in to change notification settings - Fork 64
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
Convert all schemes to new metadata, new unit conversion micrometer<->meter, merge gsd/develop #221
Merged
climbfuji
merged 9 commits into
NCAR:gmtb/develop
from
climbfuji:gmtb_develop_monster_merge_20190904
Sep 9, 2019
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e0dff34
Update CODEOWNERS to GSD team
climbfuji da96d72
Update CODEOWNERS to enable branch protection
climbfuji 7c65ae8
Convert src/ccpp_types.F90 to new metadata format
climbfuji a256182
scripts/conversion_tools/unit_conversion.py: register unit conversion…
climbfuji 5daaca0
scripts/convert_metadata_schemes_using_typedef_dims.py: add missing v…
climbfuji 7c784f1
scripts/common.py: register missing CCPP internal variables
climbfuji 13e13d1
Merge branch 'gsd/develop' of https://github.com/NCAR/ccpp-framework …
climbfuji ca4991e
scripts/metadata_parser.py: warn or raise exception (currently warn) …
climbfuji c1cf90f
scripts/metadata_parser.py: remove legacy debug output to xml, no lon…
climbfuji 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[ccpp-arg-table] | ||
name = ccpp_types | ||
type = module | ||
[ccpp_t] | ||
standard_name = ccpp_t | ||
long_name = definition of type ccpp_t | ||
units = DDT | ||
dimensions = () | ||
type = ccpp_t | ||
|
||
######################################################################## | ||
[ccpp-arg-table] | ||
name = ccpp_t | ||
type = scheme | ||
[errflg] | ||
standard_name = ccpp_error_flag | ||
long_name = error flag for error handling in CCPP | ||
units = flag | ||
dimensions = () | ||
type = integer | ||
[errmsg] | ||
standard_name = ccpp_error_message | ||
long_name = error message for error handling in CCPP | ||
units = none | ||
dimensions = () | ||
type = character | ||
kind = len=512 | ||
[loop_cnt] | ||
standard_name = ccpp_loop_counter | ||
long_name = loop counter for subcycling loops in CCPP | ||
units = index | ||
dimensions = () | ||
type = integer | ||
[blk_no] | ||
standard_name = ccpp_block_number | ||
long_name = number of block for explicit data blocking in CCPP | ||
units = index | ||
dimensions = () | ||
type = integer | ||
[thrd_no] | ||
standard_name = ccpp_thread_number | ||
long_name = number of thread for threading in CCPP | ||
units = index | ||
dimensions = () | ||
type = integer |
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.
This change requires updates to the Technical Documentation (chapter 6) to reflect that ccpp_types.F90 no longer has a table. Let me know if you have time to do these changes or I can do them.
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.
Yes, please, make those changes if you can! Thanks, Dom