Is your feature request related to a problem?
The parser does not currently extract several path-related artifacts that are needed from case configuration and runtime files.
Artifacts to collect:
- Output path: CaseDocs/env_run.xml -> RUNDIR
- Archive path: CaseDoc/senv_run.xml -> DOUT_S_ROOT
- Run script path: CaseDocs/env_case.xml -> f"{CASEROOT}/.case.run"
- Postprocessing script paths: CaseDocs/env_run.xml -> POSTRUN_SCRIPT
Describe the solution you'd like
Update the parser to extract these additional path artifacts and expose them consistently with the existing parsed outputs.
Implementation note:
- Identify the source files that store each of these values and extend the parser accordingly.
Describe alternatives you've considered
No alternative approach has been considered yet.
Additional context
Out of scope for this issue:
- Batch log path: parse from $CASEROOT/.case.run
Is your feature request related to a problem?
The parser does not currently extract several path-related artifacts that are needed from case configuration and runtime files.
Artifacts to collect:
Describe the solution you'd like
Update the parser to extract these additional path artifacts and expose them consistently with the existing parsed outputs.
Implementation note:
Describe alternatives you've considered
No alternative approach has been considered yet.
Additional context
Out of scope for this issue: