You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ORAC pre-processor contains multiple options, set through the parse_optional subroutine (utils_for_main.F90) based on what's in the driver file. This means we're passing huge numbers of variables between options, which is untidy.
An 'optional variables' struct would tidy this up and make the code more readable.
The text was updated successfully, but these errors were encountered:
The code that generates the parser for the main processor was designed to be general and create multiple parsers. We should probably tidy the preprocessor and putting all the options in an equivalent to the Ctrl structure will help make a better parser.
The ORAC pre-processor contains multiple options, set through the parse_optional subroutine (utils_for_main.F90) based on what's in the driver file. This means we're passing huge numbers of variables between options, which is untidy.
An 'optional variables' struct would tidy this up and make the code more readable.
The text was updated successfully, but these errors were encountered: