Skip to content

Commit

Permalink
Change acorn to wcoss2
Browse files Browse the repository at this point in the history
 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: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Aug 10, 2021
1 parent 606afde commit 76d6b69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions sorc/build_gsd_prep_chem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sorc/build_ufs_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d6b69

Please sign in to comment.