File size: 9,973 Bytes
150b843 bf215f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | ---
license: openmdw-1.1
---
# PhysicsNeMo Checkpoints: StormCast-CONUS
## Description:
StormCast-CONUS is a high-resolution generative regional weather forecasting model that autoregressively predicts 99 state variables at km scale over the Continental United States (CONUS), using a 1-hour time step with dense vertical resolution in the atmospheric boundary layer. StormCast-CONUS is a further development of [StormCast V1](https://huggingface.co/nvidia/stormcast-v1-era5-hrrr), replacing the UNet backbone with a Diffusion Transformer (DiT) architecture that uses neighborhood attention (NATTEN) for efficient high-resolution attention computation.
For training recipes see [NVIDIA PhysicsNeMo](https://github.com/NVIDIA/physicsnemo/tree/main/examples/weather/stormcast), for inference see [NVIDIA Earth2Studio](https://github.com/NVIDIA/earth2studio).
This model is ready for commercial or non-commercial use.
### License/Terms of Use:
**Governing Terms**: Use of this model is governed by the [Linux Foundation OpenMDW License Agreement, version 1.1](https://github.com/OpenMDW/OpenMDW/blob/main/1.1/LICENSE.OpenMDW-1.1).
### Deployment Geography:
Global
### Use Case:
High-resolution regional weather forecasting and ensemble generation over CONUS at km scale
## Reference(s):
- StormCast v1: [Kilometer-Scale Convection Allowing Model Emulation using Generative Diffusion Modeling](https://arxiv.org/abs/2408.10958) <br>
## Model Architecture:
**Architecture Type:** StormCast-CONUS uses a Diffusion Transformer (DiT) architecture with neighborhood attention (NATTEN), 265M parameters. <br>
**Network Architecture:** Diffusion Transformer (DiT) with Neighborhood Attention (NATTEN) <br>
## Input:
**Input Type(s):**
- Tensor (125 Surface and Model level variables - 99 state variables and 26 conditioning variables.)
- DateTime (NumPy Array) <br>
**Input Format(s):** PyTorch Tensor / NumPy array <br>
**Input Parameters:**
- Four Dimensional (4D) (batch, variable, latitude, longitude) <br>
- Input DateTime (1D) <br>
**Other Properties Related to Input:**
- Input latitude/longitude grid: HRRR Lambert Conformal Conic projection, 3 km resolution, 1024×1792 grid
- Input state weather variables: `u10m`, `v10m`, `t2m`, `mslp`, `u_hl1`, `u_hl2`, `u_hl3`, `u_hl4`, `u_hl5`, `u_hl6`, `u_hl7`, `u_hl8`, `u_hl9`, `u_hl10`, `u_hl11`, `u_hl13`, `u_hl15`, `u_hl20`, `u_hl25`, `u_hl30`, `v_hl1`, `v_hl2`, `v_hl3`, `v_hl4`, `v_hl5`, `v_hl6`, `v_hl7`, `v_hl8`, `v_hl9`, `v_hl10`, `v_hl11`, `v_hl13`, `v_hl15`, `v_hl20`, `v_hl25`, `v_hl30`, `t_hl1`, `t_hl2`, `t_hl3`, `t_hl4`, `t_hl5`, `t_hl6`, `t_hl7`, `t_hl8`, `t_hl9`, `t_hl10`, `t_hl11`, `t_hl13`, `t_hl15`, `t_hl20`, `t_hl25`, `t_hl30`, `q_hl1`, `q_hl2`, `q_hl3`, `q_hl4`, `q_hl5`, `q_hl6`, `q_hl7`, `q_hl8`, `q_hl9`, `q_hl10`, `q_hl11`, `q_hl13`, `q_hl15`, `q_hl20`, `q_hl25`, `q_hl30`, `z_hl1`, `z_hl2`, `z_hl3`, `z_hl4`, `z_hl5`, `z_hl6`, `z_hl7`, `z_hl8`, `z_hl9`, `z_hl10`, `z_hl11`, `z_hl13`, `z_hl15`, `z_hl20`, `z_hl25`, `z_hl30`, `p_hl1`, `p_hl2`, `p_hl3`, `p_hl4`, `p_hl5`, `p_hl6`, `p_hl7`, `p_hl8`, `p_hl9`, `p_hl10`, `p_hl11`, `p_hl13`, `p_hl15`, `p_hl20`, `refc` <br>
- Conditioning weather variables: `u10m`, `v10m`, `t2m`, `tcwv`, `mslp`, `sp`, `u1000`, `u850`, `u500`, `u250`, `v1000`, `v850`, `v500`, `v250`, `z1000`, `z850`, `z500`, `z250`, `t1000`, `t850`, `t500`, `t250`, `q1000`, `q850`, `q500`, `q250`
- Cosine of solar zenith angle (computed)
- Constant inputs: mean and standard deviation of surface elevation in pixel; land/water mask
For variable naming information, review the `HRRR` Lexicon at [Earth2Studio](https://github.com/NVIDIA/earth2studio/blob/main/earth2studio/lexicon/hrrr.py), but `u`, `v`, `t`, `z` and `p` refer to winds, temperature, geopotential, and pressure (respectively). Variables marked with `_hl` refer to natural/hybrid model levels.
## Output:
**Output Type(s):** Tensor (99 Surface and Model level variables) <br>
**Output Format:** PyTorch Tensors <br>
**Output Parameters:** Four Dimensional (4D) (batch, variable, latitude, longitude) <br>
**Other Properties Related to Output:**
- Output latitude/longitude grid: HRRR Lambert Conformal Conic projection, 3 km resolution, 1024×1792 grid
- Output state weather variables: `u10m`, `v10m`, `t2m`, `mslp`, `u_hl1`, `u_hl2`, `u_hl3`, `u_hl4`, `u_hl5`, `u_hl6`, `u_hl7`, `u_hl8`, `u_hl9`, `u_hl10`, `u_hl11`, `u_hl13`, `u_hl15`, `u_hl20`, `u_hl25`, `u_hl30`, `v_hl1`, `v_hl2`, `v_hl3`, `v_hl4`, `v_hl5`, `v_hl6`, `v_hl7`, `v_hl8`, `v_hl9`, `v_hl10`, `v_hl11`, `v_hl13`, `v_hl15`, `v_hl20`, `v_hl25`, `v_hl30`, `t_hl1`, `t_hl2`, `t_hl3`, `t_hl4`, `t_hl5`, `t_hl6`, `t_hl7`, `t_hl8`, `t_hl9`, `t_hl10`, `t_hl11`, `t_hl13`, `t_hl15`, `t_hl20`, `t_hl25`, `t_hl30`, `q_hl1`, `q_hl2`, `q_hl3`, `q_hl4`, `q_hl5`, `q_hl6`, `q_hl7`, `q_hl8`, `q_hl9`, `q_hl10`, `q_hl11`, `q_hl13`, `q_hl15`, `q_hl20`, `q_hl25`, `q_hl30`, `z_hl1`, `z_hl2`, `z_hl3`, `z_hl4`, `z_hl5`, `z_hl6`, `z_hl7`, `z_hl8`, `z_hl9`, `z_hl10`, `z_hl11`, `z_hl13`, `z_hl15`, `z_hl20`, `z_hl25`, `z_hl30`, `p_hl1`, `p_hl2`, `p_hl3`, `p_hl4`, `p_hl5`, `p_hl6`, `p_hl7`, `p_hl8`, `p_hl9`, `p_hl10`, `p_hl11`, `p_hl13`, `p_hl15`, `p_hl20`, `refc` <br>
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
## Software Integration
**Runtime Engine(s):** Not Applicable <br>
**Supported Hardware Microarchitecture Compatibility:** <br>
* NVIDIA Ampere <br>
* NVIDIA Hopper <br>
* NVIDIA Blackwell <br>
**Supported Operating System(s):**
* Linux <br>
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
## Model Version(s):
**Model Version:** 1.0.0 <br>
# Training, Testing, and Evaluation Datasets:
## Training Dataset:
**Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
*Data Modality:*
* Gridded geophysical time series
*Data Size:*
* 150 GB subset used for model training
**Properties:**
ERA5 data for the period 2018-07-12 – 2025-09-30. ERA5 provides hourly estimates of various
atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
grid and resolves the atmosphere at 137 levels. <br>
**Link:** [HRRR](https://rapidrefresh.noaa.gov/hrrr/) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
*Data Modality:*
* Gridded geophysical time series
*Data Size:*
* 15 TB subset used for model training
**Properties:**
HRRR data for the date range of 2018-07-12 to 2025-09-30. The HRRR is a NOAA real-time 3-km resolution, hourly updated, cloud-resolving, convection-allowing atmospheric model, initialized by 3 km grids with 3 km radar assimilation. <br>
**Link:** [ASTER GDEM/ASTWBD](https://asterweb.jpl.nasa.gov/gdem.asp) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
*Data Modality:*
* Gridded geophysical static data
*Data Size:*
* 120 MB upsampled subset used for model training
**Properties:**
Global digital elevation model (DEM) and water body map. Native resolution ~30 m/pixel, upsampled to HRRR grid. <br>
## Testing/Evaluation Dataset:
**Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
**Properties:**
ERA5 data for the date range of 2025-10-01 - 2025-12-31. ERA5 provides hourly estimates of various
atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
grid and resolves the atmosphere at 137 levels. <br>
**Link:** [HRRR](https://rapidrefresh.noaa.gov/hrrr/) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
**Properties:**
HRRR data for the date range of 2025-10-01 - 2025-12-31. The HRRR is a NOAA real-time 3-km resolution, hourly updated, cloud-resolving, convection-allowing atmospheric model, initialized by 3 km grids with 3 km radar assimilation. <br>
**Link:** [ASTER GDEM/ASTWBD](https://asterweb.jpl.nasa.gov/gdem.asp) <br>
*Data Collection Method by dataset:* <br>
* Automatic/Sensors <br>
*Labeling Method by dataset:* <br>
* Automatic/Sensors <br>
**Properties:**
Global digital elevation model (DEM) and water body map. Native resolution ~30 m/pixel, upsampled to HRRR grid. <br>
## Inference:
**Engine:** [PyTorch](https://pytorch.org/) / [Earth2Studio](https://github.com/NVIDIA/earth2studio) <br>
**Test Hardware:**
* NVIDIA Ampere (A100) <br>
* NVIDIA Hopper (H100) <br>
* NVIDIA Ada Lovelace (L40S) <br>
## Ethical Considerations:
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|