<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
Hi,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
I have to find a spatial correlation between 2 parameters. When I use the scorr function,  no error is shown, but no result is displayed.  Please help me resolve the issue.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
The grads program I used is given below and the daily data of the parameters, latent heat flux and specific humidity for the years 2017-2019 are attached.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
<span style="color: rgb(237, 92, 87);">* corrl</span>
<div><span style="color: rgb(237, 92, 87);">'reinit'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set map 1 1 12'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set display color white'</span></div>
<div><span style="color: rgb(237, 92, 87);">'c'</span></div>
<div><span style="color: rgb(237, 92, 87);">'sdfopen E:/lh.nc'</span></div>
<div><span style="color: rgb(237, 92, 87);">'sdfopen E:/sh.nc'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set lon 30 90'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set lat 0 30'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set xlopts 1 4 0.16'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set ylopts 1 4 0.16'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set time 15aug19'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set grads off'</span></div>
<div><span style="color: rgb(237, 92, 87);">'set gxout contour'</span></div>
<div><span style="color: rgb(237, 92, 87);">'d scorr(lhtfl, shum.2, lon=30, lon=90, lat=0, lat=30)'</span></div>
<div><span style="color: rgb(237, 92, 87);">'draw title corrl 15aug2019'</span></div>
<div><span style="color: rgb(237, 92, 87);">'printim d:/corr-15aug2019.jpg'</span></div>
<div><br>
</div>
<br>
Thank you,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 176, 240);">
Suneela. S.</div>
</body>
</html>