esm-tools / pymorize

A Python based Tool to CMORize NetCDF Data
https://pymorize.readthedocs.io
MIT License
2 stars 1 forks source link

fesom1 to levels #77

Open pgierz opened 5 days ago

pgierz commented 5 days ago

Summary of the most important changes

Allows interpolation of data on (time, nodes_3d) to (time, nodes_2d, depth). Use the step pymorize.fesom_1p4.nodes_to_levels.

Checklist

Copilot Summary

If you have Github Co-Pilot, please include an automatically generated summary.

pgierz commented 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.

New Dependencies:

CLI Enhancements:

New Module for FESOM 1.4: