[ncl-talk] labelbar

Kreienkamp Frank Frank.Kreienkamp at dwd.de
Mon Jun 3 23:22:06 MDT 2019


Hello Rick,

i have now a complete example (ncl, data, colortable).

The target is to have a label bar covering 9 colors with labels on both ends and being based on a min, max, step definition and a 9 step color table.

Frank

Von: Rick Brownrigg [mailto:brownrig at ucar.edu]
Gesendet: Montag, 3. Juni 2019 14:44
An: Kreienkamp Frank
Cc: ncl-talk at ucar.edu
Betreff: Re: [ncl-talk] labelbar

Hi,

The place in the code where the warning message is issued is guarded by this conditional:

    if(end_labels_on.and.end_labelbar_style.eq.get_enum_value("IncludeMinMaxLabels").and. \
        (lbstrings(0).eq."".or.lbstrings(nlab-1).eq."")) then

It appears as though at least one of the end-labels is blank. Its not clear to me why, and I would need your code and datasets in order to track this down.  (BTW: I a bit puzzled by the narrowing of the label range -- I might have thought widening it was in order; e.g., -135 - 15. / 0 + 15. ??)

Rick

On Mon, Jun 3, 2019 at 12:50 AM Kreienkamp Frank <Frank.Kreienkamp at dwd.de<mailto:Frank.Kreienkamp at dwd.de>> wrote:
Hello,

to solve my problem can change  the Min and Max value to
Min + cnLevelSpacingF
Max – cnLevelSpacingF
and using res at cnLabelBarEndStyle            = " IncludeMinMaxLabels"

unfortunately I get an warning:

(0)        Warning: add_labelbar: invalid end labels, turning them off.

The colors are shown all. But no labeling at the ends. (NCL version 6.4.0)

;************************************************
; adding color definition
   res at cnFillPalette                             = "NCL_DWD_RedYellow"
;************************************************
; adding map
   res at cnFillOn                      = True               ; color Fill
   res at cnFillMode                    = "RasterFill"       ; Raster Mode
   res at cnLinesOn                     =  False             ; Turn off contour lines
   res at cnLevelSelectionMode          = "ManualLevels"
   res at cnMinLevelValF       =    -135.0 + 15.             ; min contour level
   res at cnMaxLevelValF       =       0.0 - 15.              ; max contour level
   res at cnLevelSpacingF      =      15.0             ; contour spacing
   res at cnLabelBarEndStyle            = "IncludeMinMaxLabels"
   ;res at cnLabelBarEndStyle            = "IncludeMinMaxLabels" ;"ExcludeOuterBoxes"        ; no additional ColorBoxes
   res at gsnAddCyclic                  = False              ; regional data: not cyclic
;************************************************
; Plot will just be created, and not drawn yet.
   plot                              = gsn_csm_contour_map(wks,u,res)


Frank


Von: Kreienkamp Frank [mailto:Frank.Kreienkamp at dwd.de<mailto:Frank.Kreienkamp at dwd.de>]
Gesendet: Mittwoch, 29. Mai 2019 09:15
An: Barry Lynn; Kreienkamp Frank
Cc: ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>
Betreff: AW: [ncl-talk] labelbar

Hello,

if you look at the included labelbar you can see that two colors are shown twice (position 2+3 and 7+8). The two other colors from the palette are not shown.

[cid:image002.png at 01D515F2.EC6CCD40]

Frank

Von: Barry Lynn [mailto:barry.h.lynn at gmail.com<mailto:barry.h.lynn at gmail.com>]
Gesendet: Mittwoch, 29. Mai 2019 08:25
An: Kreienkamp Frank
Cc: ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>
Betreff: Re: [ncl-talk] labelbar

Hi:

Could you please explain in greater detail what you mean by: "not all colors are shown."

Thank you,

On Wed, May 29, 2019 at 8:52 AM Kreienkamp Frank <Frank.Kreienkamp at dwd.de<mailto:Frank.Kreienkamp at dwd.de>> wrote:
Hello,

i am currently are stuck in a problem. I want to add a labelbar with 9 colors. Using the following source:

;************************************************
; adding color definition
   res at cnFillPalette                             = "NCL_DWD_RedYellow"
;************************************************
; adding map
   res at cnFillOn                      = True               ; color Fill
   res at cnLevelSelectionMode          = "ManualLevels"
   res at cnMinLevelValF       =    -135.0             ; min contour level
   res at cnMaxLevelValF       =       0.0              ; max contour level
   res at cnLevelSpacingF      =      15.0             ; contour spacing
   res at cnLabelBarEndStyle            = "ExcludeOuterBoxes"        ; no additional ColorBoxes

the color-palette "NCL_DWD_RedYellow"  has 9 colors:
ncolors= 9
# r   g   b
102 051 051
140 039 039
178 026 026
216 013 013
255 000 000
255 063 000
255 127 000
255 191 000
255 255 000

Unfortunately not all colors are shown.

[cid:image001.png at 01D51AA6.36A935D0]

What do I have to change? I use version  6.4.0.

Thanks in advance
Frank




_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk


--
Barry H. Lynn, Ph.D
Senior Associate Scientist, Lecturer,
The Institute of the Earth Science,
The Hebrew University of Jerusalem,
Givat Ram, Jerusalem 91904, Israel
Tel: 972 547 231 170
Fax: (972)-25662581

C.E.O, Weather It Is, LTD
Weather and Climate Focus
http://weather-it-is.com
Jerusalem, Israel
Local: 02 930 9525
Cell: 054 7 231 170
Int-IS: x972 2 930 9525
_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 9914 bytes
Desc: image001.png
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: input.nc
Type: application/octet-stream
Size: 265319 bytes
Desc: input.nc
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NCL_DWD_RedYellow.rgb
Type: application/octet-stream
Size: 139 bytes
Desc: NCL_DWD_RedYellow.rgb
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Test.ncl
Type: application/octet-stream
Size: 7115 bytes
Desc: Test.ncl
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0005.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.png
Type: image/png
Size: 192826 bytes
Desc: test.png
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190604/4a29bb74/attachment-0003.png>


More information about the ncl-talk mailing list