<div dir="ltr"><div>please ignore the previous mail. <br><br></div>I have sorted out this problem. <br><br><br><div class="gmail_extra">regards<br clear="all"></div><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Kunal Bali<br></div><br><div><br></div><div><br></div><div><br></div><div><p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Nov 29, 2017 at 3:02 PM, Kunal Bali <span dir="ltr"><<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><br></div>Dear NCL users,<br><br></div>I have 2 files (file1, file2) with different grid structure/shape. file1 has a curvilinear grid structure and file2 has a uniform grid structure (see the attached file). <br><br></div>file1 has 1km (0.01) resolution and file2 was initially in .asc file with 10km (0.1) resolution, then I converted into .nc using CDO and then regridding into 1km (extact 0.0152). <br><br></div>Now I want to multiply file1 with file2 and get the result with the same grid structure as of file1. <br></div><div><br></div><div>Could anyone please let me know how can I do that. </div><div>I hope you have understood my point. <br></div><div><br></div><br></div><div><br></div><div><b>file1:</b></div><div><br></div><div> dimensions:<br> XDim_grid1km = 1200<br> YDim_grid1km = 1200<br> time = 1 // unlimited<br> bnds = 2<br> variables:<br> double time ( time )<br> standard_name : time<br> bounds : time_bnds<br> units : hours since 2000-1-1 00:00:00<br> calendar : standard<br> axis : T<br><br> double time_bnds ( time, bnds )<br><br> double lat ( YDim_grid1km, XDim_grid1km )<br> long_name : latitude<br> units : degrees_north<br> projection : Albers Conical Equal_Area<br> corners : ( 21.85876153675459, 24.54921980985786, 13.83114494678434, 11.2940312768897 )<br><br> double lon ( YDim_grid1km, XDim_grid1km )<br> long_name : longitude<br> units : degrees_east<br> projection : Albers Conical Equal_Area<br> corners : ( 68.08003670367275, 79.47671412331489, 81.63171349927691, 71.2292608800723 )<br><br> short Optical_Depth_055_grid1km ( time, YDim_grid1km, XDim_grid1km )<br> long_name : AOT at 0.55 micron<br> add_offset : 0<br> scale_factor : 0.001<br> _FillValue : -28672<br> missing_value : -28672<br> hdfeos_name : Optical_Depth_055<br> projection : Albers Conical Equal_Area<br> unit : None</div><div><br></div><div><br></div><div><br></div><div><b>file2</b>:</div><div><br></div><div>dimensions:<br> lon = 2497<br> lat = 2112<br> time = 1 // unlimited<br> variables:<br> float lon ( lon )<br> standard_name : longitude<br> long_name : longitude<br> units : degrees_east<br> axis : X<br><br> float lat ( lat )<br> standard_name : latitude<br> long_name : latitude<br> units : degrees_north<br> axis : Y<br><br> double time ( time )<br> standard_name : time<br> units : hours since 0-0-0 00:00:00<br> calendar : proleptic_gregorian<br> axis : T<br><br> float var1 ( time, lat, lon )<br> code : 1<br> _FillValue : -9e+33<br> missing_value : -9e+33<br></div><div><br></div><div><br></div><div><br><br></div>regards<br><div>kunal<br></div><div><div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;color:rgb(34,34,34);font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border-color:rgb(221,221,221);border-style:solid;border-width:1px;line-height:1"><a href="https://drive.google.com/file/d/1cbQoE4yMNFwXjjadO297GsM7Eabzbyn4/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border-color:currentcolor;border-style:none;border-width:medium" target="_blank"><img style="vertical-align:bottom;border-color:currentcolor;border-style:none;border-width:medium" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="color:rgb(17,85,204);text-decoration:none;vertical-align:bottom">file2.nc</span></a><img src="" style="opacity:0.55;float:right;display:none"></div><br></div></div>
</blockquote></div><br></div></div>