[DIAGNO] add an option to write a more accurate output file for the afield_points diagnostic #237
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.
[Similar as #234, but this time for the new
afield_points
diagnostic. Started working on that separately and wanted to wait for feedback on 234, thus only submitting now.]With this patch, the user can use a
DIAGNO_IN
namelist flaglapoints_accurate_output
to activate a different output file format for thediagno_atest.<runId>
output file, which has:By default, this option is disabled in order to retain backwards compatibility.
Also, added writing of the flags
lapoints_accurate_output
andlbpoints_accurate_output
towrite_diagno_input
.