// cpt-city: ncl/amwg (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 = color_map { [0.00000 color rgbf <0.5765,0.4392,0.8588,0.0000>] [0.06667 color rgbf <0.5765,0.4392,0.8588,0.0000>] [0.06667 color rgbf <0.0000,0.0000,0.7843,0.0000>] [0.13333 color rgbf <0.0000,0.0000,0.7843,0.0000>] [0.13333 color rgbf <0.2353,0.3922,0.9020,0.0000>] [0.20000 color rgbf <0.2353,0.3922,0.9020,0.0000>] [0.20000 color rgbf <0.4706,0.6078,0.9490,0.0000>] [0.26667 color rgbf <0.4706,0.6078,0.9490,0.0000>] [0.26667 color rgbf <0.6902,0.8784,0.9020,0.0000>] [0.33333 color rgbf <0.6902,0.8784,0.9020,0.0000>] [0.33333 color rgbf <0.1255,0.6980,0.6667,0.0000>] [0.40000 color rgbf <0.1255,0.6980,0.6667,0.0000>] [0.40000 color rgbf <0.6039,0.8039,0.1961,0.0000>] [0.46667 color rgbf <0.6039,0.8039,0.1961,0.0000>] [0.46667 color rgbf <0.1804,0.5451,0.3412,0.0000>] [0.53333 color rgbf <0.1804,0.5451,0.3412,0.0000>] [0.53333 color rgbf <0.9608,0.9020,0.7451,0.0000>] [0.60000 color rgbf <0.9608,0.9020,0.7451,0.0000>] [0.60000 color rgbf <0.8706,0.7216,0.5294,0.0000>] [0.66667 color rgbf <0.8706,0.7216,0.5294,0.0000>] [0.66667 color rgbf <1.0000,0.8824,0.0000,0.0000>] [0.73333 color rgbf <1.0000,0.8824,0.0000,0.0000>] [0.73333 color rgbf <1.0000,0.6471,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.6471,0.0000,0.0000>] [0.80000 color rgbf <1.0000,0.2706,0.0000,0.0000>] [0.86667 color rgbf <1.0000,0.2706,0.0000,0.0000>] [0.86667 color rgbf <0.6980,0.1333,0.1333,0.0000>] [0.93333 color rgbf <0.6980,0.1333,0.1333,0.0000>] [0.93333 color rgbf <1.0000,0.7137,0.7569,0.0000>] [1.00000 color rgbf <1.0000,0.7137,0.7569,0.0000>] }