fv3atm icon indicating copy to clipboard operation
fv3atm copied to clipboard

Bucket change during integration

Open DusanJovic-NOAA opened this issue 9 months ago • 0 comments

Description

RRFS requested to allow bucket change during integration. This is initial code updates for that capability.

At this time, the bucket (fhzero) is updated the forecast side, we need to update attribute at forecast time to pass the change to write grid component.

NOTE This PR replaces #775

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository. (Remember, issues should always be created before starting work on a PR branch!)

  • fixes https://github.com/ufs-community/ufs-weather-model/issues/1983

Testing

How were these changes tested? Regression test What compilers / HPCs was it tested with? Intel/GNU Hera Are the changes covered by regression tests? Yes
Have the ufs-weather-model regression test been run? Yes. On what platform? Hera

  • Will the code updates change regression test baseline? Yes.
  • If yes, why? The type if fhzero global attribute if physics history outputs is changed from INT to FLOAT
$ nccmp -dfg phyf006.nc /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503/regional_control_intel/phyf006.nc
DIFFER : GLOBAL ATTRIBUTE TYPES : fhzero : FLOAT <> INT

Dependencies

N/A

DusanJovic-NOAA avatar May 14 '24 20:05 DusanJovic-NOAA