| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=:), | intent(inout), | allocatable | :: | integrator |
Symbolic code of the requested integrator |
|
| character(len=:), | intent(inout), | allocatable | :: | param_file_name |
Name of the input parameters file |
|
| character(len=:), | intent(inout), | allocatable | :: | display_style |
{“PROGRESS”, “CLASSIC”, “QUIET”, “COMPACT”}. Default is “PROGRESS” |
|
| logical, | intent(in) | :: | from_cli |
If true, get command-line arguments. Otherwise, use the values of the input variables |