Skip to content
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added GenCast 1 degree Mini model
- Added CAMS Global atmospheric composition forecast data source (`CAMS_FX`)
- Added `CAMSGlobalLexicon` for CAMS variable mappings (AOD, total column gases)

### Changed

Expand Down
1 change: 1 addition & 0 deletions docs/modules/datasources_forecast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Typically used in intercomparison workflows.
:template: datasource.rst

data.AIFS_FX
data.CAMS_FX
data.AIFS_ENS_FX
data.GFS_FX
data.GEFS_FX
Expand Down
1 change: 1 addition & 0 deletions earth2studio/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .ace2 import ACE2ERA5Data
from .arco import ARCO
from .base import DataSource, ForecastSource
from .cams import CAMS_FX
from .cbottle import CBottle3D
from .cds import CDS
from .cmip6 import CMIP6, CMIP6MultiRealm
Expand Down
Loading