Versions Compared

Key

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

...

The SCREAMv1 build requires a handful of python libraries. It also requires a ton of other dependencies, but CIME handles these automatically. Here’s what you need to do on each machine:

  • NERSC (cori-knl, pm-cpu, pm-gpu): nothing to do - everything is available by default

  • Summit: just module load python

  • LLNL machines (quartz, syrah): Create a conda environment with the needed packages:

...

  1. If you want to construct your own grid (e.g. for RRM), see Running E3SM on New Atmosphere Grids

  2. ./xmlchange ATM_NCPL . Note that this is the number of atm timesteps per day so the model timestep (commonly known as dtime) is 86400 sec/ATM_NCPL. See the dycore settings link at the end of this section for guidance on choosing dtime.

...