solver_session_load_namelist Subroutine

public subroutine solver_session_load_namelist(session, filename, status, message)

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.

Arguments

Type IntentOptional 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