"tide_elevations" Returning Masked NaN Values #380
-
I'm trying to compute tidal elevations using pyTMD.compute.tide_elevations, but the output is returning masked NaN values. Below is my code snippet:
Expected Output: Actual Output:
Troubleshooting Steps Taken: Verified that FES2022 model files exist in the specified directory. Are there additional dependencies or preprocessing steps required to use tide_elevations correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try adding |
Beta Was this translation helpful? Give feedback.
Try adding
EXTRAPOLATE=True
to thetide_elevations
command. Can also try with the bilinear interpolation option instead of the default spline.