Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cb56ce6
Restore feature/capgen version of several files in main
climbfuji Aug 18, 2021
4aea7b4
Remove temporary workaround to convert unit 'none' to '1' in scripts/…
climbfuji Aug 18, 2021
e34ff66
Merge pull request #398 from climbfuji/update_feature_capgen_from_mai…
climbfuji Aug 19, 2021
254c42b
Add new runtime info routine, ccpp_physics_suite_schemes
Oct 27, 2021
bbb668c
add optional var test, doctest cleanup, and python3 checks
Oct 27, 2021
fc5f951
Merge pull request #410 from gold2718/capgen
climbfuji Nov 1, 2021
d7b5efa
Update test/unit_tests/test_metadata_table.py to get to a 10/10 pylin…
climbfuji Nov 2, 2021
e22dbfe
Fix CI test failures in tests/test_metadata_parser.py
climbfuji Nov 2, 2021
84437b9
Remove executable flag from test/unit_tests/test_metadata_table.py
climbfuji Nov 2, 2021
56cc421
Turn one liners back into two line calls in test/unit_tests/test_meta…
climbfuji Nov 3, 2021
45415b5
Update test/unit_tests/test_metadata_table.py
climbfuji Nov 3, 2021
20c72b9
Changed format back to what I had in the beginning, as per suggested …
climbfuji Nov 3, 2021
105d8b5
Merge pull request #412 from climbfuji/fix_ci_test_failures_feature_c…
climbfuji Nov 4, 2021
16d45a9
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into HEAD
climbfuji Nov 4, 2021
0159166
Update call to parse_metadata_file in scripts/metadata_parser.py
climbfuji Nov 5, 2021
ee22e68
Add dummy run env to doc test in scripts/metavar.py
climbfuji Nov 5, 2021
4645e13
Remove workaround code for UFS after testing
climbfuji Nov 5, 2021
68425d3
Merge pull request #414 from climbfuji/merge_main_into_feature_capgen…
climbfuji Nov 7, 2021
87cb832
Remove Julie from email notifications in .travis.yml
climbfuji Nov 10, 2021
fb76eef
Add @mkavulich to CODEOWNERS
climbfuji Nov 18, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
if: github.repository == 'NCAR/ccpp-framework' # Only run on main repo
run: |
export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
pytest
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python

python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

branches:
only:
Expand All @@ -21,8 +22,7 @@ script:
notifications:
email:
recipients:
# - schramm@ucar.edu
- dom.heinzeller@noaa.gov
# - goldy@ucar.edu
- goldy@ucar.edu
on_success: always # default: change
on_failure: always # default: always
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# These owners will be the default owners for everything in the repo.
#* @defunkt
* @climbfuji @llpcarson @grantfirl @gold2718
* @climbfuji @llpcarson @grantfirl @gold2718 @mkavulich

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
Expand Down
12 changes: 6 additions & 6 deletions doc/HelloWorld/hello_scheme.meta
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
Expand All @@ -71,9 +71,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
Expand All @@ -89,9 +89,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
4 changes: 2 additions & 2 deletions doc/HelloWorld/hello_world_host.meta
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
type = character
kind = len=512
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
12 changes: 6 additions & 6 deletions doc/HelloWorld/temp_adjust.meta
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
Expand All @@ -58,9 +58,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
Expand All @@ -76,9 +76,9 @@
kind = len=512
intent = out
[ errflg ]
standard_name = ccpp_error_flag
standard_name = ccpp_error_code
long_name = Error flag for error handling in CCPP
units = flag
units = 1
dimensions = ()
type = integer
intent = out
Loading