We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
For some fesom1(+recom) 3D data it is necessary to convert data from being non-levelwise to levelwise, i.e. from
dimensions: time = ... nodes_3d = 3668773 ;
to
dimensions: time = ... ncells = 126859 ; vertices = 18 ; depth = 46 ;
This can be achieved with the function sl.grid.FESOM3Ddata1Dto2D from https://github.com/FESOM/spheRlab.git or with the function f2l from https://github.com/FESOM/pyfesom.git.
sl.grid.FESOM3Ddata1Dto2D
f2l
Thanks!
The text was updated successfully, but these errors were encountered:
See implementation in #77
Sorry, something went wrong.
pgierz
Successfully merging a pull request may close this issue.
Hi
For some fesom1(+recom) 3D data it is necessary to convert data from being non-levelwise to levelwise, i.e. from
to
This can be achieved with the function
sl.grid.FESOM3Ddata1Dto2D
from https://github.com/FESOM/spheRlab.git or with the functionf2l
from https://github.com/FESOM/pyfesom.git.Thanks!
The text was updated successfully, but these errors were encountered: