Open pgierz opened 5 days ago
This pull request introduces significant enhancements and new features to the pymorize
project, particularly in the cli.py
and nodes_to_levels.py
files. The changes include adding new dependencies, restructuring the CLI commands, and implementing a new module for converting FESOM 1.4 output data.
joblib
and numpy
to the list of dependencies in setup.py
.scripts
command group in src/pymorize/cli.py
to organize related commands.fesom1
under the scripts
group for FESOM-related operations.scripts
command group with the main CLI.nodes_to_levels.py
in src/pymorize/fesom_1p4/
that provides functionality to convert FESOM 1.4 output data from (nodes, time) to (nodes, levels, time). This includes:
convert
to perform the conversion.
Summary of the most important changes
Allows interpolation of data on
(time, nodes_3d)
to(time, nodes_2d, depth)
. Use the steppymorize.fesom_1p4.nodes_to_levels
.Checklist
Copilot Summary
If you have Github Co-Pilot, please include an automatically generated summary.