<div dir="ltr"><div>Hello,</div><div>I am trying to retrieve cloudfrac every hour from wrfout files at specific locations.</div><div>The command I use is <br></div><div>cld = wrf_user_getvar(a,"cfrac",-1)<br> Lowcl = cld(:,2,idxlat,idxlon)<br> Medcl = cld(:,3,idxlat,idxlon)</div><div><br></div><div>where idxlat,idxlon have been defined as</div><div>xlat=a[:]->XLAT(0,:,:)<br>xlon=a[:]->XLONG(0,:,:)<br> idxlat=closest_val(lat, xlat(:,0))<br> idxlon=closest_val(lon, xlon(0,:))</div><div> </div><div>When I print  Lowcl,  Medcl <br></div><div>I only get three values at the hours 00, 01 and 02 from files going to 144 hours. I was expecting a value every hour.</div><div>How is cloudfrac calculated, or what am I doing wrong?</div></div>