WRF (Weather Research and Forecasting) Model - Knowledge Infrastructure

Automate WRF v4.7.1 deployment and execution pipeline stages.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill wrf-weather-research-and-forecasting-model-knowledge-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WRF (Weather Research and Forecasting) Model - Knowledge Infrastructure
Source: https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation/tree/main/models/WRF
Command: npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill wrf-weather-research-and-forecasting-model-knowledge-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an end-to-end operational blueprint to deploy and run the Weather Research and Forecasting (WRF) model within a structured knowledge infrastructure, enabling autonomous model execution and post-processing.

Core Features & Use Cases

  • Stage-based pipeline: orchestrates configuration, domain setup, forcing conversion, namelist assembly, initialization, model execution, and post-processing.
  • Comprehensive tooling: includes preflight checks, wrappers for real.exe and wrf.exe, and post-run validation with logs and summaries.
  • Documentation and diagnostics: ships skill documents, diagnostic triplets, and workflow guidance to support reproducible experiments.
  • Use Case: researchers run a full WRF cycle (domain definition to wrfout analysis) for mesoscale studies with minimal manual scripting.

Quick Start

Configure a two-domain WRF setup using this KI and execute the 8-stage pipeline to obtain wrfout files.

Frequently Asked Questions about WRF (Weather Research and Forecasting) Model - Knowledge Infrastructure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end WRF model run from domain configuration to post-processing?

You can automate a full WRF model run using a stage-based pipeline that handles domain setup, forcing conversion, namelist assembly, initialization, execution, and post-processing. This minimizes manual scripting by orchestrating the entire workflow from configuration to wrfout analysis.

What is included in the WRF v4.7.1 workflow pipeline?

The WRF v4.7.1 workflow pipeline includes preflight validation, domain configuration, data preprocessing, real.exe and wrf.exe execution wrappers, and post-run validation. It provides diagnostic-triplet guidance and documentation to ensure reproducible meteorological experiments.

Can I use this to run a two-domain WRF setup for mesoscale studies?

Yes, you can configure a two-domain WRF setup and execute the 8-stage pipeline to obtain wrfout files. This is designed for researchers running mesoscale studies who need a full WRF cycle from domain definition to output analysis.

How does preflight validation work before running WRF?

Preflight validation checks your configuration and environment before executing the WRF model. It ensures that domain setup, namelist assembly, and forcing data meet the required standards to prevent execution failures during the real.exe and wrf.exe stages.

What's the best way to ensure reproducible WRF experiments?

To ensure reproducible WRF experiments, use a structured knowledge infrastructure that ships with workflow documentation, diagnostic triplets, and post-run validation logs. This approach standardizes the pipeline from initialization to wrfout file generation.

Why does my WRF workflow require manual scripting between stages?

Your WRF workflow requires manual scripting if you lack an orchestration layer to transition between stages. Implementing an automated knowledge infrastructure connects domain setup, namelist assembly, and execution wrappers seamlessly, eliminating the need for manual intervention.