Skip to content

MohammedElGharawy/WRF-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WRF / WPS image

Overview

This repository provides a Dockerfile for building WRF (Weather Research and Forecasting) and WPS (WRF Preprocessing System) on an Ubuntu base. The Docker container is created using Podman and can be converted into a Singularity image by saving it as a tar using Podman.

Prerequisites

Before proceeding, ensure that you have the following installed:

Building the Container

To build the Docker container, use the following command:

podman build -t wps .

Converting to a Singularity Image

After successfully building the container, you can convert it into a Singularity image by saving it as a tar file:

podman save wps -o image.tar

Once you have the tar file, you can build a Singularity image using the following command:

singularity build --fakeroot IMG.sif docker-archive://image.tar

Usage

To use the generated Singularity image, execute the following command:

singularity run IMG.sif

Acknowledgments

We would like to acknowledge the developers of WRF and WPS for their invaluable contributions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published