<div dir="ltr"><div><div>Dear Sir  <br></div>            Presently I am using NCAR Command Language Version 6.1.2. I have made the anomaly from this version and from pyferret and after compression we have got a lot of differences.<br></div>I am mentioning the script use for NCAR to make anomaly<br><br><br><div>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;program for making the anomaly &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;!<br>load &quot;/usr/share/ncarg/nclscripts/csm/gsn_code.ncl&quot;<br>load &quot;/usr/share/ncarg/nclscripts/csm/gsn_csm.ncl&quot;<br>load &quot;/usr/share/ncarg/nclscripts/csm/contributed.ncl&quot;<br>load &quot;/usr/share/ncarg/nclscripts/csm/shea_util.ncl&quot;<br><br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>begin<br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>   fili  = &quot;/home/abhishek/Desktop/work/phd/Ridge_SCTR/<a href="http://soda_d20_1958_2010_ind.nc">soda_d20_1958_2010_ind.nc</a>&quot;                                 ; define filename<br>   f   = addfile (fili, &quot;r&quot;)<br>   d20=f-&gt;D20<br>;  print(d20)<br>;  printVarSummary(d20)<br>   anom = d20<br>   anom = dim_rmvmean(d20)<br>;  printVarSummary(anom )<br><br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;remove any preexicting file &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;!<br>   system(&quot;/bin/rm -f <a href="http://soda_d20_anm.nc">soda_d20_anm.nc</a>&quot;)<br><br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; open outputnetcdf file &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br>ncdf = addfile(&quot;<a href="http://soda_d20_anm.nc">soda_d20_anm.nc</a>&quot; ,&quot;c&quot;)  ; open output netCDF file<br><br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;for giveing the information of the file &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;!<br>fAtt               = True            ; assign file attributes<br>       fAtt@title         = &quot;NCL Simple Approach to netCDF Creation&quot;<br>       fAtt@source_file   =  &quot;<a href="http://original-file.nc">original-file.nc</a>&quot;<br>       fAtt@Conventions   = &quot;None&quot;<br>       fAtt@creation_date = systemfunc (&quot;date&quot;)<br>       fileattdef( ncdf, fAtt )            ; copy file attributes<br><br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; make time an UNLIMITED dimension; recommended  for most applications&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br>       filedimdef(ncdf,&quot;time&quot;,-1,True)<br>;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br> ; output variables directly; NCL will call appropriate function to write the meta data associated with each variable<br>       ncdf-&gt;anom  = anom<br>end<br><br></div><div>Eagerly waiting for your reply<br></div><div>regards<br></div><div>Abhishek<br></div><div><br><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold">Regards</span><br style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold"><br style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold"><font face="times new roman, new york, times, serif" size="3" color="#00007f"><b>Abhishek Savita</b></font></div><div dir="ltr"><font face="times new roman, new york, times, serif" size="3" color="#00007f"><b><br></b></font></div><div dir="ltr"><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold">Research Scholar (Earth </span><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold">System Science Technology)</span></div><div dir="ltr"><font face="times new roman, new york, times, serif" size="3" color="#00007f"><b>Center For Oceans, Revers, Atmoshphere &amp; Land Science Technology</b></font><br style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold"><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold">Indian Institute of Technology, Kharagpur</span><br style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold"><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold">+91-8609704619</span><div><font face="times new roman, new york, times, serif" size="3" color="#00007f"><b><br></b></font><div><span style="color:rgb(0,0,127);font-family:&quot;times new roman&quot;,&quot;new york&quot;,times,serif;font-size:16px;font-weight:bold"> </span></div></div></div></div></div></div>
</div></div></div></div>