Load configuration from a namelist file into the session.
Any currently initialised runtime is discarded first so the session cannot retain stale arrays that disagree with the newly loaded configuration.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(solver_session_t), | intent(inout) | :: | session | |||
| character(len=*), | intent(in) | :: | filename | |||
| integer, | intent(out), | optional | :: | status | ||
| character(len=*), | intent(out), | optional | :: | message |