Skip to content

Docker image to execute WRF model for 10 days forecast

Notifications You must be signed in to change notification settings

CIAT-DAPA/agrilac_wrf_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for WRF Model with Agrilac Postprocessing

This Docker image is configured to run the Weather Research and Forecasting (WRF) model in the context of Honduras, with additional setup for postprocessing using the WRF postprocessing package.

Description

This Docker image is based on Ubuntu 20.04 and includes all necessary dependencies and configurations to set up and run the WRF model, as well as process its outputs using the WRF postprocessing package.

Features

  • Installs essential packages and tools required for WRF model setup and execution.
  • Sets up directories for input and output data.
  • Copies necessary configuration files and scripts.
  • Downloads and extracts WRF model files and dependencies.
  • Configures and compiles WRF and WPS (WRF Preprocessing System).
  • Integrates the WRF postprocessing package for data transformation and visualization.

Installation and Usage

To use this Docker image, follow these steps:

  1. Pull the Docker Image:
   docker pull dsclimateaction/wrf_10_days

2. Run the Docker Container

    docker run -it --name wrf-container -v /path/to/local/input:/home/input -v /path/to/local/output:/home/output dsclimateaction/wrf_10_days:latest

Replace /path/to/local/input and /path/to/local/output with your local directories for input and output data. For example, if your WRF model output files are located in /path/to/local/input on your local machine, and you want to save the processed outputs to /path/to/local/output, you would modify the command as follows:

Note

Agrilac WRF Postprocessing: The container includes the Agrilac WRF postprocessing package (agrilac_wrf_postprocessing) for transforming WRF model outputs into daily raster images and PNG files. High-Resolution Geographic Data: Geographic data specific to the Caribbean region is preconfigured and utilized by the WRF model setup within the container.

About

Docker image to execute WRF model for 10 days forecast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages