From 6d6b14a9ee8548892cb6d312b4b226cf3849dfd0 Mon Sep 17 00:00:00 2001 From: abishekg7 <56273301+abishekg7@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:47:36 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b893bbe..7b5e108 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# CESM_postprocessing +# CESM_postprocessing on Ada ## Installation and Usage instructions ## 0. Load all necessary modules ``` module purge +ml Anaconda/2-5.0.1 ml NCL/6.6.2-foss-2018b ml NCO/4.7.9-foss-2018b ml netCDF/4.6.1-foss-2018b-cdf5 -ml Python/2.7.15-foss-2018b ``` ## 1. Clone CESM_postprocessing ``` @@ -23,7 +23,7 @@ cd CESM_postprocessing ## 3. Activate virtual environment: ``` ml purge -ml Miniconda2/4.3.21 +ml Anaconda/2-5.0.1 export POSTPROCESS_PATH= source activate $POSTPROCESS_PATH/cesm-env2 ```