You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coordinates in the history files (i.e., TLAT, TLONG) have missing values due to land block elimination. I have found this problematic for making plots in geophysical space.
The coordinates in the history files (i.e., TLAT, TLONG) have missing values due to land block elimination. I have found this problematic for making plots in geophysical space.
In previous cases (i.e., the ASD run) with land block elimination, where the _FillValues were not being set, I found it sufficient to simply mask the data appropriately:
https://gist.github.com/matt-long/018ac5a24d82a7f1812f0a067d5dbe0e
Should we consider automating the replacement of coordinates with a call to
pop_tools.get_grid
?This is what I did recently to make some plots.
The text was updated successfully, but these errors were encountered: