// cpt-city: ncl/cosam (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 cosam = color_map { [0.00000 color rgbf <0.4706,0.0000,0.5333,0.0000>] [0.10000 color rgbf <0.4706,0.0000,0.5333,0.0000>] [0.10000 color rgbf <0.3529,0.0000,0.7216,0.0000>] [0.20000 color rgbf <0.3529,0.0000,0.7216,0.0000>] [0.20000 color rgbf <0.2745,0.0000,0.9608,0.0000>] [0.30000 color rgbf <0.2745,0.0000,0.9608,0.0000>] [0.30000 color rgbf <0.0000,0.6667,0.8824,0.0000>] [0.40000 color rgbf <0.0000,0.6667,0.8824,0.0000>] [0.40000 color rgbf <0.0000,0.7843,0.7843,0.0000>] [0.50000 color rgbf <0.0000,0.7843,0.7843,0.0000>] [0.50000 color rgbf <0.0000,0.7843,0.4902,0.0000>] [0.60000 color rgbf <0.0000,0.7843,0.4902,0.0000>] [0.60000 color rgbf <0.7647,1.0000,0.0000,0.0000>] [0.70000 color rgbf <0.7647,1.0000,0.0000,0.0000>] [0.70000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.80000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.6078,0.0000,0.0000>] [0.90000 color rgbf <1.0000,0.6078,0.0000,0.0000>] [0.90000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.0000,0.0000,0.0000>] }