// cpt-city: ncl/BrownBlue12 (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 BrownBlue12 = color_map { [0.00000 color rgbf <0.2000,0.0980,0.0000,0.0000>] [0.08333 color rgbf <0.2000,0.0980,0.0000,0.0000>] [0.08333 color rgbf <0.4000,0.1843,0.0000,0.0000>] [0.16667 color rgbf <0.4000,0.1843,0.0000,0.0000>] [0.16667 color rgbf <0.6000,0.3765,0.2078,0.0000>] [0.25000 color rgbf <0.6000,0.3765,0.2078,0.0000>] [0.25000 color rgbf <0.8000,0.6078,0.4784,0.0000>] [0.33333 color rgbf <0.8000,0.6078,0.4784,0.0000>] [0.33333 color rgbf <0.8471,0.6863,0.5922,0.0000>] [0.41667 color rgbf <0.8471,0.6863,0.5922,0.0000>] [0.41667 color rgbf <0.9490,0.8549,0.8039,0.0000>] [0.50000 color rgbf <0.9490,0.8549,0.8039,0.0000>] [0.50000 color rgbf <0.8000,0.9922,1.0000,0.0000>] [0.58333 color rgbf <0.8000,0.9922,1.0000,0.0000>] [0.58333 color rgbf <0.6000,0.9725,1.0000,0.0000>] [0.66667 color rgbf <0.6000,0.9725,1.0000,0.0000>] [0.66667 color rgbf <0.3961,0.9373,1.0000,0.0000>] [0.75000 color rgbf <0.3961,0.9373,1.0000,0.0000>] [0.75000 color rgbf <0.1961,0.8902,1.0000,0.0000>] [0.83333 color rgbf <0.1961,0.8902,1.0000,0.0000>] [0.83333 color rgbf <0.0000,0.6627,0.8000,0.0000>] [0.91667 color rgbf <0.0000,0.6627,0.8000,0.0000>] [0.91667 color rgbf <0.0000,0.4784,0.6000,0.0000>] [1.00000 color rgbf <0.0000,0.4784,0.6000,0.0000>] }