Skip to content

Instantly share code, notes, and snippets.

View pvaezi's full-sized avatar

Payam pvaezi

View GitHub Profile
@pvaezi
pvaezi / install_netcdf4.sh
Created May 26, 2017 03:35
Install netCDF4 in Ubuntu
#!/bin/bash
# Script to install hdf5 and netCDF4 libraries on a Linux Ubuntu system
# After: https://code.google.com/p/netcdf4-python/wiki/UbuntuInstall
# And http://unidata.github.io/netcdf4-python/
# You can check for newer version of the programs on
# ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4/
# and other sources