From 76d6b69d5fe7b205d95ddf38f1a6bfa799c25bfe Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Tue, 10 Aug 2021 12:31:34 -0400 Subject: [PATCH] Change acorn to wcoss2 On branch feature/gefs_v12_github_port2acorn renamed: modulefiles/fv3gfs/enkf_chgres_recenter_nc.acorn -> modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss2 renamed: modulefiles/gfs_bufr.acorn -> modulefiles/gfs_bufr.wcoss2 modified: sorc/build_gsd_prep_chem.sh modified: sorc/build_ufs_utils.sh modified: sorc/machine-setup.sh Refs: #345 --- ...hgres_recenter_nc.acorn => enkf_chgres_recenter_nc.wcoss2} | 0 modulefiles/{gfs_bufr.acorn => gfs_bufr.wcoss2} | 0 sorc/build_gsd_prep_chem.sh | 4 ++-- sorc/build_ufs_utils.sh | 2 +- sorc/machine-setup.sh | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) rename modulefiles/fv3gfs/{enkf_chgres_recenter_nc.acorn => enkf_chgres_recenter_nc.wcoss2} (100%) rename modulefiles/{gfs_bufr.acorn => gfs_bufr.wcoss2} (100%) diff --git a/modulefiles/fv3gfs/enkf_chgres_recenter_nc.acorn b/modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss2 similarity index 100% rename from modulefiles/fv3gfs/enkf_chgres_recenter_nc.acorn rename to modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss2 diff --git a/modulefiles/gfs_bufr.acorn b/modulefiles/gfs_bufr.wcoss2 similarity index 100% rename from modulefiles/gfs_bufr.acorn rename to modulefiles/gfs_bufr.wcoss2 diff --git a/sorc/build_gsd_prep_chem.sh b/sorc/build_gsd_prep_chem.sh index ee03fdc4fb..dfa3abd788 100755 --- a/sorc/build_gsd_prep_chem.sh +++ b/sorc/build_gsd_prep_chem.sh @@ -19,8 +19,8 @@ elif [ $target = wcoss_dell_p3 ]; then gpctarget=wcoss-dell-p3 elif [ $target = wcoss ]; then gpctarget=wcoss12 -elif [ $target = acorn ]; then - gpctarget=acorn +elif [ $target = wcoss2 ]; then + gpctarget=wcoss2 else gpctarget=$target fi diff --git a/sorc/build_ufs_utils.sh b/sorc/build_ufs_utils.sh index f86ef4e539..3eb6e5ccba 100755 --- a/sorc/build_ufs_utils.sh +++ b/sorc/build_ufs_utils.sh @@ -6,7 +6,7 @@ cwd=`pwd` if [ $target = wcoss_dell_p3 ]; then target=dell; fi if [ $target = wcoss_cray ]; then target=cray; fi -if [ $target = acorn ]; then target=acorn; fi +if [ $target = wcoss2 ]; then target=wcoss2; fi cd ufs_utils.fd ./build_all.sh diff --git a/sorc/machine-setup.sh b/sorc/machine-setup.sh index a65dc794c9..9df31b030e 100644 --- a/sorc/machine-setup.sh +++ b/sorc/machine-setup.sh @@ -192,8 +192,8 @@ export myFC=mpiifort ##--------------------------------------------------------------------------- elif [[ -d /apps/prod ]]; then - # We are on WCOSS2/Acorn - target=acorn + # We are on WCOSS2 + target=wcoss2 module purge #module use -a /apps/prod/modules