JGCRI / xanthos

An extensible global hydrologic framework
Other
34 stars 16 forks source link

Interpolate nan values for cell 67358 (in New Zealand basin) #41

Closed calebbraun closed 5 years ago

calebbraun commented 5 years ago

Cell has no neighbors so values are taken from basin average by month

calebbraun commented 5 years ago

To clarify, the cell ID is actually 67359 using the one-based indexing.

@crvernon Here's the process I used for the interpolation. Let me know if you see any problems.

tas_nan_fix.ipynb.zip

crvernon commented 5 years ago

@calebbraun thanks for providing the notebook. The method you setup looks good since it is for a single island cell.