Skip to content
New issue

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

convert fesom1 data from non-levelwise to levelwise #76

Open
chrisdane opened this issue Nov 20, 2024 · 1 comment · May be fixed by #77
Open

convert fesom1 data from non-levelwise to levelwise #76

chrisdane opened this issue Nov 20, 2024 · 1 comment · May be fixed by #77
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@chrisdane
Copy link

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.

Thanks!

@pgierz pgierz self-assigned this Nov 20, 2024
@pgierz
Copy link
Member

pgierz commented Nov 20, 2024

See implementation in #77

@pgierz pgierz added the enhancement New feature or request label Nov 20, 2024
@pgierz pgierz added this to the Release milestone Nov 20, 2024
@pgierz pgierz linked a pull request Nov 20, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants