Module for the second unit test.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | public, | parameter | :: | dir | = | '../files/' | working directory |
character(len=*), | public, | parameter | :: | filename2 | = | 'test2.json' |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | error_cnt |
Populate a JSON structure and write it to a file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(json_value), | , | pointer | :: | me | ||
character(len=*), | intent(in) | :: | variable | |||
character(len=*), | intent(in) | :: | units | |||
character(len=*), | intent(in) | :: | frame | |||
character(len=*), | intent(in) | :: | center | |||
real(kind=wp), | intent(in), | dimension(:) | :: | rdata | ||
integer, | intent(inout) | :: | error_cnt |