-
|
I try to run the basic graphcast model using Getting Started command but I get the error and have no idea how to solve it. |
Beta Was this translation helpful? Give feedback.
Answered by
nbren12
Jan 31, 2024
Replies: 1 comment
-
|
This happens because graphcast wants the total precip accumulated over 6 hours as an input and this is not in CDS. I have a pr fixing this here #94, but didn’t like the implementation. for now you can use the graphcast_operational model, which doesn’t have this precip variable as an input. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nbren12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This happens because graphcast wants the total precip accumulated over 6 hours as an input and this is not in CDS. I have a pr fixing this here #94, but didn’t like the implementation.
for now you can use the graphcast_operational model, which doesn’t have this precip variable as an input.