Skip to content

Commit

Permalink
[develop] Update weather model hash to November 21 and UPP hash to No…
Browse files Browse the repository at this point in the history
…vember 8 (#1162)

* Update UFS-WM hash to 33b3c18 (November 21)
* Update UPP hash to ce5f3b1 (November 8)
* Add fix/upp/nam_micro_lookup.dat file
* Add fix/upp/nam_micro_lookup.dat to scripts/exregional_run_fcst.sh and scripts/exregional_run_post.sh
* Add Ben Koziol to the .github/CODEOWNERS file
  • Loading branch information
MichaelLueken authored Dec 9, 2024
1 parent 4fbdf7f commit 207f2a6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# These owners will be the default owners for everything in the repo.
#* @defunkt
* @mkavulich @gsketefian @JeffBeck-NOAA @RatkoVasic-NOAA @BenjaminBlake-NOAA @ywangwof @chan-hoo @panll @christinaholtNOAA @christopherwharrop-noaa @danielabdi-noaa @mark-a-potts @jkbk2004 @willmayfield @dmwright526 @gspetro-NOAA @natalie-perlin @EdwardSnyder-NOAA @MichaelLueken @rickgrubin-noaa @BruceKropp-Raytheon
* @mkavulich @gsketefian @JeffBeck-NOAA @RatkoVasic-NOAA @BenjaminBlake-NOAA @ywangwof @chan-hoo @panll @christinaholtNOAA @christopherwharrop-noaa @danielabdi-noaa @mark-a-potts @jkbk2004 @willmayfield @dmwright526 @gspetro-NOAA @natalie-perlin @EdwardSnyder-NOAA @MichaelLueken @rickgrubin-noaa @BruceKropp-Raytheon @BenKoziol-NOAA

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
Expand Down
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 6b0f516
hash = 33b3c18
local_path = sorc/ufs-weather-model
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/UPP
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 6f5dd62
hash = ce5f3b1
local_path = sorc/UPP
required = True

Expand Down
1 change: 1 addition & 0 deletions fix/upp/nam_micro_lookup.dat
2 changes: 1 addition & 1 deletion scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ create_symlink_to_file ${FIELD_TABLE_FP} ${DATA}/${FIELD_TABLE_FN} ${relative_li
create_symlink_to_file ${FIELD_DICT_FP} ${DATA}/${FIELD_DICT_FN} ${relative_link_flag}

if [ $(boolify ${WRITE_DOPOST}) = "TRUE" ]; then
cp ${PARMdir}/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
cp ${HOMEdir}/fix/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
if [ $(boolify ${USE_CUSTOM_POST_CONFIG_FILE}) = "TRUE" ]; then
post_config_fp="${CUSTOM_POST_CONFIG_FP}"
print_info_msg "
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fi
#-----------------------------------------------------------------------
#
rm -f fort.*
cp ${PARMdir}/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
cp ${HOMEdir}/fix/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
if [ $(boolify ${USE_CUSTOM_POST_CONFIG_FILE}) = "TRUE" ]; then
post_config_fp="${CUSTOM_POST_CONFIG_FP}"
print_info_msg "
Expand Down
2 changes: 1 addition & 1 deletion ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ user:
# ARL_NEXUS_DIR:
# The path to the user's NEXUS directory. By default, NEXUS source
# code resides in ufs-srweather-app/sorc/arl_nexus
#
#
#-----------------------------------------------------------------------
MACHINE: "BIG_COMPUTER"
ACCOUNT: ""
Expand Down

0 comments on commit 207f2a6

Please sign in to comment.