Skip to content

Commit

Permalink
Issue NOAA-GSL#41 - Update PRODUTIL paths for WCOSS in viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 26, 2020
1 parent b133700 commit 95a6343
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ush/rocoto/rocoto_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ def load_produtil_pythonpath():
PRODUTIL = collections.defaultdict(list)
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 = ('hera','luna','tide','gyre')
PRODUTIL['surge'] = '/gpfs/hps3/emc/global/noscrub/emc.glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['mars'] = '/gpfs/dell2/emc/modeling/noscrub/emc.glopara/svn/nceplibs/produtil/trunk/ush'
PRODUTIL['venus'] = '/gpfs/dell2/emc/modeling/noscrub/emc.glopara/svn/nceplibs/produtil/trunk/ush'
try_clusters = ('hera','luna','surge','mars','venus')

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

0 comments on commit 95a6343

Please sign in to comment.