.gitignore
.readthedocs.yaml
LICENSE
README.md
coverage.toml
environment.yaml
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/publish.yaml
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/config-replay.yaml
docs/contributing.rst
docs/example_pressure_interpolation.ipynb
docs/example_replay_cice6.ipynb
docs/example_replay_fv3.ipynb
docs/example_replay_mom6.ipynb
docs/index.rst
docs/installation.rst
docs/make.bat
docs/support.rst
docs/_templates/autosummary/class.rst
examples/gefs/.gitignore
examples/gefs/recipe.one.yaml
examples/gefs/submit_one.sh
examples/replay/.gitignore
examples/replay/README.md
examples/replay/append_geopotential.py
examples/replay/append_static_vars.py
examples/replay/chunking_basics.ipynb
examples/replay/config-0.25-degree.yaml
examples/replay/config-1.00-degree.yaml
examples/replay/fill_quarter_degree.py
examples/replay/find_nans.sh
examples/replay/localzarr.py
examples/replay/move_one_degree.py
examples/replay/move_quarter_degree.py
examples/replay/plot_geopotential_verification.ipynb
examples/replay/read_replay_gcs.ipynb
examples/replay/replay_filler.py
examples/replay/replay_mover.py
examples/replay/submit_geopotential_append.sh
examples/replay/submit_move_quarter.sh
examples/replay/verify_gcs.py
examples/replay/verify_geopotential.py
tests/config-replay.yaml
tests/test_datamover.py
tests/test_gefsdataset.py
tests/test_ufsdataset.py
tests/integration/.gitignore
tests/integration/gefs.anemoi.yaml
tests/integration/gefs.mpi.yaml
tests/integration/gefs.serial.yaml
tests/integration/test_gefs.sh
ufs2arco/__init__.py
ufs2arco/cice6dataset.py
ufs2arco/datamover.py
ufs2arco/driver.py
ufs2arco/fv3dataset.py
ufs2arco/layers2pressure.py
ufs2arco/log.py
ufs2arco/mom6dataset.py
ufs2arco/mpi.py
ufs2arco/replay_vertical_levels.yaml
ufs2arco/timer.py
ufs2arco/ufsdataset.py
ufs2arco/utils.py
ufs2arco.egg-info/PKG-INFO
ufs2arco.egg-info/SOURCES.txt
ufs2arco.egg-info/dependency_links.txt
ufs2arco.egg-info/requires.txt
ufs2arco.egg-info/top_level.txt
ufs2arco/regrid/__init__.py
ufs2arco/regrid/cice6regridder.py
ufs2arco/regrid/gaussian_grid.py
ufs2arco/regrid/mom6regridder.py
ufs2arco/regrid/ufsregridder.py
ufs2arco/sources/__init__.py
ufs2arco/sources/analysis.py
ufs2arco/sources/aws_gefs_archive.py
ufs2arco/sources/base.py
ufs2arco/sources/ensemble_forecast.py
ufs2arco/sources/gcs_era5_1degree.py
ufs2arco/sources/gcs_replay_atmosphere.py
ufs2arco/targets/__init__.py
ufs2arco/targets/anemoi.py
ufs2arco/targets/base.py
ufs2arco/targets/forcings.py
ufs2arco/transforms/__init__.py
ufs2arco/transforms/mappings.py
ufs2arco/transforms/transformer.py
ufs2arco/transforms/vertical_regrid.py