read_netcdf Subroutine

public subroutine read_netcdf(self, fgid)

Reads csr matrix from file

Type Bound

csrmat_t

Arguments

Type IntentOptional Attributes Name
class(csrmat_t), intent(inout) :: self

csr matrix

integer, intent(in) :: fgid

File or group id number of existing Netcdf4 file


Calls

proc~~read_netcdf~~CallsGraph proc~read_netcdf csrmat_t%read_netcdf nf90_get_att nf90_get_att proc~read_netcdf->nf90_get_att nf90_get_var nf90_get_var proc~read_netcdf->nf90_get_var nf90_inq_dimid nf90_inq_dimid proc~read_netcdf->nf90_inq_dimid nf90_inq_varid nf90_inq_varid proc~read_netcdf->nf90_inq_varid nf90_inquire_dimension nf90_inquire_dimension proc~read_netcdf->nf90_inquire_dimension proc~handle_error handle_error proc~read_netcdf->proc~handle_error proc~handle_error_netcdf handle_error_netcdf proc~read_netcdf->proc~handle_error_netcdf none~handle_error error_handler_t%handle_error proc~handle_error->none~handle_error none~handle_error_netcdf error_handler_t%handle_error_netcdf proc~handle_error_netcdf->none~handle_error_netcdf