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

Pressure Interpolation #23

Merged
merged 12 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ Regridding
.. autosummary::
:toctree: generated/

ufs2arco.Layers2Pressure
ufs2arco.MOM6Regridder
ufs2arco.CICE6Regridder
371 changes: 371 additions & 0 deletions docs/example_pressure_interpolation.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Tools for converting Unified Forecast System (UFS) output to Analysis Ready, Clo
Replay FV3 (1 Degree) <example_replay_fv3>
Replay MOM6 (1 Degree) <example_replay_mom6>
Replay CICE6 (1 Degree) <example_replay_cice6>
Interpolate FV3 to Pressure Levels <example_pressure_interpolation>


.. toctree::
:maxdepth: 1
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- dask[complete]
- zarr
- cftime
- cfgrib
# jupyter etc
- jupyter
- ipython
Expand Down
Loading
Loading