Skip to content

Instantly share code, notes, and snippets.

View alycest's full-sized avatar

Alyce ST alycest

  • DPIRD
  • Perth, Western Australia
View GitHub Profile
@Talal1977s
Talal1977s / install_wrf41.sh
Created December 15, 2021 03:58 — forked from jamal919/install_wrf41.sh
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