GGuangJie1building WPS
b23957d2创建于 2025年8月30日历史提交
文件最后提交记录最后更新时间
1 年前
1 年前
10 个月前
10 个月前
10 个月前
10 个月前
README.md

Quick reference

WRF | openEuler

Current WRF docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Weather Research & Forecasting Model (WRF), is a state of the art mesoscale numerical weather prediction system designed for both atmospheric research and operational forecasting applications.

Learn more on WRF website.

Supported tags and respective Dockerfile links

The tag of each wrf docker image is consist of the version of wrf and the version of basic image. The details are as follows

Tag Currently Architectures
4.7.1-oe2403sp2 WRF 4.7.1 on openEuler 24.03-LTS-SP2 amd64, arm64
4.7.1-oe2403sp1 WRF 4.7.1 on openEuler 24.03-LTS-SP1 amd64, arm64
4.7.0-oe2403sp1 WRF 4.7.0 on openEuler 24.03-LTS-SP1 amd64, arm64
4.6.1-oe2403lts WRF 4.6.1 on openEuler 24.03-LTS amd64, arm64

Usage

Here, users can select the corresponding {Tag} by requirements.

  • Pull the openeuler/wrf image from docker

    docker pull openeuler/wrf:{Tag}
    
  • Start an interactive wrf instance

    docker run -ti --name my-wrf openeuler/wrf:{Tag}
    

    This will give you a bash prompt like this:

    [root@13fb722beaec WRF]$
    

    From here, you can begin your work to run the WRF tasks.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.