Skip to content

Commit

Permalink
Modified default directories for S4 in the setup_expt*.py scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored and [David Huber] committed Feb 2, 2021
1 parent 92a0e14 commit 29b0c99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ush/rocoto/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,16 @@ def edit_baseconfig():
base_svn = '/data/prod/glopara/svn'
dmpdir = '/data/prod/glopara/dump'
nwprod = '/data/prod/glopara/nwpara'
homedir = '/data/prod/$USER/test'
stmp = '/scratch/users/$USER/stmp'
ptmp = '/scratch/users/$USER/ptmp'
homedir = '/data/users/$USER'
comroot = '/data/prod/glopara/com'
stmp = '/scratch/short/users/$USER'
ptmp = '/scratch/users/$USER'
noscrub = '$HOMEDIR'
account = 'star'
queue = 's4'
queue_service = 'serial'
partition_batch = ''
chgrp_rstprod = 'NO'
chgrp_rstprod = 'NO' # No rstprod on S4
chgrp_cmd = 'ls'
hpssarch = 'NO'
elif machine == 'ORION':
Expand Down
3 changes: 2 additions & 1 deletion ush/rocoto/setup_expt_fcstonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ def edit_baseconfig():
dmpdir = '/data/prod/glopara/dump'
nwprod = '/data/prod/glopara/nwpara'
homedir = '/data/users/$USER'
comroot = '/data/prod/glopara/com'
stmp = '/scratch/short/users/$USER'
ptmp = '/scratch/short/users/$USER'
ptmp = '/scratch/users/$USER'
noscrub = '$HOMEDIR'
account = 'star'
queue = 's4'
Expand Down

0 comments on commit 29b0c99

Please sign in to comment.