Versions Compared

Key

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

Table of Contents

...

The easiest way to make sure ncremap is up to date and will work for this workflow, we can source the ESMF-Unified conda environment. Instructions for supported machines can be found here. For Edison and Cori, it is as simple as:

Code Block
source 	
/global/cfscommon/cdirssoftware/e3sm/software/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh

For unsupported machines you may need to install the conda environment via:

Code Block
conda install -c conda-forge -c e3sm -c cdat e3sm-unified

TempestRemap was built in Step #1 above.     We need to tell ncremap where to find our TempestRemap binaries, so we need to append to our PATH:

...

...