<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 id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>dear colleges <br>
</p>
<p>hello</p>
<p>i want to plot cloudsat 2b geoprof data using ncl example, unfortunately my lat and lon have different column and i cant to relate latitude and longitude to the data, in the example script , the lat and lon related to
<span style="background-color: rgb(255, 255, 0);">data</span>,</p>
<p>any researcher can help me how i can overcome to the error, i appreciate any help from the ncl-talk,</p>
<p>please see the complete script:</p>
<p><br>
</p>
<p></p>
<div>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 0> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 1> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 2> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span><span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 3> fili = "2011040011644_25451_CS_2B-GEOPROF_GRANULE_P1_R05_E03_F00.hdf"
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 4> varname = "CPR_Cloud_mask_2B_GEOPROF"
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 5> f = addfile (fili+".he2","r")
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">dbze = f->Radar_Reflectivity_2B_GEOPROF
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 6</span><span style="background-color: rgb(255, 255, 0);">> alt40 = f->Height_2B_GEOPROF
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 7</span><span style="background-color: rgb(255, 255, 0);">> kalt = dimsizes(alt40)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 8</span><span style="background-color: rgb(255, 255, 0);">> time = f->Profile_time_2B_GEOPROF
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 9</span><span style="background-color: rgb(255, 255, 0);">> ntime = dimsizes(time)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 10</span><span style="background-color: rgb(255, 255, 0);">> lat = f->Latitude_2B_GEOPROF
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 11</span><span style="background-color: rgb(255, 255, 0);">> nlat = dimsizes(lat)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 12</span><span style="background-color: rgb(255, 255, 0);">> lon = f->Longitude_2B_GEOPROF
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 13</span><span style="background-color: rgb(255, 255, 0);">> nlon = dimsizes(lon)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 14</span><span style="background-color: rgb(255, 255, 0);">> time@units
 = "hours since 2011-02-10 00:00:0.0" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 15</span><span style="background-color: rgb(255, 255, 0);">> utc_date
 = cd_calendar(time, 0) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 16</span><span style="background-color: rgb(255, 255, 0);">> yyyymm =
 cd_calendar(time,-1) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 17</span><span style="background-color: rgb(255, 255, 0);">> yyyyfrac=
 yyyymm_to_yyyyfrac(yyyymm,0) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 18</span><span style="background-color: rgb(255, 255, 0);">> months =
 utc_date(:,1) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 19</span><span style="background-color: rgb(255, 255, 0);">> data = f->$varname$
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 20</span><span style="background-color: rgb(255, 255, 0);">> lat@units
 = "degrees_north" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 21</span><span style="background-color: rgb(255, 255, 0);">> lat@units
 = "degrees_north" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 22</span><span style="background-color: rgb(255, 255, 0);">> data1
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 23</span><span style="background-color: rgb(255, 255, 0);">> data1= dim_sum_n_Wrap(data
 ,1) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 24</span><span style="background-color: rgb(255, 255, 0);">> data2 =
 dim_avg_n_Wrap(data1,0) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 25</span><span style="background-color: rgb(255, 255, 0);">> printVarSummary(data1)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;"></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Variable: data1
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Type: byte
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Total Size: 37082 bytes
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">37082 values
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Number of Dimensions: 1
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Dimensions and sizes: [nray_2B_GEOPROF | 37082]
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Coordinates:
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Number Of Attributes: 9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">_FillValue : -9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">hdfeos_name : CPR_Cloud_mask
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">factor : 1
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">offset : 0
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">long_name : CPR Cloud Mask
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">valid_range : 0
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">missing : -9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">missop : ==
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">sum_op_ncl : dim_sum_n over dimension(s): nbin_2B_GEOPROF
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">ncl 26> printVarSummary(data2)
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;"></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Variable: data2
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Type: float
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Total Size: 4 bytes
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">1 values
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Number of Dimensions: 1
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Dimensions and sizes: [1]
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Coordinates:
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">Number Of Attributes: 11
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">hdfeos_name : CPR_Cloud_mask
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">factor : 1
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">offset : 0
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">long_name : CPR Cloud Mask
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">valid_range : 0
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">missing : -9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">missop : ==
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">sum_op_ncl : dim_sum_n over dimension(s): nbin_2B_GEOPROF
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">_FillValue_original : -9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">_FillValue : -9
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">average_op_ncl : dim_avg_n over dimension(s): nray_2B_GEOPROF
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 27</span><span style="background-color: rgb(255, 255, 0);">> pltType
 = "png" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 28</span><span style="background-color: rgb(255, 255, 0);">> wks = gsn_open_wks(pltType,"cloudsat")
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 29</span><span style="background-color: rgb(255, 255, 0);">> plot = new(4,graphic)
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 30</span><span style="background-color: rgb(255, 255, 0);">> res = True
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 31</span><span style="background-color: rgb(255, 255, 0);">> res@gsnDraw
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 32</span><span style="background-color: rgb(255, 255, 0);">> res@gsnFrame
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span><span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 33</span><span style="background-color: rgb(255, 255, 0);">> res@lbLabelBarOn
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 34</span><span style="background-color: rgb(255, 255, 0);">> res@mpFillOn
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 36</span><span style="background-color: rgb(255, 255, 0);">> res@cnFillOn
 = True </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 37</span><span style="background-color: rgb(255, 255, 0);">> res@cnFillPalette
 = "WhiteBlueGreenYellowRed" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 38</span><span style="background-color: rgb(255, 255, 0);">> res@cnLinesOn
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 39</span><span style="background-color: rgb(255, 255, 0);">> res@cnLineLabelsOn
 = False </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 40</span><span style="background-color: rgb(255, 255, 0);">> resP = True
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 41</span><span style="background-color: rgb(255, 255, 0);">> resP@gsnMaximize
 = True </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 42</span><span style="background-color: rgb(255, 255, 0);">> resP@gsnPanelLabelBar
 = True </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 43</span><span style="background-color: rgb(255, 255, 0);">> res@cnLevelSelectionMode
 = "ManualLevels" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 44</span><span style="background-color: rgb(255, 255, 0);">> res@cnMinLevelValF
 = 0.025 </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 45</span><span style="background-color: rgb(255, 255, 0);">> res@cnMaxLevelValF
 = 0.60 </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 46</span><span style="background-color: rgb(255, 255, 0);">> res@cnLevelSpacingF
 = 0.025 </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 47</span><span style="background-color: rgb(255, 255, 0);">> lvl = (/
 1200, 5520, 10230, 14160 /) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 48</span><span style="background-color: rgb(255, 255, 0);">> res@gsnLeftString
 = "total cloud fraction" </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 49</span><span style="background-color: rgb(255, 255, 0);">> do i=0,3
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 50</span><span style="background-color: rgb(255, 255, 0);">> res@gsnRightString
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 51</span><span style="background-color: rgb(255, 255, 0);">> res@gsnRightString=
 alt40({lvl(i)})+" "+alt40@units </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 52</span><span style="background-color: rgb(255, 255, 0);">> plot(i)
 = gsn_csm_contour_map(wks,data2({lvl(i)},:,:),res) </span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"><span style="background-color: rgb(255, 255, 0);">ncl 53</span><span style="background-color: rgb(255, 255, 0);">> end do
</span></span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">fatal:Number of subscripts do not match number of dimensions of variable,(1) Subscripts used, (2) Subscripts expected
</span></p>
<span style="font-size: 8pt; background-color: rgb(255, 255, 0);"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; font-size: 8pt;">fatal:["Execute.c":8638]:Execute: Error occurred at or near line 66
</span></p>
<span style="font-size: 8pt;"></span>
<p style="margin-bottom: 0in; line-height: 100%"><span style="background: rgb(255, 102, 0) none repeat scroll 0% 0%; font-size: 8pt;"></span></p>
<span style="font-size: 8pt;"></span></div>
<span style="font-size: 8pt;"></span><br>
<p></p>
</div>
</body>
</html>