Skip to content

Commit

Permalink
Add acorn to sorc/machine-setup.sh
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   sorc/machine-setup.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Jun 25, 2021
1 parent cd784f5 commit 28959d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,22 @@ export NCEPLIBS=/mnt/lfs3/projects/hfv3gfs/gwv/NCEPLIBS.15X
export WRFPATH=$NCEPLIBS/wrf.shared.new/v1.1.1/src
export myFC=mpiifort

##---------------------------------------------------------------------------
elif [[ -d /apps/prod ]]; then

# We are on WCOSS2/Acorn
target=acorn

module purge
source /apps/prod/lmodules/startLmod
#module use -a /apps/prod/modules
# For gefs_nemsio2nc
#module use /lfs/h1/ops/prod/libs/modulefiles/stack
#module load hpc
#module load hpc-intel
#module load hpc-cray-mpich
module load envvar/1.0

else
echo WARNING: UNKNOWN PLATFORM 1>&2
fi
Expand Down

0 comments on commit 28959d2

Please sign in to comment.