Versions Compared

Key

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

...

Below are some basic examples on how to retrive retrieve DECK output data on NERSC. You can retrieve directly from NERSC Edison or Cori machinesmachine, but you may see for better performance if you log in we strongly recommend login to one of the NERSC DTN nodesDTNs (data transfer nodes: dtn<01…04>.nersc.gov). The examples below assume that you have installed a conda environment with the latest version of zstash (see zstash quickstart guideexample below relies on the E3SM unified environment. Alternatively, you can also install zstash in your own conda environment (see zstash documentation).

Activate environment

If you are using bash shell:

Code Block
languagebash
source activate zstash/global/project/projectdirs/acme/software/anaconda_envs/load_latest_e3sm_unified_py2.7_nox.sh

If you are using csh shell:

Code Block
languagebash
source /global/project/projectdirs/acme/software/anaconda_envs/load_latest_e3sm_unified_py2.7_nox.csh

Examples

Retrieve selected cam.h0 files from piControl

...