Skip to content

Commit

Permalink
HOTFIX - VLab Issue #72346 - fix to rocoto_viewer on Hera
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 11, 2019
1 parent e4b6b7d commit 5307952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/rocoto/rocoto_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ def load_produtil_pythonpath():
pass

PRODUTIL = collections.defaultdict(list)
PRODUTIL['theia'] = '/scratch4/NCEPDEV/global/save/glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['hera'] = '/scratch1/NCEPDEV/global/glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['luna'] = '/gpfs/hps3/emc/global/noscrub/emc.glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['tide'] = '/gpfs/td1/emc/global/save/emc.glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['gyre'] = '/gpfs/gd1/emc/global/save/emc.glopara/svn/nceplibs/produtil/trunk/ush'
try_clusters = ('theia','luna','tide','gyre')
try_clusters = ('hera','luna','tide','gyre')

for cluster in try_clusters:
sys.path.append(PRODUTIL[cluster])
Expand Down

0 comments on commit 5307952

Please sign in to comment.