<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">hmmm, my bad here. It seems like the edits to cd_convert that were discussed between myself and the developers a while back didn&#39;t end up in the release. </div><div class="gmail_default" style="font-family:verdana,sans-serif"> The unitsTo@calendar line is therefore redundant, however cd_convert should still convert the calendar to &quot;standard&quot; which will then avert the warnings. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 May 2015 at 11:29, Alan Brammer <span dir="ltr">&lt;<a href="mailto:abrammer@albany.edu" target="_blank">abrammer@albany.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">unless your dates extend back before 1582 I think you could just drop the proleptic from the calendar attribute.  </div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">For a better answer though, if you&#39;re using 6.3. (which you probably should be, as there are lots of updates to calendar functionality), you can use a currently still undocumented feature in cd_convert. </div><div class="gmail_default" style="font-family:verdana,sans-serif">e.g.  ( Will need to be adapted to work in your specific case.  )</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default"><span style="font-family:verdana,sans-serif"> </span><font face="monospace, monospace">x = -5550000<br></font></div><div class="gmail_default"><font face="monospace, monospace"> x@units = &quot;hours since 1800-01-01 00:00:00&quot;<br></font></div><div class="gmail_default"><font face="monospace, monospace"> x@calendar = &quot;proleptic_gregorian&quot;<br></font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">unitsTo = x@units                    ;; keep same time units</font></div><div class="gmail_default"><font face="monospace, monospace">unitsTo@calendar = &quot;gregorian&quot; ;; change the calendar to &quot;gregorian&quot; aka &quot;standard&quot;</font></div><div class="gmail_default"><font face="monospace, monospace">x2 = cd_convert(x, unitsTo)  ; calendar now gregorian<br></font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">cd_n = cd_calendar(x2, 2)<br></font></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Alan. </div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On 1 May 2015 at 13:04, Xi Chang <span dir="ltr">&lt;<a href="mailto:xi.chang01@gmail.com" target="_blank">xi.chang01@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hallo,<div><br></div><div>Could you please let me know how to get rid off this error:</div><div><br></div><div><div>day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;</div><div>isleapyear: illegal calendar = &#39;proleptic_gregorian&#39;</div><div><br></div><div>the errors came from:</div><div><br></div><div> <b>m = yyyymmdd_to_yyyyddd(cd_n) </b><br></div><div><br></div><div>any solution to use this function for proleptic gregorian calender?</div><div><br></div><div>Thanks.</div></div></div>
<br></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>