The official WPS docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current WPS docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The WRF Pre-Processing System (WPS) is a collection of Fortran and C programs that provides data used as input to the real.exe program. There are three main programs and a number of auxiliary programs that are part of WPS.
geogrid
ungrib
metgrid
Learn more on WRF Model Users Site.
The tag of each wps docker image is consist of the version of wps and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 4.7.0-oe2403sp4 | WPS 4.7.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
Here, users can select the corresponding {Tag} by requirements.
Pull the openeuler/wps image from docker
docker pull openeuler/wps:{Tag}
Start an interactive WPS instance
docker run -it --name my-wps openeuler/wps:{Tag}
This will give you a bash prompt in the WPS directory, and from here you can begin your work to run the WPS tasks.
Check the logs of the running container
docker logs -f my-wps
Execute a command in the running container
docker exec -it my-wps geogrid.exe
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:98436847b…
Size
113.9 MB
Last updated
1 day ago
docker pull openeuler/wps