Skip to content

NaN in input field error #3054

Closed Answered by benjamin-cash
benjamin-cash asked this question in Q&A
Discussion options

You must be logged in to vote

Some digging around uncovered the answer - there is a check purely for the presence of NaNs that the sfc_data files were failing, because missing values were being set to NaN. Simply replacing the NaNs in the file with -1e30 allowed the model to run without blowing up, so clearly those values were not actually being used in any of the calculations.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by benjamin-cash
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