From 6c7d8613833ac946f64b2f3960558b3727f14d65 Mon Sep 17 00:00:00 2001 From: Torben Schiz Date: Mon, 12 Aug 2024 18:56:18 +0200 Subject: [PATCH] Add note when to use a single object --- docs/snapshot_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snapshot_configuration.md b/docs/snapshot_configuration.md index 73513dd..c2648a6 100644 --- a/docs/snapshot_configuration.md +++ b/docs/snapshot_configuration.md @@ -74,7 +74,7 @@ Parameter | Description Parameter | Description --- | --- `post_processing_file_name`| Path to the post-processing Python script from the current working directory. Providing a post-processing script is optional. The script must contain a class `PostProcessing` with a method `postprocessing(sim_output)` that takes the simulation output as an argument. The method can be used to post-process the simulation output before writing it to the database. -`initialize_once` | If `True`, only one micro simulation is initialized and solved for all macro inputs per rank. If `False` a new micro simulation is initialized and solved for each macro input in the parameter space. Default is `False`. +`initialize_once` | If `True`, only one micro simulation is initialized and solved for all macro inputs per rank. If `False` a new micro simulation is initialized and solved for each macro input in the parameter space. Default is `False`. This option can be True if the micro simulation is not history-dependent and the same setup is shared across all micro simulations. ## Diagnostics