Read a single-block 2D Plot3D grid. Header ni nj, then all x(i,j)
(i fastest), then all y(i,j). ASCII (binary=.false.) or Fortran
unformatted sequential (binary=.true.).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | path | |||
| logical, | intent(in) | :: | binary | |||
| real(kind=wp), | intent(out), | allocatable | :: | xg(:,:) | ||
| real(kind=wp), | intent(out), | allocatable | :: | yg(:,:) | ||
| integer, | intent(out) | :: | ni | |||
| integer, | intent(out) | :: | nj | |||
| logical, | intent(out) | :: | is_ok | |||
| character(len=*), | intent(out) | :: | message |