update retrieval and writing of dststatus fields #517
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
Replaces the current implementation, which (optionally) allows the RH dststatus fields to be written to individual files (per dst component, per mapindex) on the internal mesh representation. This requires the user to manipulate the written fields in order to visualize them on the model domain.
In this PR, if
write_dststatus
is true, aFBDdststatus
is created for each destination component, containing all the mappings fromn1
ton2
for that component and the dstatusfields are added to the component's FB. All the FBs are then written using med_io_write_FB using the cpl_scalars.Specific notes
Contributors other than yourself, if any:
CMEPS Issues Fixed (include github issue #):
Fixes NOAA-EMC#127
Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial)
B4B
Any User Interface Changes (namelist or namelist defaults changes)?
Testing performed
Please describe the tests along with the target model and machine(s)
If possible, please also added hashes that were used in the testing
Built and tested in debug and release mode for UFS. All UFS configurations properly create the dststatus file when enabled.