openeuler/wrf
The official WRF docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, 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.
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.6.1-oe2403lts | WRF 4.6.1 on openEuler 24.03-LTS | amd64, arm64 |
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.
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 openeuler/wrf