Dev & Engineering ✓ NVIDIA · Official earth2studioweather-forecastingdeterministic-inferencepythoncudaforecast-scripting

Earth2Studio Deterministic Forecast

Build single-member weather forecast inference scripts with Earth2Studio.

FollowSkills review · FSRS-2.0
Not recommended
53/ 100 5-point scale 2.7 / 5
Trust18 / 25 · 3.6/5

The skill is scoped to deterministic weather inference, with no evidence of malware, credential theft, or covert exfiltration; however, it instructs users to download model weights and data over the network and write forecast outputs, without user-confirmation guidance, permission boundaries, sensitive-data handling, or rollback instructions, so points are deducted.

Reliability6 / 20 · 1.5/5

The workflow, manual-loop checklist, and troubleshooting table cover the main path; however, model/API compatibility depends on live documentation, examples are not execution-verified, and the evaluation targets conflict with their stated ground truth on models, data sources, and filenames. Static calibration also caps this dimension at 10, so the score remains conservative.

Adaptability10 / 15 · 3.3/5

The description clearly separates deterministic forecasting from ensembles, diagnostics, installation, and other non-fit scenarios, and the evaluation includes positive and negative trigger cases; however, CUDA GPU, network access, and potentially overseas documentation/data services are hard prerequisites, with no mainland-China reachability assessment, CPU alternative, or finer input boundaries, so points are deducted.

Convention9 / 15 · 3.0/5

The skill provides a name, version, license, author, live documentation links, ownership, limitations, and troubleshooting; however, it lacks the recommended Instructions and Examples sections and provides no clear changelog, maintenance commitment, or compatibility matrix. Progressive disclosure and installation notes are incomplete, so points are deducted.

Effectiveness6 / 15 · 2.0/5

It can guide generation of deterministic forecast scripts and covers step calculation, variable filtering, data-source selection, and IO selection, giving it clear core-task value; however, the examples depend on unverified current APIs, and the supplied evaluation materials contain target-versus-ground-truth inconsistencies, so outputs still require user validation and adjustment.

Verifiability4 / 10 · 2.0/5

Committed evaluation configuration, positive and negative tasks, a static-validation report, and target scripts provide limited auditable evidence; however, Tier 3 results are unavailable, there are no execution results, and the report lacks detailed signals and coverage proof, so the score is limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • The core workflow depends on a CUDA-capable GPU and network downloads for weights and data; confirm environment and mainland-China reachability first.
  • Live documentation and model/data-source compatibility require manual verification; the examples should not be treated as validated code.
  • The supplied evaluation targets visibly conflict with their ground truth; correct them and rerun tests covering key paths before publication.
  • Do not use this skill for installation, ensemble, diagnostics, or data-only fetching tasks.
See the full review method →

What does this skill do, and when should you use it?

This skill guides users in building single-member weather forecast inference scripts with Earth2Studio’s deterministic workflow. It covers model and data-source selection, IO backend selection, forecast-step calculation, and output-variable filtering. It requires Python 3.10+, an installed Earth2Studio environment, a CUDA-capable GPU, and network access for model weights and data. It does not cover ensemble workflows, diagnostics, data-only fetching, installation, or model training.

Collects forecast horizon, requested variables, region, and available GPU/VRAM; selects prognostic models using live documentation; checks model input variables against a data source’s vocabulary; chooses Zarr, NetCDF4, or Xarray IO backends; calculates nsteps; generates Python scripts using earth2studio.run.deterministic; provides a manual inference-loop checklist when explicitly requested; and explains how to read Zarr output and continue with diagnostics.

  1. A weather researcher needs a single-member forecast script for selected variables and a defined region.
  2. An Earth2Studio user needs to select a model based on forecast horizon, model timestep, region, and available VRAM.
  3. A developer needs to pair GFS, ARCO, IFS, or HRRR data with compatible model input variables.
  4. A user needs to save forecast output through Zarr, NetCDF4, or in-memory Xarray IO backends.

What are this skill's strengths and limitations?

Pros
  • Covers the workflow from model selection through data compatibility, IO selection, and nsteps calculation.
  • Explicitly checks model input variables against a data source VOCAB.
  • Uses ZarrBackend as the default while supporting output filtering and alternative backends when justified.
  • Provides both a run.deterministic path and a manual-loop checklist.
Limitations
  • Requires a CUDA-capable GPU and does not support CPU inference.
  • Requires network access to model weights and data, plus live documentation checks before recommending models or data sources.
  • Does not cover ensemble forecasting, diagnostics, data-only fetches, installation, or model training.
  • The provided source does not describe a test suite or a broader set of validated platforms.

How do you install this skill?

Install the skill from the NVIDIA/skills catalog with the skills CLI:

npx skills add nvidia/skills --skill earth2studio-deterministic-forecast --yes

To target Codex explicitly:

npx skills add nvidia/skills --skill earth2studio-deterministic-forecast --agent codex --yes

The source does not provide an Earth2Studio installation command; it only states that Earth2Studio must already be installed.

How do you use this skill?

After installation, ask a compatible agent for a request such as: “Build an Earth2Studio deterministic forecast script for 2025-01-01T00:00:00, with a 5-day horizon, 6-hour model steps, and t2m plus wind.” The skill uses the forecast horizon, variables, region, and GPU/VRAM information to consult current model and data-source documentation, verify compatibility, and generate a CUDA-based Python script using earth2studio.run.deterministic. If variables are not specified, it preserves the full model output; for wind speed, it includes both u10m and v10m.

FAQ

Can this skill run on a machine without an NVIDIA GPU?
No. The source requires a CUDA-capable GPU and states that all prognostic models require CUDA; CPU inference is not supported.
Does installing the skill also install Earth2Studio?
No. The repository supplies the skill-installation command, while the skill lists Earth2Studio installation as a prerequisite and does not document its installation steps.
Can it create ensemble forecasts or diagnostic outputs?
No. Its scope is deterministic single-member forecasting. Ensemble workflows and diagnostics are explicitly outside its ownership.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Forecast Wrapper Builder

Build and validate Earth2Studio time-stepping forecast wrappers.

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Diagnostic Builder

Build Earth2Studio wrappers for single-step diagnostic data transformations.

Data & Analysis ✓ NVIDIA · Official

Earth2Studio Weather Data Fetch

Fetch validated weather and climate variables from Earth2Studio sources by time and data type.

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Discover

Find weather and climate models, data sources, and examples that fit a task.

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Data Source Builder

Connect remote weather data to Earth2Studio with tested source wrappers.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Setup Guide

Inspects a Linux host and selects the most suitable Holoscan SDK installation path.

Dev & Engineering ✓ NVIDIA · Official

CuTile Autotuning Guide

Design, implement, and validate low-overhead autotuning for CuTile GPU kernels.

Automation & Ops ✓ NVIDIA · Official

cuOpt Installation Guide

Install and verify NVIDIA cuOpt for Python, C, or REST deployment.

Dev & Engineering ✓ NVIDIA · Official

Holoscan Python Wheel Installer

Install Holoscan SDK Python bindings in a virtual environment and verify them on a Linux NVIDIA GPU system.

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Installation Guide

Helps users install Earth2Studio and configure model extras and environment settings safely.

Automation & Ops ✓ NVIDIA · Official

Jetson Package & Environment Advisor

Select Jetson-compatible containers and GPU package indexes by device architecture.

Dev & Engineering ✓ NVIDIA · Official

CUDA-Q Quantum Onboarding

Guides developers from CUDA-Q installation to quantum kernels, GPU simulation, and real QPU execution.

Data & Analysis ✓ NVIDIA · Official

Synthetic Brain MRI Generator

Generate synthetic brain MRI volumes through NVIDIA’s documented workflow.

Dev & Engineering ✓ NVIDIA · Official

cuTile Python Kernel Assistant

Guides developers in writing, debugging, validating, and optimizing high-performance cuTile GPU kernels.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Installation Guide

Choose and verify the right NeMo Relay path for CLIs, language packages, and maintained frameworks.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge GPU Memory Tuning

Diagnose GPU OOMs in Megatron Bridge training and reduce fragmentation, activation, and PEFT memory usage.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Quick Start

Helps first-time NeMo Relay users prove observable execution value through the smallest suitable trial.

Data & Analysis ✓ NVIDIA · Official

DICOM Series Preflight

Header-only validation for one DICOM series before conversion or inference.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Medical Imaging Segmentation Skill

Run VISTA3D on CT NIfTI volumes and produce verifiable label-map evidence.

Dev & Engineering ✓ NVIDIA · Official

DALI Dynamic Mode Assistant

Helps agents write, review, and migrate NVIDIA DALI imperative dynamic-mode code.

Related skills