| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_netcdf_io_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | path |
Path to the netCDF file to open. |
||
| integer, | intent(in) | :: | iotype |
I/O type to use for the file using the |
||
| integer, | intent(in), | optional | :: | mode |
Optional mode flags for file opening using the |
Open an existing netCDF file with the specified path and I/O type.