Skip to content

Instantly share code, notes, and snippets.

@robertdfrench
Created August 30, 2017 02:08
Show Gist options
  • Save robertdfrench/adc31da2ded19948594cc3f1b48adfe0 to your computer and use it in GitHub Desktop.
Save robertdfrench/adc31da2ded19948594cc3f1b48adfe0 to your computer and use it in GitHub Desktop.
Test py-netcdf4
#!/bin/bash
module load py-netcdf
module load py-numpy
module load py-matplotlib
module load py-scipy
python -c "import netCDF4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment