<div dir="ltr"><div class="gmail_default" style="font-size:small">Amit,<br></div><div class="gmail_extra"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">See my answers below.​</div><br><div class="gmail_quote">On Fri, May 11, 2018 at 9:14 AM, Amit Kumar <span dir="ltr"><<a href="mailto:amitkumar.777@hotmail.com" target="_blank">amitkumar.777@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
Dear All,<br>
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
I have to ask u all about three issues:<br>
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
1. Can we use any variable to use today's date in the title so that it automatically changes as per system date. I can do it using shell/ bash using variable but how to use it in ncl I don't know.<br></div></div></blockquote><div><br></div><div><br></div><div class="gmail_default" style="font-size:small">​todays_date = systemfunc("date")</div><div class="gmail_default">​todays_date = systemfunc("date '+DATE: %Y-%m-%d')</div><div class="gmail_default"><br></div><div class="gmail_default">Type "man date" on the UNIX prompt to see other date formats you can use. There are quite a few.</div><div class="gmail_default"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
2. In the same way can we dynamically use today's date in Annotations.<br></div></div></blockquote><div><br></div><div class="gmail_default" style="font-size:small">​You can use gsn_add_text, gsn_text, or gsn_text_ndc to add or draw any text string as an annotation to an existing plot. See our text examples page for several ways to add text strings:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/text.shtml">http://www.ncl.ucar.edu/Applications/text.shtml</a></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You can also check out the "infoTimeStamp" procedure:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><a href="http://www.ncl.ucar.edu/Document/Functions/Shea_util/infoTimeStamp.shtml">http://www.ncl.ucar.edu/Document/Functions/Shea_util/infoTimeStamp.shtml</a></div><div class="gmail_default" style="font-size:small">​</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
3. Can we use any other logo instead of ncl or ncar.<br></div></div></blockquote><div><br></div><div class="gmail_default" style="font-size:small">​See example 4 on the Logos page:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><a href="http://www.ncl.ucar.edu/Applications/logo.shtml">http://www.ncl.ucar.edu/Applications/logo.shtml</a></div><div class="gmail_default" style="font-size:small">​</div><div><div class="gmail_default" style="font-size:small">​--Mary​</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
Regards<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
Amit<br>
<br>
</div>
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
<div dir="auto" style="direction:ltr;margin:0px;padding:0px;font-family:sans-serif;font-size:11pt;color:black">
Get <a href="https://aka.ms/ghei36" target="_blank">Outlook for Android</a></div>
<br>
</div>
</div>

<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div>