HathewayWill / WRF-MOSIT

This BASH script installs all the required libraries, packages, software, dependencies, etc for the Weather Research & Forecasting model suite.
GNU General Public License v3.0
34 stars 10 forks source link
atmospheric-chemistry atmospheric-modelling atmospheric-science linux macos modeling ncar noaa ubuntu ucar windows-subsystem-for-linux windows-subsystem-linux wrf wrfchem wrfhydro

Citation:

Hatheway, W., Snoun, H., ur Rehman, H. et al. WRF-MOSIT: a modular and cross-platform tool for configuring and installing the WRF model. Earth Sci Inform (2023). https://doi.org/10.1007/s12145-023-01136-y


WRF Multi Operational System Install Toolkit

This is a BASH script that provides options to install the following Weather Research & Forecasting Model (WRF) packages in 64-bit systems:


Libraries Installed (Latest libraries as of 11/01/2023)


Software Packages


Pre/Post Processing Packages Installed


MacOS Installation

brew install git

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

APT Installation

sudo apt install git -y

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log

YUM/DNF Installation

sudo (yum or dnf) install git -y

git clone https://github.com/HathewayWill/WRF-MOSIT.git

cd $HOME/WRF-MOSIT

chmod 775 *.sh

./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log


Exports to run WRF and WPS programs


Tested on Ubuntu 22.04.4 LTS, Ubuntu 24.04.1 LTS, MacOS Ventura, MacOS Sonoma, Centos7, Rocky Linux 9, Windows Sub-Linux Ubuntu

Estimated Run Time ~ 60 to 120 Minutes @ 10mbps download speed.