<div dir="ltr"><div>You have two different source files [<b>f, g</b>]:</div><div>======================</div><div> 52   <b>f </b>     = addfile("Hadsstyrmon_ano.nc", "r")<br> 53   <b>g</b>      = addfile("<a href="http://sstson-ano.nc" target="_blank">sstson-ano.nc</a>", "r")</div><div>=====================</div><div><br></div><div>Based upon the error message, my speculation is that  the time dimensions are different for each file.<br></div><div><br></div><div> 54   t      = g->time<br> 55   YYYY   = cd_calendar(t,-1)/100                 ; entire file<br> 56   jYYYY  = ind(YYYY.ge.yrStrt .and. YYYY.le.yrLast)<br> 57   sst1   = g->sst(jYYYY,:,:)<br> 58   printVarSummary(sst1)<br> 59 <br></div><div>        delete(YYYY)             ; <====<br></div><div> 60 <br> 61 <br> 62   TIME   = f->time<br> 63   YYYY   = cd_calendar(TIME,-1)/100                 ; entire file<br> 64   iYYYY  = ind(YYYY.ge.yrStrt .and. YYYY.le.yrLast)</div><div>======================</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 15, 2021 at 6:05 PM jayanti pal via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<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>Sir,</div><div><br></div><div>I am trying to calculate EOF from one file and then quantify correlation between PCs with variables from other files.</div><div>While defining time dimension i get following error</div><div><br></div><div>(ncl_stable) oem@oem-Inspiron-15-5501:~/IOD/sst/new$ ncl eof_correl.ncl<br> Copyright (C) 1995-2019 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.6.2<br> The use of this software is governed by a License Agreement.<br> See <a rel="nofollow noopener noreferrer" href="http://www.ncl.ucar.edu/" style="word-break:break-word" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br><br>Variable: sst1<br>Type: float<br>Total Size: 38880000 bytes<br>            9720000 values<br>Number of Dimensions: 3<br>Dimensions and sizes: [time | 150] x [latitude | 180] x [longitude | 360]<br>Coordinates:<br>            time: [288.5..54709.5]<br>            latitude: [89.5..-89.5]<br>            longitude: [-179.5..179.5]<br>Number Of Attributes: 6<br>  standard_name : sea_surface_temperature<br>  long_name : sst<br>  units : C<br>  _FillValue : -1e+30<br>  missing_value : -1e+30<br>  cell_methods : time: lat: lon: mean<br><b>fatal:Dimension sizes of left hand side and right hand side of assignment do not match<br>fatal:["Execute.c":8637]:Execute: Error occurred at or near line 63 in file eof_correl.ncl</b><br></div><div><br></div><div id="gmail-m_655023137286396595gmail-m_8298806881435015626yMail_cursorElementTracker_1637024692460">code is attached below.</div><br><div id="gmail-m_655023137286396595gmail-m_8298806881435015626ymail_android_signature"><a id="gmail-m_655023137286396595gmail-m_8298806881435015626ymail_android_signature_link" href="https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature" target="_blank">Sent from Yahoo Mail on Android</a></div> <br> <blockquote style="margin:0px 0px 20px"> <div style="padding:10px 0px 0px 20px;margin:10px 0px 0px;border-left:1px solid rgb(109,0,246)"> <div style="font-family:Roboto,sans-serif;color:rgb(109,0,246)"> <div>----- Forwarded message -----</div> <div><b>From:</b> "Jayanti Pal" <<a href="mailto:jayanti.pal@curaj.ac.in" target="_blank">jayanti.pal@curaj.ac.in</a>></div> <div><b>To:</b> "<a href="mailto:jiban_samudra18@yahoo.com" target="_blank">jiban_samudra18@yahoo.com</a>" <<a href="mailto:jiban_samudra18@yahoo.com" target="_blank">jiban_samudra18@yahoo.com</a>></div> <div><b>Cc:</b> </div> <div><b>Sent:</b> Tue, 16 Nov 2021 at 6:31 AM</div> <div><b>Subject:</b> Fwd: time dimension mismatch in NCL</div> </div>  <div id="gmail-m_655023137286396595gmail-m_8298806881435015626yiv0257515012"><div></div><br><div><div dir="ltr">---------- Forwarded message ---------<br>From: <strong>Jayanti Pal</strong> <span><<a rel="nofollow noopener noreferrer" href="mailto:jayanti.pal@curaj.ac.in" target="_blank">jayanti.pal@curaj.ac.in</a>></span><br>Date: Mon, 15 Nov, 2021, 10:24 PM<br>Subject: time dimension mismatch  in NCL<br>To:  <<a rel="nofollow noopener noreferrer" href="mailto:ncl-talk-request@mailman.ucar.edu" target="_blank">ncl-talk-request@mailman.ucar.edu</a>>,  <<a rel="nofollow noopener noreferrer" href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>><br></div><br><br><div dir="ltr"><div>Sir,</div><div><br></div><div>I am trying to calculate EOF from one file and then quantify correlation between PCs with variables from other files.</div><div>While defining time dimension i get following error</div><div><br></div><div>(ncl_stable) oem@oem-Inspiron-15-5501:~/IOD/sst/new$ ncl eof_correl.ncl<br> Copyright (C) 1995-2019 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.6.2<br> The use of this software is governed by a License Agreement.<br> See <a rel="nofollow noopener noreferrer" href="http://www.ncl.ucar.edu/" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br><br>Variable: sst1<br>Type: float<br>Total Size: 38880000 bytes<br>            9720000 values<br>Number of Dimensions: 3<br>Dimensions and sizes: [time | 150] x [latitude | 180] x [longitude | 360]<br>Coordinates: <br>            time: [288.5..54709.5]<br>            latitude: [89.5..-89.5]<br>            longitude: [-179.5..179.5]<br>Number Of Attributes: 6<br>  standard_name :      sea_surface_temperature<br>  long_name : sst<br>  units : C<br>  _FillValue :      -1e+30<br>  missing_value :      -1e+30<br>  cell_methods :       time: lat: lon: mean<br><b>fatal:Dimension sizes of left hand side and right hand side of assignment do not match<br>fatal:["Execute.c":8637]:Execute: Error occurred at or near line 63 in file eof_correl.ncl</b><br></div><div><br></div><div>code is attached below.<br></div><div>-- <br><div dir="ltr"><div>Regards <br></div><div>Jayanti<br></div></div></div></div>
</div>
</div> </div> </blockquote>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>