Skip to content

Commit

Permalink
Change UFS_UTILS location to point to a branch in the NCAR fork that …
Browse files Browse the repository at this point in the history
…contains the fix for make_solo_mosaic (needed when the full path to the grid mosaic file is too long). This fix is needed to get the WE2E tests to succeed. (#26)

This PR must be merged **BEFORE** PR #[300](https://github.com/NOAA-EMC/regional_workflow/pull/300) into NOAA-EMC/regional_workflow can be merged.

## DESCRIPTION OF CHANGES:
This updates the repo and branch of the ufs_utils external in Externals.cfg.  Previous repo/branch were:
```
repo_url = https://github.com/JeffBeck-NOAA/UFS_UTILS
branch = feature/regional_release
```
However, this doesn't work due to recent commits to this branch.  Thus, switch to an older version of the above branch (that also has one extra small [commit](gsketefian/UFS_UTILS@13799b7)):
```
repo_url = https://github.com/NCAR/UFS_UTILS
branch = feature/regional_release_STRING
```

## TESTS CONDUCTED:
See PR #[300](https://github.com/NOAA-EMC/regional_workflow/pull/300) into NOAA-EMC/regional_workflow) into regional_workflow for a description of tests conducted.
  • Loading branch information
gsketefian authored Sep 25, 2020
1 parent ba253d6 commit d8e9e31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ required = True

[ufs_utils]
protocol = git
repo_url = https://github.com/JeffBeck-NOAA/UFS_UTILS
#repo_url = https://github.com/JeffBeck-NOAA/UFS_UTILS
repo_url = https://github.com/NCAR/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = feature/regional_release
hash = e5419633
branch = feature/regional_release_STRING
#hash = e5419633
local_path = src/UFS_UTILS
required = True

Expand Down

0 comments on commit d8e9e31

Please sign in to comment.