NCAR Supercomputer#

Once you have an account and the necessary software, you can log in and run jobs on the NCAR supercomputer. The NCAR supercomputer is also referenced to the NCAR High Performance Computing (HPC).


Logging in on an NCAR system#

To log in, start your terminal or Secure Shell client and run an ssh command as shown here:

ssh -XY username@derecho.hpc.ucar.edu 

OR

ssh -XY username@casper.hpc.ucar.edu

When you log in to the NCAR HPC machines, we recommend you use X11 forwarding. X11 forwarding is an SSH protocol that enables users to run graphical applications on a remote server and interact with them using their local display and I/O devices. It is frequently used by CESM developers for securely interacting with NCAR HPC remote machines.

You can do this by adding the -XY option when logging into the machines with SSH. More information about logging into the NCAR HPC follows below.


Running on derecho#

This tutorial material is designed for use with the derecho HPC system. All of your CESM experiment builds and jobs will be run on derecho.

Please see the link below for more information about the derecho system, including a quick start guide with information about logging into derecho from a terminal, setting up your environment, submitting jobs, etc.

Porting#

This tutorial assumes that you are using NCAR HPC assets. In order to run the CESM on a different computing platform, you will first need to port the CESM code to that environment/machine. We provide information about how to port the model code in the porting section.


Using Casper#

The Casper cluster is a system of specialized data analysis and visualization resources. Casper is not used for building or running CESM, but it is used for CESM data analysis. We will use Casper for the diagnostics section of the lab activities. To utilize the additional analysis tools described in the analysis tools section you will also want to use Casper.


Using JupyterHub#

The diagnostics section of this tutorial will use JupyterHub to run Jupyter Notebooks. You will need to login to the NCAR JupyterHub system to run the notebooks successfully.

NOTE: To run a Jupyter cell

  • Type your command into the cell

  • To execute the command:

    • Press shift+return

    OR
    - Select the cell then click the 'play' button at the top of the window

To learn more about JupyterHub, please follow the link below.