<div dir="ltr"><div>You can see the code:</div><div><br></div><div>%> less  $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl</div><div><br></div><div>Search for '<b>mon_fullyear</b>'</div><div><br></div><div>The comments include:</div><div><br></div><div>undef("mon_fullyear")<br>function mon_fullyear(x:numeric, opt)<br>;<br>; Expand a variable containing monthly data to full (12 month) years<br>; The added months will be set to _FillValue.<br>;<br>; Example: Take a variable that may span (say)<br>; 190308 to 201105 and expand it to span 190301 to 201112.<br>; The extra values will be filled with _FillValue.<br>;<br>; This assumes that the input variable will have a<br>; time coordinate variable with units acceptable to cd_calendar<br>;<br>; generically: Only the 'time' dimension must be present.<br>;              It does not have to be named 'time'<br>;              All other meta data are preserved.<br>; x(time), x(time,J), x(time,N,M), x(time,K,N,M)<br>;<br>; If the input is already full years, the variable is returned unaltered.</div><div><br></div><div>---</div><div>so ... it should work<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 14, 2020 at 10:43 AM Edward Velie via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">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 lang="EN-US">
<div class="gmail-m_-8927432124170898369WordSection1">
<p class="MsoNormal">Dear NCL-talk,</p>
<p class="MsoNormal"></p>
<p class="MsoNormal">I would like to run this script with a different input data file. The file, "<a href="http://olr.mon.mean.nc" target="_blank">olr.mon.mean.nc</a>",</p>
<p class="MsoNormal">has dimensions of time=547, lat=73, and lon=144, with time starting in 197406 and ending in 201912.</p>
<p class="MsoNormal">In addition, data for Apr to Dec 1978 is missing from the file.</p>
<p class="MsoNormal"></p>
<p class="MsoNormal">I am interested in period 1979-2019. My questions are will the full year function work with a dataset having a partial 
</p>
<p class="MsoNormal">starting year, and is there a way the data can be subsetted for 1979-2019 and still use the script?</p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thank you.</p>
<p class="MsoNormal"></p>
<p class="MsoNormal">Edward</p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

_______________________________________________<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>