<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">The time variable passed to cd_string() should be in the format of “hours since 1800-01-01 00:00:00” or similar. &nbsp; The format passed to the argument is for the output string not the input variable.&nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I don’t really understand how you got to the first line of your sample code but trying to build from that is some code below:</div><div class=""><br class=""></div><div class="">&nbsp;; time_array(0)=hour(1,1,1)<br class="">&nbsp;; time_array(1)=minute(1,1,1)<br class="">&nbsp;; time_array(2)=day(1,1,1)<br class="">&nbsp;; time_array(3)=month(1,1,1)<br class="">&nbsp;; time_array(4)=year(1,1,1)<br class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">&nbsp;;; &nbsp; time_array(5)=units &nbsp; &nbsp;;; are the above strings or numbers? &nbsp;If they’re numbers this line won’t work.&nbsp;</div><div class=""><br class=""></div></div></div></div></div><div class="">;; first make a ut_coord complaint time variable from the arrays of time stuff you already have.&nbsp;</div><div class=""><br class=""></div><div class=""><b class="">time_array = cd_inv_calendar( toint(year(1,1,1)), toint (month(1,1,1)), toint( day(1,1,1)), toint (hour(1,1,1)), toint (minute(1,1,1)), 0, “hours since 1800-01-01 00:00:00”,0)</b></div><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><b class="">printVarSummary(time_array)</b></div><div class="">;;; &nbsp; &nbsp;Should be a single number of double type with a units attribute.&nbsp;</div><div class=""><b class=""><br class=""></b></div><div class=""><b class="">format = “" ;; defaults to&nbsp;"%H%M UTC %d %c %Y"</b></div></div></div></div></div><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><span class=""><b class="">time_var=cd_string(time_array,format)</b></span></div><div class=""><span class=""><br class=""></span></div><div class=""><span class=""><br class=""></span></div><div class=""><span class=""><br class=""></span></div><div class=""><span class="">p.s. beware of weird quotation marks if copy/pasting from email.&nbsp;</span></div><div class=""><span class=""><br class=""></span></div><div class=""><span class="">Good luck,&nbsp;</span></div><div class=""><span class="Apple-tab-span" style="white-space:pre">                </span>Alan</div></div></div></div></div><div class=""><br class=""></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">##############################<br class="">Alan Brammer,<div class="">Post-Doc Researcher</div><div class=""><br class=""></div><div class="">Department of Atmospheric and&nbsp;Environmental Sciences,<br class="">University at Albany,&nbsp;State University of New&nbsp;York,&nbsp;Albany, NY, 12222<div class=""><a href="mailto:abrammer@albany.edu" class="">abrammer@albany.edu</a><br class="">##############################</div></div></div></span></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 1 Nov 2016, at 06:33, Barry Lynn &lt;<a href="mailto:barry.h.lynn@gmail.com" class="">barry.h.lynn@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Good Morning:<div class=""><br class=""></div><div class="">I went to this page&nbsp;</div><div class=""><br class=""></div><div class=""><a href="https://www.ncl.ucar.edu/Document/Functions/User_contributed/cd_string.shtml" class="">https://www.ncl.ucar.edu/Document/Functions/User_contributed/cd_string.shtml</a></div><div class=""><br class=""></div><div class="">and tried to do this:</div><div class=""><br class=""></div><div class=""><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt" class="">For all the following examples, assume that&nbsp;<em style="margin:0px;padding:0px" class="">time</em>&nbsp;is an array of time values.</p><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt" class=""><b style="margin:0px;padding:0px" class="">Example 1</b></p><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt" class="">Using the default format string of "" will result in "HHMM UTC D Mon YYYY" (e.g., 1800 UTC 4 Jul 1776):</p><div style="margin: 10px 0px 20px; padding: 0px; color: rgb(51, 51, 51); font-family: verdana, sans-serif; font-size: 13.3333px; line-height: 12pt;" class=""><br class="webkit-block-placeholder"></div><pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 13.3333px; line-height: 12pt; font-family: courier; border-style: solid; border-width: 0px 0px 15px; border-color: transparent;" class="">  format = ""
  stime  = cd_string(time,format)</pre><div class="">The goal is to plot the string "time_var" as shown below, as a single variable.</div><div class=""><br class=""></div><div class="">But I get an error; please see below.</div><div class=""><br class=""></div><div class="">(Note: I thought (as a try) to stick this information in the "unitlabel" parameter below, but I would really prefer to plot the date on the right hand side at</div><div class="">the top of the map).</div><div class=""><br class=""></div><div class="">Here's my code.</div><div class=""><br class=""></div><div class=""><div class="">;HHMM UTC D Mon YYYY</div><div class="">&nbsp; time_array(0)=hour(1,1,1)</div><div class="">&nbsp; time_array(1)=minute(1,1,1)</div><div class="">&nbsp; time_array(2)=day(1,1,1)</div><div class="">&nbsp; time_array(3)=month(1,1,1)</div><div class="">&nbsp; time_array(4)=year(1,1,1)</div><div class="">&nbsp; time_array(5)=units</div><div class="">; format = "HHMM UTC D Mon YYYY"</div><div class="">&nbsp; format = ""</div><div class="">&nbsp; <b class="">time_var=cd_string(time_array,format)</b></div><div class="">&nbsp; print("time_var = " + time_var)</div><div class="">&nbsp; opts_ic_cg@FieldTitle &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "Lightning Rate"</div><div class="">; opts_ic_cg@UnitLabel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= "/10-min"</div><div class="">&nbsp;<b class=""> opts_ic_cg@UnitLabel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= time_var</b></div></div><div class=""><b class=""><br class=""></b></div><div class=""><div style="font-weight:bold" class="">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>Working on time: 2016-10-30_00:00:00</div><div style="font-weight:bold" class="">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>cd_string: The variable containing time values must have a 'units' attribute.</div><div style="font-weight:bold" class="">fatal:Illegal right-hand side type for assignment</div><div style="font-weight:bold" class=""><br class=""></div><div class="">After searching and finding:</div><div style="font-weight:bold" class=""><br class=""></div><div style="font-weight:bold" class=""><a href="http://www.ncl.ucar.edu/Document/Functions/User_contributed/time_axis_labels.shtml" class="">http://www.ncl.ucar.edu/Document/Functions/User_contributed/time_axis_labels.shtml</a><br class=""></div><div style="font-weight:bold" class=""><br class=""></div><div style="font-weight:bold" class=""><em style="margin: 0px; padding: 0px; font-family: verdana, sans-serif; font-size: 13.3333px; font-weight: normal;" class="">time</em><span style="font-family: verdana, sans-serif; font-size: 13.3333px; font-weight: normal;" class=""></span><p class="gmail-indent" style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-weight:normal;font-size:13.3333px;line-height:12pt">An array containing the values of time. This variable should have an attribute named "units". In other words, this variable holds the values of the coordinate axis 'time' along with the units.</p><div class=""><br class=""></div><em style="margin: 0px; padding: 0px; font-family: verdana, sans-serif; font-size: 13.3333px; font-weight: normal;" class=""></em></div><div class=""><br class=""></div><div class="">I am not sure what this error means or how to address the error.</div><div class=""><br class=""></div><div class="">Thank you.</div><div style="font-weight:bold" class=""><br class=""></div></div><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class="">Barry H. Lynn, Ph.D<div class=""><div class="">Senior Lecturer,</div><div class=""><div class=""><span style="color:rgb(136,136,136)" class="">The Institute of the Earth Science,&nbsp;</span><br style="color:rgb(136,136,136)" class=""><span style="color:rgb(136,136,136)" class="">The Hebrew University of Jerusalem,&nbsp;</span><br style="color:rgb(136,136,136)" class=""><span style="color:rgb(136,136,136)" class="">Givat Ram, Jerusalem 91904, Israel&nbsp;</span><br style="color:rgb(136,136,136)" class=""></div><span style="color:rgb(136,136,136)" class="">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)" class=""><span style="color:rgb(136,136,136)" class="">Fax: (972)-25662581</span></div></div><div class=""><span style="color:rgb(136,136,136)" class=""><br class=""></span></div><div class="">C.E.O, Weather It Is, LTD<br class="">Weather and Climate Focus<br class=""><a href="http://weather-it-is.com/" target="_blank" class="">http://weather-it-is.com</a><br class="">Jerusalem, Israel<br class="">Local: 02 930 9525<br class="">Cell: 054 7 231 170<br class="">Int-IS: x972 2 930 9525<br class="">US 914 432 3108<br class=""></div></div></div>
</div></div>
_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class=""></div></blockquote></div><br class=""></body></html>