cable_netcdf_file_read_darray_real32_1d Interface

interface
private subroutine cable_netcdf_file_read_darray_real32_1d(this, var_name, values, decomp, frame)

Arguments

Type IntentOptional 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_REAL32_KIND), intent(out) :: values(:)

1-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.

Description

Read a 1-dimensional array of 32-bit real values from the netCDF file using decomposition information for parallel I/O.