cable_netcdf_pio_file_get_var_real64_2d Subroutine

private subroutine cable_netcdf_pio_file_get_var_real64_2d(this, var_name, values, start, count)

Type Bound

cable_netcdf_pio_file_t

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_pio_file_t), intent(inout) :: this
character(len=*), intent(in) :: var_name
real(kind=CABLE_NETCDF_REAL64_KIND), intent(out) :: values(:,:)
integer, intent(in), optional :: start(:)
integer, intent(in), optional :: count(:)