Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekg7 authored Apr 9, 2020
1 parent 036a3a8 commit 6d6b14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand All @@ -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=<path to your CESM_Postprocessing root>
source activate $POSTPROCESS_PATH/cesm-env2
```
Expand Down

0 comments on commit 6d6b14a

Please sign in to comment.