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

Support searching for multiple frequencies #168

Closed
1 task
RondeauG opened this issue Mar 15, 2023 · 0 comments · Fixed by #170
Closed
1 task

Support searching for multiple frequencies #168

RondeauG opened this issue Mar 15, 2023 · 0 comments · Fixed by #170
Assignees
Labels
enhancement New feature or request

Comments

@RondeauG
Copy link
Contributor

Addressing a Problem?

The current implementation of xs.search_data_catalogs only supports a single frequency per variable. It's not possible, for example, to find simulations that have pr: 3H and pr: D.

Potential Solution

variables_and_freqs should support a list of strings for a given variable, for example:
xs.search_data_catalogs(variables_and_freqs={"pr": ['3H', 'D']})

Additional context

No response

Contribution

  • I would be willing/able to open a Pull Request to contribute this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant