-
Notifications
You must be signed in to change notification settings - Fork 67
master: update from gmtb develop 2019/09/09 #222
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
climbfuji
merged 59 commits into
NCAR:master
from
climbfuji:master_update_from_gmtb_develop_20190909
Sep 13, 2019
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
40567df
Remove Steve Goldhaber from CODEOWNERS for gmtb/develop branch
climbfuji e0dff34
Update CODEOWNERS to GSD team
climbfuji da96d72
Update CODEOWNERS to enable branch protection
climbfuji d7824f9
scripts/convert_metadata.py: don't convert standard names to lower ca…
climbfuji 9bf55e6
scripts/metadata_parser.py: add functionality to parse new metadata f…
climbfuji 3b531f0
scripts/metavar.py: bugfix in routine valid_value to return the corre…
climbfuji c8423d2
scripts/mkcap.py: bugfix, perform type_kind_test correctly for both t…
climbfuji 3216854
scripts/parse_tools/parse_checkers.py: allow uppercase characters in …
climbfuji 3157123
scripts/metadata_table.py: make script executable
climbfuji dc1cbca
scripts/metadata_table.py: adjust indents, allow literals in local va…
climbfuji 0dd8c35
scripts/metavar.py: use __true_vals and __false_vals
climbfuji 8c8ac84
scripts/parse_tools/__init__.py, scripts/parse_tools/parse_checkers.p…
climbfuji 9bd830f
scripts/ccpp_prebuild.py, scripts/common.py, scripts/metadata_parser.…
climbfuji 9eac6a1
scripts/mkcap.py: remove unnecessary type_kind_var logic and legacy g…
climbfuji a640f0a
scripts/mkstatic.py: remove unnecessary import statement
climbfuji 2bda79b
scripts/metavar.py: do not check for derived data types being registe…
climbfuji 3ad6131
scripts/convert_metadata.py: add logic and host-model dependent adjus…
climbfuji 4d72408
Allow comments in type definition lines
4b61112
scripts/convert_metadata_schemes_using_typedef_dims.py: convert schem…
climbfuji 3b1f982
Allow comments in type definition initial lines
39fe3bf
scripts/mkcap.py: bugfix, remove remainder of previous type_kind_var …
climbfuji 4476a8b
Revert accidental import of new parse_checkers
1e4240a
Merge branch 'fix_ftype' of https://github.com/gold2718/ccpp-framewor…
climbfuji aad2925
Revert unintended whitespaces at the beginning of file metadata_table.py
climbfuji 8734529
Merge pull request #205 from climbfuji/new_metadata_format_step1_2019…
climbfuji 9830424
scripts/metavar.py: intent and optional are only for scheme variables…
climbfuji 6c26eae
scripts/metadata_table.py, scripts/metadata2html.py: recording develo…
climbfuji b3c96ec
scripts/metadata_table.py, scripts/metadata2html.py: initial working …
climbfuji eec1321
scripts/metadata_table.py, scripts/metadata2html.py: write html files…
climbfuji 577ffaf
scripts/convert_metadata*.py: don't add htmlinclude statement for bla…
climbfuji 844fed0
scripts/metadata_table.py: replace dummy title with name of argument …
climbfuji 6d7d43e
Merge pull request #208 from climbfuji/metadata2html
climbfuji c30d902
Changes to the Technical Documentation to reflect the new metadata fo…
ligiabernardet 63fe681
add the variable standard name and container to the exception message…
grantfirl f8a69b1
Merge pull request #216 from grantfirl/unit_conversion_error_verbosity
climbfuji 8d54a4c
doc/CCPPtechnical/source/ConstructingSuite.rst: update name of scheme…
climbfuji f0a5199
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-framework…
climbfuji 1c282ee
Addressed reviewers comments in TechDoc for clarity and bugs.
ligiabernardet 27f5add
src/ccpp_fields_idx.h: increase default size for CCPP dynamic variabl…
climbfuji c8fea55
Updated configuration file for the Technical Documentation so PDF pro…
ligiabernardet d61066a
Modified TechDoc figures to be compatible with new metadata format.
ligiabernardet bb85643
Modifications to TechDoc to reflect new metadata format.
ligiabernardet cfe7cb9
Merge pull request #217 from climbfuji/doc_updates_ugwd_cires
climbfuji d1eced2
Fixed typo in TechDoc per reviewer comment.
ligiabernardet 5664c58
Changes in two Python scripts needed to improve the appearance of the…
ligiabernardet 9a3c688
add Julie as codeowner
grantfirl a3eab43
Merge pull request #219 from grantfirl/gmtb/develop
climbfuji 28e007b
Addressed comments by reviewers.
ligiabernardet 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 dfa7c0b
Merge pull request #214 from ligiabernardet/TechDoc_updates_metadata
climbfuji c1cf90f
scripts/metadata_parser.py: remove legacy debug output to xml, no lon…
climbfuji 2d95f96
Merge pull request #221 from climbfuji/gmtb_develop_monster_merge_201…
climbfuji 6d1a383
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-framework…
climbfuji 7b0ed0b
Update of scripts and documentation to address reviewer comments
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 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
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.
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 seems rather GFS specific. Is this really a framework item?
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.
We were discussing to move the technical documentation outside of ccpp-framework, or at least parts of it. Let's keep those changes for the moment and clean the documentation up when the move is made. Ok?
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.
Sure, let's keep an eye on this issue moving forwards.