GraphCastOperational¶
GlobalMRF202240 GBGoogleJAX
Import path: earth2studio.models.px.GraphCastOperational
View source on GitHub View install commands
Documentation¶
Bases: Module, AutoModelMixin, PrognosticMixin
GraphCast operational model
A high-resolution model (0.25 degree resolution, 13 pressure levels) pre-trained on ERA5 data from 1979 to 2017 and fine-tuned on HRES data from 2016 to 2021. This model can be initialized from HRES data (does not require precipitation inputs).
The model operates on a 0.25-degree lat-lon grid (south-pole including) equirectangular grid with 85 variables including:
- Surface variables (2m temperature, 10m winds, etc.)
- Pressure level variables (temperature, winds, geopotential, etc.)
- Static variables (land-sea mask, surface geopotential)
Note
As of July 2026, GraphCast was renamed to WeatherNext 1-Graph in the WeatherNext codebase. This Earth2Studio wrapper keeps the GraphCast name for backwards compatibility.
For more information see the following references:
Warning
We encourage users to familiarize themselves with the license restrictions of this model's checkpoints.
Parameters:
-
ckpt(CheckPoint) –Model checkpoint containing weights and configuration
-
diffs_stddev_by_level(Dataset) –Standard deviation of differences by level for normalization
-
mean_by_level(Dataset) –Mean values by level for normalization
-
stddev_by_level(Dataset) –Standard deviation by level for normalization
-
land_sea_mask(array) –Quater degree resolution [721x1440] land sea mask on lat-lon grid
-
geopotential_at_surface(array) –Quater degree resolution [721x1440] geopotential at surface on lat-lon grid