FESOM / pyfesom

python library and tools for pre and post processing of the FESOM ocean model files
http://pyfesom.readthedocs.io/en/latest/index.html
MIT License
11 stars 6 forks source link

Added new keywords to fesom2clim function definition #4

Closed trackow closed 7 years ago

trackow commented 7 years ago

That way it is possible to control the interpolation method there directly (later passed to fesom2regular). I found this to be useful when I tried to follow this example for the coarse PI grid. The following call gives appropriate results:

xx,yy,zz_temp = pf.fesom2clim(temp, mesh, clim, verbose=False, how='idist', k_neighbors=10, radius_of_influence=700000)