Skip to content

Skip data preparation in model.setup if input data exist #85

Description

@SarahAlidoost

Currently model.setup takes a config template file and prepares output that are needed for model.run i.e. these preprocessing:

        forcing_io.prepare_forcing(self._config)
        soil_io.prepare_soil_data(self._config)
        soil_io.prepare_soil_init(self._config)

It should be possible to skip data preparation in model.setup if input data exist.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    nice to haveGood/nice feature to have

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions