Skip to content

How do I constrain a verification time range? #650

Answered by aaronspring
aaronspring asked this question in Q&A
Discussion options

You must be logged in to vote

You have to set alignment='same_verif'

In general helpful:

  • setting up logging helps a lot to see which verification times and inits are used, see alignment logging.
  • specifying dim=[] in verify returns all inits, while at the edges some NaN in triangle shape will appear

Strategies to set verification range:

  • use hindcast.sel(init=slice(verif_time_min-lead_max, verif_time_max))

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aaronspring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant