// 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.11111 color rgbf <0.4706,0.0000,0.5333,0.0000>] [0.11111 color rgbf <0.3529,0.0000,0.7216,0.0000>] [0.22222 color rgbf <0.3529,0.0000,0.7216,0.0000>] [0.22222 color rgbf <0.2745,0.0000,0.9608,0.0000>] [0.33333 color rgbf <0.2745,0.0000,0.9608,0.0000>] [0.33333 color rgbf <0.0000,0.6667,0.8824,0.0000>] [0.44444 color rgbf <0.0000,0.6667,0.8824,0.0000>] [0.44444 color rgbf <0.0000,0.7843,0.7843,0.0000>] [0.55556 color rgbf <0.0000,0.7843,0.7843,0.0000>] [0.55556 color rgbf <0.0000,0.7843,0.4902,0.0000>] [0.66667 color rgbf <0.0000,0.7843,0.4902,0.0000>] [0.66667 color rgbf <0.7647,1.0000,0.0000,0.0000>] [0.77778 color rgbf <0.7647,1.0000,0.0000,0.0000>] [0.77778 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.88889 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.88889 color rgbf <1.0000,0.6078,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.6078,0.0000,0.0000>] }