| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_netcdf_file_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name |
Name of the variable to read from. |
||
| real(kind=CABLE_NETCDF_REAL64_KIND), | intent(out) | :: | values(:,:,:) |
3-dimensional array to store the values read from the variable. |
||
| class(cable_netcdf_decomp_t), | intent(inout) | :: | decomp |
Decomposition information for parallel I/O. |
||
| integer, | intent(in), | optional | :: | frame |
Optional frame index for record variables. If provided, the data will be read from the specified frame along the unlimited dimension. |
Read a 3-dimensional array of 64-bit real values from the netCDF file using decomposition information for parallel I/O.