Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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