|
@@ -67,7 +67,7 @@ cd /opt/easybuild/easyconfigs/intel-2016.02
|
|
|
* `eb NCL-6.4.0-intel-2018.eb -r`
|
|
|
* `eb GDAL-2.2.0-intel-2018-Python-3.6.1.eb -r`
|
|
|
|
|
|
-Finally, run `./utils/install_modulerc.sh`
|
|
|
+Finally, run `./utils/install_modulerc_new.sh`
|
|
|
|
|
|
## Python2 packages
|
|
|
|
|
@@ -81,6 +81,8 @@ pip install cffi vsc-base vsc-install
|
|
|
|
|
|
pip install geos netcdf4 cdo geoval cartopy iris matplotlib ipython pyproj scikit-image pillow pandas xarray joblib six gdal shapely rasterio geopandas pytest boto3 salem motionless progressbar2 fiona geopandas configobj https://github.com/matplotlib/basemap/archive/v1.1.0.tar.gz
|
|
|
|
|
|
+pip install spyder python_qt_binding python-qt Qt.py ecmwf-api-client pybufr-ecmwf
|
|
|
+
|
|
|
module purge
|
|
|
```
|
|
|
|
|
@@ -123,6 +125,15 @@ pip install geos netcdf4 cdo geoval cartopy matplotlib ipython pyproj scikit-ima
|
|
|
module purge
|
|
|
```
|
|
|
|
|
|
+## R packages
|
|
|
+
|
|
|
+```bash
|
|
|
+module purge
|
|
|
+module load R
|
|
|
+cd /opt/easybuild/easyconfigs/utils
|
|
|
+Rscript ipak.R
|
|
|
+```
|
|
|
+
|
|
|
## Matlab 2013a
|
|
|
|
|
|
```bash
|