Add firewx_gridspecs source code to rrfs_utl #59
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DESCRIPTION OF CHANGES:
The RRFS fire weather nest will be implemented with RRFS version 1, and it is designed to replicate the current capability of the operational NAM fire weather nest. A source code called firewx_gridspecs is needed in order to read in a latlons_corners text file (produced by the UPP), and it creates the WGRIB2 grid specs for the fire weather output grid.
TESTS CONDUCTED:
Successfully built the firewx_gridspecs source code on Hera and WCOSS2.
DEPENDENCIES:
This code is needed for a future PR to rrfs-workflow for adding the RRFS fire weather nest post-processing capability.
DOCUMENTATION:
Let me know if I need to add any documentation with this PR.
ISSUE (optional):
Related to issue 15 in the rrfs-workflow repository:
NOAA-EMC/rrfs-workflow#15
CONTRIBUTORS (optional):
I am not too familiar with using cmake, so I followed what @MatthewPyle-NOAA did for the RRFS bufr codes in the bufrsnd directory.