<div dir="ltr"><div class="gmail_default" style="font-size:small">If you are getting the same errors, then this sounds like your environment is still pointing to the old &quot;contributed.ncl&quot; file from NCL V6.1.2, and not the one from NCL V6.2.1.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">When you upgraded to NCL V6.2.1, did you install it to a different location, and also remember to change your NCARG_ROOT environment variable?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You can verify some of this by typing on the UNIX command line:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">ncl -V</div><div class="gmail_default" style="font-size:small">which ncl</div><div class="gmail_default" style="font-size:small">env | grep NCARG</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 23, 2015 at 6:43 PM, Erik Jan Schaffernicht <span dir="ltr">&lt;<a href="mailto:eschaffe@uni-koeln.de" target="_blank">eschaffe@uni-koeln.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Additional remark:  I updated now to most recent NCL,i.e. version 6.2.1   but I still have the same error and problem.<div class="HOEnZb"><div class="h5"><br>
<br>
I am using these functions:<br>
eof_ts()  runs successful on a climate model output.<br>
Then I take<br>
timeRec= cd_calendar(eof_ts&amp;time,2)<br>
and<br>
printVarSummary(timeRec) gives me:<br>
     Variable: timeRec<br>
     Type: double<br>
     Total Size: 292192 bytes<br>
                 36524 values<br>
     Number of Dimensions: 1<br>
     Dimensions and sizes:    [36524]<br>
     Coordinates:<br>
     Number Of Attributes: 1<br>
       calendar :    proleptic_gregorian<br>
<br>
Then I like to plot the time series (~36500 days = ~100years) so I like to convert the time from YYYYMMDD to YYYY.fraction<br>
yearFrac= yyyymmdd_to_yyyyfrac(timeRec,<u></u>0.)<br>
<br>
This last step causes these errors:   Any idea/help/solution?<br>
<br>
[... many more of these illegal calendar  errors lines, I did not copy all due to redundancy ...]<br>
day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;<br>
day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;<br>
day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;<br>
day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;<br>
day_of_year: illegal calendar = &#39;proleptic_gregorian&#39;<br>
isleapyear: illegal calendar = &#39;proleptic_gregorian&#39;<br>
fatal:Undefined identifier: (con) is undefined, can&#39;t continue<br>
fatal:[&quot;Execute.c&quot;:8567]:<u></u>Execute: Error occurred at or near line 7801 in file $NCARG_ROOT/lib/ncarg/<u></u>nclscripts/csm/contributed.ncl<br>
<br>
<br>
A few minutes before I used   yyyymm_to_yyyyfrac( )   on a similar file that is monthly averaged.  There, using the yyyymm_to_...(), this function does not cause any error.<br>
<br>
<br>
<br>
<br>
</div></div><br>_______________________________________________<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></div>