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
14 changes: 8 additions & 6 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,34 @@
protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
branch = develop
#branch = develop
hash = f371ada7
local_path = regional_workflow
required = True

[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
branch = develop
#branch = develop
hash = bf70549
local_path = src/UFS_UTILS
required = True

[ufs_weather_model]
protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
branch = release/public-v2
#hash = 8165575
#branch = release/public-v2
hash = 718c1ee
local_path = src/ufs_weather_model
required = True

[EMC_post]
protocol = git
repo_url = https://github.com/NOAA-EMC/EMC_post
# Specify either a branch name or a hash but not both.
branch = release/public-v2
#hash =
#branch = release/public-v2
hash = 2689a70
local_path = src/EMC_post
required = True

Expand Down
3 changes: 2 additions & 1 deletion src/install_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $Build_post && {
# install needed utilities from UFS_UTILS.
#------------------------------------
$Build_UFS_UTILS && {
# ${CP} regional_utils.fd/exec/global_chgres ${BIN_DIR}/regional_chgres.x
${CP} UFS_UTILS/exec/chgres_cube ${BIN_DIR}/chgres_cube
${CP} UFS_UTILS/exec/orog ${BIN_DIR}/orog
${CP} UFS_UTILS/exec/sfc_climo_gen ${BIN_DIR}/sfc_climo_gen
Expand All @@ -38,6 +37,8 @@ $Build_UFS_UTILS && {
${CP} UFS_UTILS/exec/filter_topo ${BIN_DIR}/filter_topo
${CP} UFS_UTILS/exec/shave ${BIN_DIR}/shave
${CP} UFS_UTILS/exec/global_equiv_resol ${BIN_DIR}/global_equiv_resol
${CP} UFS_UTILS/exec/fvcom_to_FV3 ${BIN_DIR}/fvcom_to_FV3
${CP} UFS_UTILS/exec/vcoord_gen ${BIN_DIR}/vcoord_gen
}

#------------------------------------
Expand Down