Skip to content

Commit

Permalink
changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekg7 committed Oct 11, 2020
1 parent aa90ce3 commit 67ba5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
## 0. Load all necessary modules
```
module purge
ml Miniconda2/4.3.21
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
```
Expand All @@ -25,6 +25,7 @@ export POSTPROCESS_PATH=`pwd`
```
ml purge
ml Miniconda2/4.3.21
ml Python/2.7.15-foss-2018b
source activate $POSTPROCESS_PATH/cesm-env2
```
## 4. Create your postprocessing instance
Expand Down

0 comments on commit 67ba5e1

Please sign in to comment.