Releases: MetOffice/CMEW
Releases · MetOffice/CMEW
v0.1.0
This release of CMEW implements a single ESMValTool recipe as part of the CMEW prototype.
What's Changed
- Add a skeleton structure to the repository by @ehogan in #2
- Add a Met Office-specific environment file by @ehogan in #7
- Develop the configure task by @ehogan in #8
- Develop the process task by @ehogan in #9
- Update documentation-related items by @ehogan in #12
- Update the paths used by the configure task by @ehogan in #16
- Add test infrastructure by @ehogan in #14
- Add a PR template by @ehogan in #40
- Fix checkbox formatting in PR template by @Jon-Lillis in #45
- Update README.md by @mo-tgeddes in #43
- Configure CMEW to use the latest version of the user configuration file by @mo-tgeddes in #49
- Ensure all required options are specified on the command line when running CMEW by @mo-tgeddes in #46
- Update the copyright and the version in the documentation by @amanda87x in #50
- Rename the install_cold task to install install_env_file by @amanda87x in #51
- Rename CAW to CMEW by @amanda87x in #47
- Use cylc vip in the quick start guide by @amanda87x in #52
- Update CMEW to use ESMValTool v2.7.0 by @amanda87x in #70
- Rename the site/metoffice-env environment file by @amanda87x in #69
- Create a checkout_standardise task by @mo-tgeddes in #72
- Revert "Renaming CAW to CMEW (#47)" by @ehogan in #88
- Rename the workflow directory by @ehogan in #97
- Rename CAW to CMEW by @ehogan in #98
- Rename the configure task by @mo-tgeddes in #68
- Improve PR checklist by @ehogan in #103
- Use the ESMValTool v2.9.0-2 community environment by @mo-gill in #108
- Fix config issue by @dasha-shchep in #113
- Update the contact details in the support.rst page by @chrisbillowsMO in #117
- Rename configure.py to configure_process.py by @dasha-shchep in #115
- Clarify the names of the parameterisation variable and the standardise task by @mo-nabilbrice in #118
- Error in process_radiation_budget by @dasha-shchep in #120
- Broken link in README by @dasha-shchep in #125
- Update the name of the process environment file by @jrackham-mo in #121
- Add black and flake8 checks to GitHub workflow and pre-commit hooks by @chrisbillowsMO in #126
- Update the description of CMEW in the about.rst page by @mo-gill in #119
- Add a skeleton
configure_standardisetask by @jrackham-mo in #127 - Delete the checkout_standardise task by @mo-gill in #133
- Create a file to activate the CDDS environment by @mo-gill in #123
- Copy the ESMValTool recipe into CMEW by @mo-nabilbrice in #134
- Create the CDDS variables file for the
standardise_model_datatask by @mo-gill in #138 - Create the CDDS request file for a model development run for the
standardise_model_datatask by @mo-nabilbrice in #139 - Run setup commands for
cdds_convertby @dasha-shchep in #145 - Create the
standardise_model_datatask in the CMEW workflow by @jrackham-mo in #150 - Wait for completion of CDDS workflow before running the task after
standardise_model_databy @jrackham-mo in #159 - Automate running python tests in the cylc workflow by @dasha-shchep in #157
- Investigate whether it is feasible for the QC component of CDDS to check whether
cdds_convertproduced the expected standardised model data by @dasha-shchep in #163 - Update CDDS to v2.5.5 by @mo-gill in #160
- Split configure_process into parameterised and non-parameterised tasks by @mo-nabilbrice in #161
- Use Rose file creation mode to replace mkdir commands by @chrisbillowsMO in #173
- Develop a housekeeping task by @jrackham-mo in #177
- Update PR checklist based on feedback by @ehogan in #171
- Investigate CEDA tool "restructure-for-cmip6" that restructures CDDS output directories by @mo-nabilbrice in #172
- Move writing the ESMValTool user configuration file to the
share/etc/directory by @mo-gill in #174 - Automate the creation of the variables list by @jrackham-mo in #176
- Remove braces from environment variables in Rose file creation mkdir commands by @chrisbillowsMO in #207
- Configure ESMValTool to use the MIP tables used by CDDS by @dasha-shchep in #178
- Add issue templates by @ehogan in #202
- Automate creation of CDDS request file by @jrackham-mo in #192
- Fix
flow.cylcso thatconfigure_processis linked directly toprocess<assessment_area>by @dasha-shchep in #219 - Variable "SITE" is specified as "metoffice" when it hasn't been passed from
cylc vipcommand by @mo-nabilbrice in #210 - Add a
SECURITY.mdfile by @mo-nabilbrice in #215 - Add a
LICENSE.mdfile by @jrackham-mo in #216 - Repetition of
platform=localhostinflow.cylcby @mo-gill in #206 - Consolidate
ROOT_PROC_DIRandROOT_DATA_DIRby @chrisbillowsMO in #205 - Improve testability of
get_config_values_from_task_envfunction by @ehogan in #233 - Automate updating the recipe for process task to use standardised model outputs by @chrisbillowsMO in #227
- Correct the Jinja2 indentation in the
flow.cylcfile by @chrisbillowsMO in #231 - Remove
CDDS_DIRenvironment variable by @mo-gill in #221 - Add a
CODE_OF_CONDUCT.mdfile by @chrisbillowsMO in #229 - Clarify
MODULE_NAMEdescription inrose-meta.confand/or consider new name by @mo-gill in #222 - Add unit tests for the
create_user_config_filefunction by @mo-gill in #234 - Resolve workflow error possibly caused by previous version of pre-commit by @mo-johnmo in #245
- Add copyright statement to all files by @mo-johnmo in #247
- Add a
SUPPORT.mdfile by @mo-johnmo in #246 - Build and host rendered documentation on GitHub by @mo-johnmo in #249
- Correct workflow upload to GitHub Pages by @mo-johnmo in #253
- Add a
shellcheckcheck to the GitHub Actions workflow by @mo-johnmo in #257 - Abstract internal Met Office URLs into configuration which is stored outside of public repositories by @mo-johnmo in #258
- Add a
CONTRIBUTING.mdfile by @mo-johnmo in #256 - Use latest (v2.11.0) ESMValTool community environment at the MO by @ehogan in #267
- Update CDDS paths by @ehogan in #266
- Update CDDS version by @ehogan in #270
- Update
processtorecipe: step 1 by @ehogan in #275 - Update
processtorecipe: step 2 by @ehogan in #276 - Update
processtorecipe: step 3 by @ehogan in #283
New Contributors
- @Jon-Lillis made their first contribution in #45
- @mo-tgeddes made their first contribution in #43
- @amanda87x made their first contribution in #50
- @mo-gill made their first contribution in #108
- @dasha-shchep made their first contribution in #113
- @chrisbillowsMO made their first contribution in https://gi...