How do I constrain a verification time range? #650
Answered
by
aaronspring
aaronspring
asked this question in
Q&A
-
Asking for a friend. Provide code example later |
Beta Was this translation helpful? Give feedback.
Answered by
aaronspring
Aug 25, 2021
Replies: 1 comment
-
You have to set In general helpful:
Strategies to set verification range:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aaronspring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to set
alignment='same_verif'
In general helpful:
logging
helps a lot to see which verificationtime
s andinit
s are used, see alignment logging.dim=[]
inverify
returns allinits
, while at the edges someNaN
in triangle shape will appearStrategies to set verification range:
hindcast.sel(init=slice(verif_time_min-lead_max, verif_time_max))