Skip to content

Commit

Permalink
add the bridge loan functionality to allow RRFS/RTMA works while wait…
Browse files Browse the repository at this point in the history
…ing for PRs to be merged (#243)
  • Loading branch information
guoqing-noaa authored Aug 28, 2023
1 parent 27ba946 commit 18c5d3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,14 @@ hash = ecef5a2
local_path = src/rrfs_utl
required = True

[rrfs_bridgeloan]
protocol = git
repo_url = https://github.com/NOAA-GSL/rrfs_bridgeloan.git
# Specify either a branch name or a hash but not both.
# branch = main
hash = 7d95e89
local_path = src/rrfs_bridgeloan
required = True

[externals_description]
schema_version = 1.0.0
2 changes: 2 additions & 0 deletions manage_externals/checkout_externals
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if __name__ == '__main__':
ARGS = manic.checkout.commandline_arguments()
try:
RET_STATUS, _ = manic.checkout.main(ARGS)
if os.path.isfile('src/rrfs_bridgeloan/bridge_loan.sh'):
os.system('src/rrfs_bridgeloan/bridge_loan.sh')
if os.path.isfile('regional_workflow/Init.sh'):
os.system('regional_workflow/Init.sh')
sys.exit(RET_STATUS)
Expand Down

0 comments on commit 18c5d3a

Please sign in to comment.