The top-level program. Here we initialize the model and run the main loop
until the (continually updated) model datetime (model_datetime) equals the
final datetime (end_datetime)
Changelog:
04/07/2021: Expose a single step integrator for the python bridge (A. Perez Hortal).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state | The model state needs to be initilialized before calling this function. |
||
| type(ControlParams_t), | intent(inout) | :: | control_params | |||
| integer, | intent(out) | :: | error_code |