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

Concatenating and ValueError: 'PRCP' is not present in all datasets. #217

Open
Murk89 opened this issue Feb 2, 2022 · 2 comments
Open

Comments

@Murk89
Copy link

Murk89 commented Feb 2, 2022

Hi,

I am trying to concatenate ten years of WRF output. Some setups were run with frames_per_outfile=1000 so it is a single wrfout file with all the timesteps; where as some years setups were run with frames_per_outfile=1, hence daily wrfout files.
I am getting this error while trying to concatenate these files as a single dataset:

ValueError: 'PRCP' is not present in all datasets.

Any suggestion on how to overcome this? Many thanks.

@Zhangtc1013
Copy link

me too!!!

@fmaussion
Copy link
Owner

This sounds like something that could be solved within salem, but its a very specific use case and needs someone who know the format of the files and knows what salem should do in this case: contributions welcome!

Otherwize you might have a look at https://wrf-python.readthedocs.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants