Skip to content

Commit

Permalink
update comp_ice.backend with temporary ice_timers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Jun 25, 2020
1 parent 6982ee4 commit 089f60f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions forapps/ufs/comp_ice.backend.libcice
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ setenv THRD no # set to yes for OpenMP threading

if (${SITE} =~ cheyenne*) then
setenv ARCH cheyenne_intel
#else if (${SITE} =~ Orion*) then
# setenv ARCH orion_intel
#else if (${SITE} =~ hera*) then
# setenv ARCH hera_intel
else if (${SITE} =~ Orion*) then
setenv ARCH orion_intel
else if (${SITE} =~ hera*) then
setenv ARCH hera_intel
else
echo "CICE6 ${0}: ERROR in ARCH setup, ${hname}"
exit -2
Expand Down Expand Up @@ -129,6 +129,7 @@ endif
mkdir -p ${BINDIR}
cp -f ${OBJDIR}/libcice6.a ${BINDIR}/
cp -f ${OBJDIR}/ice_comp_nuopc.mod ${BINDIR}/
cp -f ${OBJDIR}/ice_timers.mod ${BINDIR}/

cat >! ${BINDIR}/cice6.mk << EOF
# ESMF self-describing build dependency makefile fragment
Expand Down

0 comments on commit 089f60f

Please sign in to comment.