-
Notifications
You must be signed in to change notification settings - Fork 19
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
New diagnostic nc
writer: error when writing surface variables
#2271
Comments
Is this with the main branch? |
Working branch is |
I suspect it's something to do with the surface variables |
Okay, the I working out some issues with performance and GPUs and then we can merge it |
Noted thanks: Pulling the branch associated with #2179 > will report results shortly. |
Works in commit |
In the branch
https://github.com/CliMA/ClimaAtmos.jl/tree/as/test-viz-newdiag
, I'm attempting to test the new diagnostic output specifications. I'm using this file to test the output workflow. When specifying theh5
writer, I get successful simulation outcomes (see truncated trace below) with generated files e.g.cli_6.0h_average_21600.0.h5
for the requested variables/intervals.When switching the output writer to
nc
however, this simulation fails - seemingly due to specific output keys (I assume invalid keys would be caught even in the h5 writer), since I still see files like@Sbozzolo Can you help check this out please? Thanks! The first diag variable at which a run with this config file above fails is
ts
, or in its absence,hfes
- both are surface vars on the sphere.The text was updated successfully, but these errors were encountered: