Currently `model.setup` takes a config template file and [prepares output](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/8eb8c73f01464902a5245dfb24590837ed078df2/PyStemmusScope/stemmus_scope.py#L189-L191) that are needed for `model.run` i.e. these preprocessing: ```python 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.