Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For illustration, we clone the repository under ~/ACME_code

mkdir -p ~/ACME_code

cd ~/ACME_code

git clone git@github.com:ACME-Climate/PreAndPostProcessingScripts.git

Set-up working directory and environment

Create working directory and copy utility scripts

mkdir ~/mytest

cd ~/mytest

cp ~/ACME_code/PreAndPostProcessingScripts/create_model_diagnostics/pcmdi_metrics_package

Load conda environment

export PATH=/usr/local/anaconda2/bin:${PATH}

source activate latest

...