openeuler/wrf

Sponsored OSS

By openeuler

Updated about 2 months ago

Image

108

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

TagCurrentlyArchitectures
4.6.1-oe2403ltsWRF 4.6.1 on openEuler 24.03-LTSamd64, 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.

Docker Pull Command

docker pull openeuler/wrf