Skip to content

Instantly share code, notes, and snippets.

View demiangomez's full-sized avatar

Demian Gomez demiangomez

View GitHub Profile
@jamal919
jamal919 / install_wrf41.sh
Last active March 13, 2024 15:38
WRF 4.1.2 installation with netCDF4, HDF5 in ubuntu 18.04 LTS
#!/bin/bash
## WRF installation with parallel process.
# Download and install required library and data files for WRF.
# License: LGPL
# Jamal Khan <jamal.khan@legos.obs-mip.fr>
# Tested in Ubuntu 18.04 LTS
# basic package managment
sudo apt update
sudo apt upgrade