
Contains module procedures associated with the basic timeloop class
Initialize timeloop parameters using config file and time normalization from normObj
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Timeloop), | intent(inout) | :: | this | |||
| class(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| class(Normalization), | intent(in) | :: | normObj |
Perform loop based on timeloop parameters and using passed modeller and environment
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Timeloop), | intent(inout) | :: | this | |||
| class(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| type(Modeller), | intent(inout) | :: | modellerObj |