NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
14 stars 6 forks source link

Add post processing with UPP to runtime #81

Closed fossell closed 1 year ago

fossell commented 1 year ago

Expected Differences

Pull Request Testing

Run the system: wrfcloud-run

Successful tests should result in the ungrib, metgrid, real, wrf, and upp components completing as normal. Check the /data/testrun/upp path and fhr_* subdirectories to ensure that grib files (WRFPRS.Grb.FXX) exist and are non-zero. Further inspection can be done by scp-ing one of the grib files to local machine and using wgrib2 to inspect the file, but not required at this point. In the future, might be nice to have wgrib2 installed in the AMI for development work.

Pull Request Checklist

fossell commented 1 year ago

@hahnd @mkavulich - I committed your suggested changes and tested them, all works as expected. Please review again and approve if ready.

fossell commented 1 year ago

@mkavulich - I took all your suggestions, David approved, so I merged so I can work on the next piece. If you have any pressing issues with these mods please let me know.