-
Notifications
You must be signed in to change notification settings - Fork 202
Description
What is wrong?
As of ufs-community/ufs-weather-model@688de8e, there is a fix to a typo that has been in the global_control.input.nml template. The change is renaming CDMBWD
to CDMBGWD
.
This is just a typo that was fixed. This has not changed any physics or model results. This has not changed anything fundamentally in UFS.
But the parsing_namelist_fv3
script (https://github.com/NOAA-EMC/global-workflow/blob/develop/ush/parsing_namelists_FV3.sh#L243) and other instances of saving values to the variable CDMBWD
will need to be changed once this hash of UFS is merged.
Dependency: ufs-community/ufs-weather-model@688de8e or later UFS hash
What should have happened?
Scripts will need to be updated once the namelist template changes.
What machines are impacted?
All or N/A
What global-workflow hash are you using?
develop
Steps to reproduce
n/a
Additional information
No response
Do you have a proposed solution?
Change instances when CDMBWD
is called/saved to CDMBGWD
.