Skip to content
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

Adapt ESMValTool to new configuration #3761

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Adapt ESMValTool to new configuration #3761

wants to merge 19 commits into from

Conversation

schlunma
Copy link
Contributor

@schlunma schlunma commented Oct 2, 2024

Description

This PR adapt all parts of ESMValTool to the new configuration (see ESMValGroup/ESMValCore#2448).

Deprecation

Similar to the corresponding ESMValCore PR, this PR deprecates the command line option --config_file for esmvaltool data format/download/prepare. This option is scheduled for removal in version 2.14.0. Please use the option config_dir instead.

Example:

Old syntax:

esmvaltool data format --config_file=~/my/config/file.yml WOA

New syntax:

esmvaltool data format --config_dir=~/my/config/ WOA

See ESMValGroup/ESMValCore#2448 and ESMValGroup/ESMValCore#2371 for further details.


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.


To help with the number of pull requests:

@schlunma schlunma added the requires new ESMValCore release A new release of ESMValCore is needed to solve this issue/merge this pull request.. label Oct 2, 2024
@schlunma schlunma added this to the v2.12.0 milestone Oct 2, 2024
@schlunma schlunma self-assigned this Oct 2, 2024
@schlunma schlunma added deprecated feature and removed requires new ESMValCore release A new release of ESMValCore is needed to solve this issue/merge this pull request.. labels Oct 7, 2024
@schlunma schlunma marked this pull request as ready for review October 7, 2024 13:18
@schlunma schlunma requested a review from a team as a code owner October 7, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation build is broken
1 participant