Add the ability to use the preprocessor with space offset #31
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
The
obs bias
yaml files in the radiance yamls need to be included from jjaux because they need to just include the current active satellites. These contain anchors which will be cleared by yp-data. In order to allow this inclusion an ability to include the spaces before aDIRECT_INCLUDE
is needed. Thedatapreprocessor
can then be used for this insertion. It also makes the tool more flexible.A slight change in name from
yaml_header_file
toyaml_aux_file
has been made in the code to reflect this now more flexible approach.Issue(s) addressed
None raised
Dependencies
None
Impact
Additional functionality in the preprocessor
Checklist