<div dir="ltr"><div>Dear all</div><div>
<div>I am new for ncl and recently started using it. However, I have the following queries:<br></div><div>1. I have temperature data from the model (time,lat,lon) and observation
(time,lat,lon) with time=122 days (JJAS), lon=692 grid-points and lat=466 grid-points. 
 I want to plot JJAS bias 
(model-observation) over-layed

with 95% significant bias gridpoints as dots.  I took the help of "ttest" function in ncl. My script is attached herewith. I would like to request you to check the script and modify if needed. However, general syntax of ttest is like the following:</div><div>prob = ttest(ave1,var1,s1,ave2,var2,s2,iflag,tval_opt)</div><div>What is this "s1" and "s2" ? it is mentioned the they gives no. of statistically independent observation. Am I need to calculate that using "equiv_sample_size" function? or any constant value will be fine? if yes what will be the approximate values?</div><div><br></div><div>2. I want to generate probability density function of temperature bias over a region. I have bias data(time,lat,lon). My query is: <br></div><div>1) pdfx function is generally applied on which dimension? I mean time or space?</div><div>2) Is the rand_normal is required in case of my data?</div><div>3)
 In my case bias (model-obs) is a time(122 days) X lon X lat dimension 
data. How pdfx function will be applied on that? Will it directly go to 
the pdfx function like:</div><div>ap = pdfx(bias,0,True)</div><div>or</div><div>I need to average the bias w.r.t time and then apply 

ap = pdfx(bias,0,True) <br></div><div>Any sort of suggestion will be highly appreciated.</div><div>Best</div><div>Suman</div></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div>++++++++++++++++++++++++++++++++++++++++++</div><div><font size="2">Dr. Suman Maity</font></div><div><font size="2">Research Associate</font></div><div><font size="2">School of Atmospheric Science</font></div><div><font size="2">Sun Yat-sen University, Zhuhai campus,Tangjiawan Town<br></font></div><div><font size="2"> Zhuhai, Guangdong, Postcode-<span>519082,</span>China.</font></div><div><font size="2">Phone:+86-13543861045 (China), +91-9732636778 (India)<br></font></div><div><font size="2">skype: reach2suman</font></div><div><font size="2"><a href="https://www.researchgate.net/profile/Suman_Maity" target="_blank">https://www.researchgate.net/profile/Suman_Maity</a></font></div><span>++++++++++++++++++++++++++++++++++++++++++</span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>