apply_colormap_to_array Subroutine

public subroutine apply_colormap_to_array(values, colormap, rgb_mapped)

Apply colormap to array of values efficiently

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: values(:)
character(len=*), intent(in) :: colormap
real(kind=wp), intent(out) :: rgb_mapped(:,:)