diff --git a/Externals.cfg b/Externals.cfg index e905cb7658..7f21dd6348 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -9,7 +9,7 @@ required = True local_path = components/cice [cime] -tag = cime5.6.45 +tag = cime5.6.47 protocol = git repo_url = https://github.com/ESMCI/cime required = True diff --git a/cime_config/config_pes.xml b/cime_config/config_pes.xml index 912836a1ed..7ce147e2d7 100644 --- a/cime_config/config_pes.xml +++ b/cime_config/config_pes.xml @@ -1243,6 +1243,44 @@ + + + + none + + 36 + 36 + 36 + 36 + 36 + 36 + 36 + 36 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + + @@ -1260,6 +1298,44 @@ + + + + none + + -35 + -35 + -35 + -35 + -35 + -35 + -35 + -35 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + + diff --git a/test/system/archive_baseline.sh b/test/system/archive_baseline.sh index 49ed028407..382f80154a 100755 --- a/test/system/archive_baseline.sh +++ b/test/system/archive_baseline.sh @@ -111,6 +111,16 @@ case $hostname in baselinedir="/glade/p/cesm/amwg/cesm_baselines/$cam_tag" ;; + de*) + echo "server: derecho" + if [ -z "$CAM_FC" ]; then + CAM_FC="INTEL" + fi + test_file_list="tests_pretag_derecho" + cam_tag=$1 + baselinedir="/glade/campaign/cesm/community/amwg/cam_baselines/$cam_tag" + ;; + * ) echo "ERROR: machine $hostname not currently supported"; exit 1 ;; esac