<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yui_3_16_0_1_1447577689394_14664"><span id="yui_3_16_0_1_1447577689394_14707">Hi NCL users.&nbsp;</span></div><div id="yui_3_16_0_1_1447577689394_14664"><span id="yui_3_16_0_1_1447577689394_14712">I have to make TRMM and WRF Model data (Rainfall for both cases) in two columns.&nbsp;</span></div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr"><span id="yui_3_16_0_1_1447577689394_14713">I am using gsn_csm_contour_map function for both plots. Then I am using gsn_panel function finally.&nbsp;</span></div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr"><span><br></span></div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr">Now my problem is that I wanted the same domain as that of MODEL output for the TRMM data as well. That is not happening (Figure and script attached).</div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr"><br></div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr">Secondly, the model data is not being plotted by gsn_csm_contour_map. I have attached the dimension names to the data by following lines in script.&nbsp;</div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr" class="">latitude &nbsp;= f-&gt;XLAT(0,:,0) &nbsp;</div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr" class="">&nbsp;latitude@units= "degree_north"</div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr" class="">&nbsp; &nbsp;print(latitude) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div id="yui_3_16_0_1_1447577689394_14664" dir="ltr" class="">&nbsp; &nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">last thing that I want to know is how to switch Off the the Left and Right strings in the plot created by gsn_csm_contour_map. I want to give a common Title " &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; " that has units too.&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><br></div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">when I run the script, I get this warning message.&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><br></div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(127)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15272">        </span>15.41942</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(128)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15275">        </span>15.46277</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(129)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15278">        </span>15.50611</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(130)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15281">        </span>15.54945</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(131)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15284">        </span>15.59277</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15287">        </span>132</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(1)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15290">        </span>153</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><br id="yui_3_16_0_1_1447577689394_15293" class=""></div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Variable: rf_model</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Type: float</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Total Size: 80784 bytes</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20196 values</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Number of Dimensions: 2</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Dimensions and sizes:<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15301">        </span>[latitude | 132] x [longitude | 153]</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Coordinates:&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15305">        </span>latitude</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(1)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15308">        </span>longitude</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15311">        </span>check_for_y_lat_coord: Warning: Data either does not contain a valid latitude coordinate array or doesn't contain one at all.</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15314">        </span>A valid latitude coordinate array should have a 'units' attribute equal to one of the following values:&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15317">        </span> &nbsp; &nbsp;'degrees_north' 'degrees-north' 'degree_north' 'degrees north' 'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg nor</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">th'</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15321">        </span>check_for_lon_coord: Warning: Data either does not contain a valid longitude coordinate array or doesn't contain one at all.</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15324">        </span>A valid longitude coordinate array should have a 'units' attribute equal to one of the following values:&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">(0)<span class="" style="white-space:pre-wrap;" id="yui_3_16_0_1_1447577689394_15327">        </span> &nbsp; &nbsp;'degrees_east' 'degrees-east' 'degree_east' 'degrees east' 'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east'</div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><br></div></div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class=""><br></div><div dir="ltr" id="yui_3_16_0_1_1447577689394_14866" class="">Kindly suggest.&nbsp;</div><div id="yui_3_16_0_1_1447577689394_14664"><br></div><div></div><div id="yui_3_16_0_1_1447577689394_14733">&nbsp;</div><div class="signature" id="yui_3_16_0_1_1447577689394_15174">Geeta.</div></div></body></html>