Skip to content

Commit

Permalink
Merge pull request #5 from NOAA-EMC/develop
Browse files Browse the repository at this point in the history
Change acc# on WCOSS to GFS-DEV (#17)
  • Loading branch information
DeniseWorthen committed Jan 1, 2020
2 parents 39b5e91 + 8248a78 commit eb563f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/apps.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ APP FV3-MOM6-CICE5 COMPSETS -f
APP FV3GFS-GSDCHEM COMPSETS -f

# URLs of each application's repository. Default is gerrit:APPNAME
APP NEMSfv3gfs URL gerrit:NEMSfv3gfs
APP NEMSfv3gfs URL https://github.com/ufs-community/ufs-weather-model
APP WW3-FV3 URL gerrit:EMC_FV3-GSDCHEM-WW3
APP FV3-MOM6-CICE5 URL gerrit:EMC_FV3-MOM6-CICE5
APP FV3-MOM6-CICE5 URL https://github.com/ufs-community/ufs-s2s-model
APP FV3GFS-GSDCHEM URL gerrit:EMC_FV3GFS-GSDCHEM

# Shell expressions that generate scrub space for a given $username
Expand Down
4 changes: 2 additions & 2 deletions tests/rtgen
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ def decide_project_gaea():
# WCOSS project detection

def decide_project_wcoss():
"""!Placeholder for future development; returns "FV3GFS-T2O" """
return 'FV3GFS-T2O'
"""!Placeholder for future development; returns "GFS-DEV" """
return 'GFS-DEV'

def decide_tmp_wcoss(pex):
"""!Placeholder for future development; returns "/ptmpp/$USER"
Expand Down

0 comments on commit eb563f4

Please sign in to comment.