From a json file and a model name set the present groups.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Groups), | intent(inout) | :: | self |
Groups |
||
| character(len=*), | intent(in) | :: | name |
Model name |
||
| character(len=*), | intent(in) | :: | json_str |
|
||
| character(len=*), | intent(in), | optional | :: | path |
Path to file |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | base | |||
| integer, | public | :: | count | ||||
| logical, | public | :: | found | ||||
| integer, | public | :: | i | ||||
| integer, | public | :: | id | ||||
| character(len=50), | public | :: | idx | ||||
| type(json_file), | public | :: | json | ||||
| character(len=:), | public, | allocatable | :: | str |