diff --git a/Externals.cfg b/Externals.cfg index 8cc74447eb..5df01586d8 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -2,14 +2,16 @@ 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 @@ -17,8 +19,8 @@ required = True 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 @@ -26,8 +28,8 @@ required = True 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 diff --git a/src/install_all.sh b/src/install_all.sh index 6b89accaf6..5c07c57a52 100755 --- a/src/install_all.sh +++ b/src/install_all.sh @@ -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 @@ -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 } #------------------------------------