The official ncl docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
NCL (NCAR Command Language) is a scripting language for the analysis and visualization of climate and weather data.
NCL is developed by the Computational and Information Systems Lab at the National Center for Atmospheric Research (NCAR).
The tag of each ncl docker image is consist of the version of ncl and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 6.6.2-oe2403sp4 | ncl 6.6.2 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 6.6.2-oe2403sp3 | ncl 6.6.2 on openEuler 24.03-lts-sp3 | amd64, arm64 |
This image provides NCAR Graphics and associated utilities for climate and weather data processing.
List available tools:
docker run -it --rm openeuler/ncl:{Tag} ls /usr/local/ncarg/bin/
Convert GRIB to netCDF:
docker run -it --rm -v $(pwd):/data -w /data openeuler/ncl:{Tag} ncl_convert2nc input.grb
View NCAR Graphics examples:
docker run -it --rm openeuler/ncl:{Tag} ng4ex gsun01n
Learn more on NCL website.
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:9fe5de0ce…
Size
383.1 MB
Last updated
2 months ago
docker pull openeuler/nclPulls:
1
Last week