<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Calibri,sans-serif"><div style="color: rgb(0, 0, 0);"><div><span style="font-size: 21px;">Hi users,</span></div><div><span style="font-size: 21px;"><br></span></div><div><span style="font-size: 21px;"><br></span></div><div><span style="font-size: 21px;">I'm trying to do the example: fanal_2.ncl (Harmonic analysis), between SST and surface temperature, but returns the warning:</span></div><div style="font-size: 21px;"><br></div></div><div><span style="font-size: 21px;"><font color="#ac193d">warning:fourier_info: An input array contains missing values. No analysis performed on this array.</font></span></div><div style="color: rgb(0, 0, 0); font-size: 16pt;"><br></div><div><div><span style="font-size: 21px;">f1 = addfile ("tos.cfsr.nc", "r")</span></div><div><span style="font-size: 21px;">&nbsp; xx1 = f1-&gt;tos(:,:,:)&nbsp;</span><span style="font-size: 21px;">&nbsp;</span></div><div><span style="font-size: 21px;">&nbsp; x1 &nbsp; = clmMonTLL(xx1)&nbsp;</span></div><div><span style="font-size: 21px;">printVarSummary(x1)</span></div><div><span style="font-size: 21px;">&nbsp; f2 = addfile ("t.era.nc", "r")</span></div><div><span style="font-size: 21px;">&nbsp; xx2 = f2-&gt;t(:,:,:)&nbsp;</span></div><div><span style="font-size: 21px;">x2 &nbsp; = clmMonTLL(xx2)&nbsp;</span></div><div><br></div><div><br></div><div><span style="font-size: 21px;">&nbsp; nhar &nbsp; &nbsp; = 3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; return 1st 'nhar' harmonics</span></div><div><span style="font-size: 21px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; reorder</span></div><div><span style="font-size: 21px;">&nbsp;<font color="#ac193d"> finfo_t2 = fourier_info (x1(lat|:,lon|:,month|:), nhar, 1.) ; fourier_info works on right dim</font></span></div><div><span style="font-size: 21px;"><font color="#ac193d">&nbsp; finfo_ts = fourier_info (x2(lat|:,lon|:,month|:), nhar, 1.) ; [3] x [121] x [240] x [nhar]</font></span></div><div style="color: rgb(0, 0, 0); font-size: 16pt;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16pt;">(this line is problem)</div></div><div style="color: rgb(0, 0, 0); font-size: 16pt;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16pt;">....</div><div style="color: rgb(0, 0, 0); font-size: 16pt;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16pt;"><br></div></font><div>Variable: x1</div><div>Type: double</div><div>Total Size: 1555200 bytes</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 194400 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:<span class="Apple-tab-span" style="white-space:pre">        </span>[month | 12] x [lat | 90] x [lon | 180]</div><div>Coordinates:&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; month: [0..11]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat: [-89.69999694824219..89.69999694824219]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon: [ &nbsp; 0..359.7000122070312]</div><div>Number Of Attributes: 7</div><div>&nbsp; _FillValue :<span class="Apple-tab-span" style="white-space:pre">        </span>-9.999999999999999e+33</div><div>&nbsp; remap :<span class="Apple-tab-span" style="white-space:pre">        </span>remapped via ESMF_regrid_with_weights: Bilinear remapping</div><div>&nbsp; long_name :<span class="Apple-tab-span" style="white-space:pre">        </span>SST[GX=X2DEG,GY=Y2DEG]</div><div>&nbsp; history :<span class="Apple-tab-span" style="white-space:pre">        </span>From sst</div><div>&nbsp; missing_value :<span class="Apple-tab-span" style="white-space:pre">        </span>-9.999999999999999e+33</div><div>&nbsp; time_op_ncl :<span class="Apple-tab-span" style="white-space:pre">        </span>Climatology: 30 years</div><div>&nbsp; info :<span class="Apple-tab-span" style="white-space:pre">        </span>function clmMonLLT: contributed.ncl</div><div><br></div><div>Variable: x2</div><div>Type: double</div><div>Total Size: 1555200 bytes</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 194400 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:<span class="Apple-tab-span" style="white-space:pre">        </span>[month | 12] x [lat | 90] x [lon | 180]</div><div>Coordinates:&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; month: [0..11]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat: [ -89.. &nbsp;89]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon: [ &nbsp; 0.. 358]</div><div>Number Of Attributes: 4</div><div>&nbsp; _FillValue :<span class="Apple-tab-span" style="white-space:pre">        </span>-999000000</div><div>&nbsp; missing_value :<span class="Apple-tab-span" style="white-space:pre">        </span>-999000000</div><div>&nbsp; time_op_ncl :<span class="Apple-tab-span" style="white-space:pre">        </span>Climatology: 30 years</div><div>&nbsp; info :<span class="Apple-tab-span" style="white-space:pre">        </span>function clmMonLLT: contributed.ncl</div><div><br></div>Could someone help me with this?<div><br><div><font face="Comic Sans MS"><span style="line-height:17px;">---</span></font></div><br></div>                                               </div></body>
</html>