Shade file I/O operations including binary format handling for acoustic field data
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | LRecl |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=80), | intent(out) | :: | FileName | |||
| character(len=80), | intent(out) | :: | Title | |||
| real, | intent(out) | :: | atten | |||
| character(len=10), | intent(out) | :: | PlotType |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=1), | intent(in) | :: | FileName*(*) | |||
| character(len=1), | intent(in) | :: | Title*(*) | |||
| real, | intent(in) | :: | freq0 | |||
| real, | intent(in) | :: | atten | |||
| character(len=10), | intent(in) | :: | PlotType |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(in) | :: | P(NRz,NRr) | |||
| integer, | intent(in) | :: | NRz | |||
| integer, | intent(in) | :: | NRr | |||
| integer, | intent(inout) | :: | iRec |