Skip to content

Commit

Permalink
feature/orion This commit references ufs-community#96.
Browse files Browse the repository at this point in the history
Remove all references to WCOSS Phase 1/2 (tide/gyre),
which is being retired.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 3, 2020
1 parent 07ef1f4 commit 8af1cad
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 140 deletions.
6 changes: 0 additions & 6 deletions modulefiles/fv3gfs/fre-nctools.wcoss

This file was deleted.

22 changes: 0 additions & 22 deletions modulefiles/fv3gfs/global_chgres.wcoss

This file was deleted.

16 changes: 0 additions & 16 deletions modulefiles/fv3gfs/global_cycle.wcoss

This file was deleted.

17 changes: 0 additions & 17 deletions modulefiles/fv3gfs/nst_tf_chg.wcoss

This file was deleted.

16 changes: 0 additions & 16 deletions modulefiles/fv3gfs/orog.wcoss

This file was deleted.

6 changes: 0 additions & 6 deletions modulefiles/module-setup.sh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ elif [[ -d /gpfs/hps && -e /etc/SuSE-release ]] ; then
module use /gpfs/hps/nco/ops/nwprod/modulefiles
module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles
module use /usrx/local/prod/modulefiles
elif [[ -d /dcom && -d /hwrf ]] ; then
# We are on NOAA Tide or Gyre
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /usrx/local/Modules/default/init/$__ms_shell
fi
module purge
elif [[ -L /usrx && "$( readlink /usrx 2> /dev/null )" =~ dell ]] ; then
# We are on NOAA Mars or Venus
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down
13 changes: 0 additions & 13 deletions modulefiles/module_nemsutil.wcoss

This file was deleted.

14 changes: 0 additions & 14 deletions modulefiles/modulefile.global_emcsfc_ice_blend.wcoss

This file was deleted.

18 changes: 0 additions & 18 deletions modulefiles/modulefile.global_emcsfc_snow2mdl.wcoss

This file was deleted.

9 changes: 0 additions & 9 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ elif [[ -L /usrx && "$( readlink /usrx 2> /dev/null )" =~ dell ]] ; then
fi
target=wcoss_dell_p3
module purge

elif [[ -d /dcom && -d /hwrf ]] ; then
# We are on NOAA Tide or Gyre
if ( ! eval module help > /dev/null 2>&1 ) ; then
echo load the module command 1>&2
source /usrx/local/Modules/default/init/$__ms_shell
fi
target=wcoss
module purge
elif [[ -d /glade ]] ; then
# We are on NCAR Yellowstone
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down
3 changes: 0 additions & 3 deletions ush/load_fv3gfs_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ elif [[ -d /gpfs/hps && -e /etc/SuSE-release ]] ; then
elif [[ -L /usrx && "$( readlink /usrx 2> /dev/null )" =~ dell ]] ; then
# We are on NOAA Mars or Venus
module load module_base.wcoss_dell_p3
elif [[ -d /dcom && -d /hwrf ]] ; then
# We are on NOAA Tide or Gyre
module load module_base.wcoss
elif [[ -d /glade ]] ; then
# We are on NCAR Yellowstone
module load module_base.cheyenne
Expand Down

0 comments on commit 8af1cad

Please sign in to comment.