Skip to content

Make extracted raw data location configurable #156

@alistairsellar

Description

@alistairsellar

The standardised output, and also raw extracted data from standardise_model_data is currently being written to share/data, see app/standardise_model_data/rose-app.conf. The output from standardise_model_data should continue to be written to share/data since it is used by the run_recipe_* tasks, but the extracted raw data is only used by this task and should be written to work.

Include configurable extract location to support subsequent runs that switch off the extract step.

Acceptance criteria 1:

  • Given configuration details of a location outside the cylc-run directory to extract raw data to: RAW_DATA_DIR
  • When standardise_model_data runs
  • Then the raw model data is written to the extract dir

Acceptance criteria 2:

  • Given configuration details in which RAW_DATA_DIR is not set,
  • When standardise_model_data runs
  • Then the raw model data is written to a dir under share/data within the cylc-run directory (as at present)

Details

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions