-
Notifications
You must be signed in to change notification settings - Fork 4
#497: handle TSSC_QUERY_MATCHES_NO_RESULTS error
#760
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
Closed
Closed
Conversation
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
* Issue #600 add a cmip7 plugin (#609) * Issue #600 Duplicate cmip6 plugin * Issue #600 Remove superfluous models * Issue #600 Rename UKESM1_1_LL to UKESM1_3_LL * Issue #600 Remove streams_config data * Issue #600 Add CMIP7 MipEra * Issue #600 Add load functionality for CMIP7 * Update cdds/cdds/common/plugins/base/base_plugin.py Co-authored-by: Matthew Mizielinski <[email protected]> --------- Co-authored-by: Matthew Mizielinski <[email protected]> * Issue 604: Combine work in progress * Issue #604 Action review comments * Issue #604 Fix duplicate file extension * Issue #604 Fix model_type formatting * Issue #604 Remove unused function --------- Co-authored-by: Matthew Mizielinski <[email protected]>
* #654: Add a comment to make new pr. * #654: Re-add the function i created from previous branch. * #654: Add start of stream match checker function. * #654: Stream diffing now working in function. * #654: Stream matching function complete but needs docstrings. * #654: Add docstrings and type hints. * #654: Fix coding standards issues. * #654: Add test cases for the new functions. * #654: Refine tests, correct according to linting. * #654: Amend and simplify tests, remove redundant variable. * #654: Fix the return code logic. * #654: Remove excess streams in dummy request causing matching varable list in test case. * #654: Remove amend other streams in test_request_output.cfg
…nfig file templates (#683) * #607: Add test CMIP7 grid mappings * #607: Add test zostoga mapping * #607: Fix wrong units in tas_tavg-h2m-hxy-u mapping * #607: Minimal changes needed to produce CMIP7 configure files * #607: fix failing coding standards tests * #607: Fix zostoga mapping * #607: Fix onm/ond stream frequency and halo removal * #607: Fix failing configure tests * #607: Fix type hint error
* #648: Update cmor to v3.13.0 * #648: Update cmip7 functional test for cmor v3.13 * #648: Fix CMIP7 variant label regex * #648: Fix docstring formatting * #648: Remove model_type from cmip7 functional test * #648: fix cmip7 variant label regex * #648: fix docstring again * #648: fix docstring (again again)
* #708: First draft of UKESM1p3 mappings plugin * #708: Add missing constants * #708 New example request and extensive variable list with fixes to associated files * #708: Correction of mappings files and update of base_plugin to handle frequency reference in mip convert config files * #708: Correct import of processor module
* #694: Add basic scripts to iterate. * #694: Add path building. * #694: Iterate further. * 694: Refine, add repack check function. * #694: Use cdds configure logger. * #694: Add into workflow, add deflate level constant. * #694: Reformat docstrings, direct logs to log_dir. * #694: Add blank test file, add rose app for repack. * #694: Correction to plugin args so ARISE will work. * #694: Move module to convert and fix imports. * #694: Replace subcommand with run_command for calling packer. * #694: Minor alterations to exceptions. * #694: Add more exception handling and tests. * #694: Refine code and get more tests working. * #694: Switch back to using minimal_CDL_packed for test * #694: Refine. Add a test. * #694: Minor change for readability. * #694: Correction to minor change. * #694: Some minor corrections. * #694: Remove a line breaking the coding standards. * #694: Change logging levels and a variable name. * #694: Change a log level. * #694: Wrap in sys.exit * #694: Change log file to optional flag. * #694: Inherit from concatenation, remove PROC_DIR variable. * #694: Refactor exceptions and logging. * #694: Upgrade logger.errs to logger.criticals * #694: Adjustments to logging levels. * #694: Fix some exceptions. * #694: More minor adjustments to exceptions. * #694: Fix 2 tests. * #694: Corrections to docstrings. * #694: Remove whitespace. * #694: Remove whitespace but save file this time.. * #694: Minor changes, copyright and DEVENV version number.
* #473: Update scripts to replace pycodestyle with ruff * #473: Minor script changes to resolve E721 ruff rule breaks * #473: Minor script changes to resolve E713 ruff rule breaks * #473: add ruff environment dependency and remove pycodestyle * #473: update dependencies across all environments * #473: update setup_env to point to new environment * #473: ruff checks placed in function for refactoring at a later date
Collaborator
matthew-mizielinski
left a comment
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.
One suggestion, after which I'd be happy
Collaborator
Author
|
I messed up the rebase on this one from main to v3.3_release so have created a new PR (with Jared's help!) to rebase correctly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #497