Skip to content

Commit

Permalink
Merge pull request #88 from E3SM-Project/1.5.0
Browse files Browse the repository at this point in the history
Update to 1.5.0
  • Loading branch information
xylar authored Jul 18, 2021
2 parents edfee01 + f3a3bc2 commit 25d3cee
Show file tree
Hide file tree
Showing 27 changed files with 6,827 additions and 353 deletions.
288 changes: 0 additions & 288 deletions e3sm_supported_machines/create_new_e3sm_unified_env.py

This file was deleted.

30 changes: 30 additions & 0 deletions e3sm_supported_machines/default.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Options related to deploying a e3sm-unified conda environment on supported
# machines
[deploy]

# is this a shared production environment?
release = False

# Recreate the environment if it already exists?
recreate = False

# a suffix on the environment name
suffix =

# the python version
python = 3.8

# the MPI version (nompi, mpich or openmpi)
mpi = nompi

# the version of ESMF to build if using system compilers and MPI
esmf = 8.1.1

# the version of mpi4py to build if using system compilers
mpi4py = 3.0.3

# the version of TempestExtremes to build if using system compilers and MPI
tempest_extremes = 2.2

# the version of ILAMB to build if using system compilers and MPI
ilamb = 2.6
Loading

0 comments on commit 25d3cee

Please sign in to comment.