FESOM / pyfesom2

FESOM2 tools https://pyfesom2.readthedocs.io
MIT License
17 stars 10 forks source link

Make get_vector_forplot work for sea ice velocity #173

Closed FinnHeu closed 2 years ago

FinnHeu commented 2 years ago

I added a keyword (sea_ice=False) to do the interpolation onto a regular grid also for sea ice velocity which is already stored on nods. Thus it does not need to be converted from elements to nods as necessary for the ocean velocity.

koldunovn commented 2 years ago

Thanks @FinnHeu make sense :)