// cpt-city: ncl/amwg_blueyellowred (cpt) // // Colour-tables from NCL (NCAR Command Language), an open-source // interpreted language designed specifically for scientific data // analysis and visualisation // // author: University Corporation for Atmospheric Research (UCAR) // copyright: Custom open-source // year: 2011 // url: https://phillips.shef.ac.uk/pub/cpt-city/ncl #declare amwg_blueyellowred = color_map { [0.00000 color rgbf <0.5098,0.1255,0.9412,0.0000>] [0.06667 color rgbf <0.5098,0.1255,0.9412,0.0000>] [0.06667 color rgbf <0.0000,0.0000,0.5882,0.0000>] [0.13333 color rgbf <0.0000,0.0000,0.5882,0.0000>] [0.13333 color rgbf <0.0000,0.0000,0.8039,0.0000>] [0.20000 color rgbf <0.0000,0.0000,0.8039,0.0000>] [0.20000 color rgbf <0.2549,0.4118,0.8824,0.0000>] [0.26667 color rgbf <0.2549,0.4118,0.8824,0.0000>] [0.26667 color rgbf <0.1176,0.5647,1.0000,0.0000>] [0.33333 color rgbf <0.1176,0.5647,1.0000,0.0000>] [0.33333 color rgbf <0.0000,0.7490,1.0000,0.0000>] [0.40000 color rgbf <0.0000,0.7490,1.0000,0.0000>] [0.40000 color rgbf <0.6275,0.8235,1.0000,0.0000>] [0.46667 color rgbf <0.6275,0.8235,1.0000,0.0000>] [0.46667 color rgbf <0.8235,0.9608,1.0000,0.0000>] [0.53333 color rgbf <0.8235,0.9608,1.0000,0.0000>] [0.53333 color rgbf <1.0000,1.0000,0.7843,0.0000>] [0.60000 color rgbf <1.0000,1.0000,0.7843,0.0000>] [0.60000 color rgbf <1.0000,0.8824,0.1961,0.0000>] [0.66667 color rgbf <1.0000,0.8824,0.1961,0.0000>] [0.66667 color rgbf <1.0000,0.6667,0.0000,0.0000>] [0.73333 color rgbf <1.0000,0.6667,0.0000,0.0000>] [0.73333 color rgbf <1.0000,0.4314,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.4314,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.86667 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.86667 color rgbf <0.7843,0.0000,0.0000,0.0000>] [0.93333 color rgbf <0.7843,0.0000,0.0000,0.0000>] [0.93333 color rgbf <0.6275,0.1373,0.1373,0.0000>] [1.00000 color rgbf <0.6275,0.1373,0.1373,0.0000>] }