Skip to content

Instantly share code, notes, and snippets.

@raphaeldussin
Created September 1, 2020 20:26
Show Gist options
  • Select an option

  • Save raphaeldussin/99ce48411b4bcdc40e9c7079449d4d02 to your computer and use it in GitHub Desktop.

Select an option

Save raphaeldussin/99ce48411b4bcdc40e9c7079449d4d02 to your computer and use it in GitHub Desktop.
#!/bin/bash
# for PPAN, replace gfdl-ws by gfdl
git clone https://github.com/NOAA-GFDL/FRE-NCtools
pushd FRE-NCtools
here=$(pwd)
export CONFIG_SITE=${here}/site-configs/gfdl-ws/config.site
source ${here}/site-configs/gfdl-ws/env.sh
autoreconf -i
./configure --prefix=${here}
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment