.gitignore
.readthedocs.yaml
LICENSE
README.md
coverage.toml
environment.yaml
pyproject.toml
.github/CODEOWNERS
.github/workflows/integration.yaml
.github/workflows/publish.yaml
.github/workflows/unit.yaml
docs/.gitignore
docs/Makefile
docs/aorc.rst
docs/api.rst
docs/conf.py
docs/config-replay.yaml
docs/contributing.rst
docs/create_pressure_lists.py
docs/create_variable_tables.py
docs/example_pressure_interpolation.ipynb
docs/gefs_archive.rst
docs/gfs_archive.rst
docs/hrrr_archive.rst
docs/index.rst
docs/installation.rst
docs/levels.gefs.rst
docs/levels.gfs.rst
docs/levels.hrrr.rst
docs/make.bat
docs/moving_data.rst
docs/support.rst
docs/variable_notes.rst
docs/variables.gefs.rst
docs/variables.gfs.rst
docs/variables.hrrr.rst
docs/_templates/autosummary/class.rst
docs/archive/example_replay_cice6.ipynb
docs/archive/example_replay_fv3.ipynb
docs/archive/example_replay_mom6.ipynb
docs/images/ufs2arco-overview.jpg
examples/gefs/.gitignore
examples/gefs/recipe.one.yaml
examples/gefs/submit_one.sh
examples/noaa-grib-adventures/.gitignore
examples/noaa-grib-adventures/README.md
examples/noaa-grib-adventures/get_common_gfs_height_vars.ipynb
examples/noaa-grib-adventures/get_common_gfs_surface_vars.ipynb
examples/noaa-grib-adventures/get_common_hrrr_height_vars.ipynb
examples/noaa-grib-adventures/get_common_hrrr_surface_vars.ipynb
examples/noaa-grib-adventures/plot_staticvars.ipynb
examples/noaa-grib-adventures/read_gfs_for_real.ipynb
examples/noaa-grib-adventures/read_gfs_for_real_again.ipynb
examples/noaa-grib-adventures/read_hrrr_for_real.ipynb
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/README.md
tests/integration/aorc.anemoi.yaml
tests/integration/aorc.base.yaml
tests/integration/era5.anemoi.yaml
tests/integration/era5.base.yaml
tests/integration/gefs.anemoi.yaml
tests/integration/gefs.base.yaml
tests/integration/gfs.anemoi.yaml
tests/integration/gfs.base.yaml
tests/integration/hrrr.anemoi.yaml
tests/integration/hrrr.base.yaml
tests/integration/replay.anemoi.yaml
tests/integration/replay.base.yaml
tests/integration/test_datasets.py
ufs2arco/__init__.py
ufs2arco/cice6dataset.py
ufs2arco/cli.py
ufs2arco/datamover.py
ufs2arco/driver.py
ufs2arco/fv3dataset.py
ufs2arco/layers2pressure.py
ufs2arco/log.py
ufs2arco/mom6dataset.py
ufs2arco/mpi.py
ufs2arco/multidriver.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/entry_points.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/aws_aorc.py
ufs2arco/sources/aws_gefs_archive.py
ufs2arco/sources/aws_hrrr_archive.py
ufs2arco/sources/base.py
ufs2arco/sources/cloud_zarr.py
ufs2arco/sources/gcs_era5_1degree.py
ufs2arco/sources/gcs_replay_atmosphere.py
ufs2arco/sources/gfs_archive.py
ufs2arco/sources/noaa_grib_forecast.py
ufs2arco/sources/reference.gefs.yaml
ufs2arco/sources/reference.gfs.yaml
ufs2arco/sources/reference.hrrr.yaml
ufs2arco/targets/__init__.py
ufs2arco/targets/anemoi.py
ufs2arco/targets/base.py
ufs2arco/targets/forcings.py
ufs2arco/transforms/__init__.py
ufs2arco/transforms/horizontal_regrid.py
ufs2arco/transforms/mappings.py
ufs2arco/transforms/rotate_vectors.py
ufs2arco/transforms/transformer.py
ufs2arco/transforms/vertical_regrid.py