From 435148c775f0d350931de1ce3c4e084d5b267844 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 8 Mar 2023 09:42:58 +0100 Subject: [PATCH] Update location for shared envs and data on chicoma --- compass/machines/chicoma-cpu.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/compass/machines/chicoma-cpu.cfg b/compass/machines/chicoma-cpu.cfg index 600a768e5e..70a2256f6d 100644 --- a/compass/machines/chicoma-cpu.cfg +++ b/compass/machines/chicoma-cpu.cfg @@ -4,11 +4,11 @@ [paths] # A shared root directory where MPAS standalone data can be found -database_root = /usr/projects/regionalclimate/COMMON_MPAS/mpas_standalonedata/ +database_root = /usr/projects/e3sm/mpas_standalonedata/ # the path to the base conda environment where compass environments have # been created -compass_envs = /usr/projects/climate/SHARED_CLIMATE/compass/chicoma-cpu/base +compass_envs = /usr/projects/e3sm/compass/chicoma-cpu/base # Options related to deploying a compass conda environment on supported @@ -22,7 +22,7 @@ compiler = gnu mpi_gnu = mpich # the base path for spack environments used by compass -spack = /usr/projects/climate/SHARED_CLIMATE/compass/chicoma-cpu/spack +spack = /usr/projects/e3sm/compass/chicoma-cpu/spack # whether to use the same modules for hdf5, netcdf-c, netcdf-fortran and # pnetcdf as E3SM (spack modules are used otherwise) @@ -51,4 +51,3 @@ partition = standard # The job quality of service (QOS) to use qos = standard -