#!MC 1410 # cpt-city: ncl/precip_diff_1lev (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 $!COLORMAP CONTOURCOLORMAP = UserDef $!COLORMAPCONTROL RESETTOFACTORY $!COLORMAP USERDEFINED { NUMCONTROLPOINTS = 2 CONTROLPOINT 1 { COLORMAPFRACTION = 0.000000 LEADRGB { R = 83 G = 189 B = 159 } TRAILRGB { R = 83 G = 189 B = 159 } } CONTROLPOINT 2 { COLORMAPFRACTION = 1.000000 LEADRGB { R = 83 G = 189 B = 159 } TRAILRGB { R = 83 G = 189 B = 159 } } }