Open chrisdane opened 2 days ago
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!
See implementation in #77
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!