-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, runtime evaluation only works for single-core simulations. When running on multiple cores, the output files are split across cores and need to be reconstructed for evaluation.
Required updates in the mikesimulation module:
- Implement reconstruct_output()
- Input: Simulation output files from SimObsPairCollection
- Collects output files from all cores
- Stitches the split files together at every x-th timestep
- Produces a single merged output file with the name as given in the SimObsPairCollection
- Integrate reconstruct_output() in _run_process()
- Call reconstruct_output() before simobs.update()
- Ensures a complete dataset is available for runtime evaluation
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request