Skip to content

Instantly share code, notes, and snippets.

View LujunZz's full-sized avatar
💭
I may be slow to respond.

LujunZz

💭
I may be slow to respond.
  • University of Oklahoma
  • Norman, Oklahoma
View GitHub Profile
@LujunZz
LujunZz / install_wrf41.sh
Created August 22, 2021 16:20 — 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