issues
search
ESMG
/
pyroms
Python tools for the Regional Ocean Modeling System (ROMS)
Other
141
stars
88
forks
source link
Fix transect interpolation
#45
Closed
dykdhi
closed
1 year ago
dykdhi
commented
1 year ago
This addresses
https://github.com/ESMG/pyroms/issues/44
near and nearp arrays changed dtype from int to float
near and nearp lookups and interpolation calcs need both int and float so added conversions
Tested with my project data and can successfully plot both y(x) and x(y) transects
This addresses https://github.com/ESMG/pyroms/issues/44