Skip to content

Commit 1bbf5dd

Browse files
[develop] Update ufs-weather-model and UPP hashes to February versions (ufs-community#1356)
* Externals.cfg - Update ufs-weather-model hash to a796a4f (February 10) and UPP hash to 7d9597c (February 6) * ush/config.smoke_dust.yaml - Increase run_post task's walltime from 15 minutes to 20 minutes to allow for the increase in walltime in UPP
1 parent 665f1e9 commit 1bbf5dd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Externals.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protocol = git
1212
repo_url = https://github.com/ufs-community/ufs-weather-model
1313
# Specify either a branch name or a hash but not both.
1414
#branch = develop
15-
hash = 06afcd6
15+
hash = a796a4f
1616
local_path = sorc/ufs-weather-model
1717
required = True
1818

@@ -21,7 +21,7 @@ protocol = git
2121
repo_url = https://github.com/NOAA-EMC/UPP
2222
# Specify either a branch name or a hash but not both.
2323
#branch = develop
24-
hash = 8d41f98
24+
hash = 7d9597c
2525
local_path = sorc/UPP
2626
required = True
2727

ush/config.smoke_dust.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ task_run_fcst:
4747
DT_ATMOS: 36
4848
QUILTING: true
4949
task_run_post:
50+
upp:
51+
execution:
52+
batchargs:
53+
walltime: 00:20:00
5054
envvars:
5155
POST_OUTPUT_DOMAIN_NAME: conus3km
5256
USE_CUSTOM_POST_CONFIG_FILE: false

0 commit comments

Comments
 (0)