This beginner-oriented repository collects notes and helper files for building WRF/WPS, preparing WPS input data, running WRF from the command line, and using WRF_tools.
Clone this repository with submodules:
git clone --recurse-submodules https://github.com/Atmospheric-Informatics/WRF_guide.git
cd WRF_guideIf this repository was cloned without submodules, initialize them afterward:
git submodule update --init --recursiveUse one of the following approaches.
-
(Recommended) Container build with Podman or Apptainer: WRF Container Guide / Japanese
-
Local GNU build script: install_wrf_gnu.sh
-
Intel classic compiler example: WRF/WPS installation example with Intel
-
AMD AOCC reference: AMD AOCC WRF information
The container guide also includes basic Podman and Apptainer installation notes.
Follow the command-line workflow document:
Basic test files are available here:
Study cases are separated from the basic workflow guide:
- Kanto 2012 cumulonimbus study case
- Kanto 2012 cumulonimbus study case (Japanese)
- ERA5 download script for the Kanto study case
This document covers the main manual workflow:
- library and environment path settings
- WPS_GEOG download
- optional LCZ geographic data
- ERA5 GRIB data preparation
geogrid.exe,ungrib.exe, andmetgrid.exereal.exeandwrf.exe
WRF_tools is included as a Git submodule.