<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Howdy!</div><div class=""><br class=""></div><div class="">I forgot the script in my earlier email. Apologies!</div><div class=""><br class=""></div><div class="">I wrote an NCL script to plot 16 XY-plots on a 3x6 matrix. Each plot contains 9 lines, so the legend needs to have 9 elements. Because of this large number I wanted to divide the legend up into 2 “columns” (i.e., 2 matrix cells), 5 elements in the first and 4 in the second. I got everything to work, but unfortunately not the legend. The text is too large and the lines are dashed instead of solid. I tried to change the size of the text, but it didn’t do anything. Could someone help me? Could some other commands overrule the settings for the legends?</div><div class=""><br class=""></div><div class="">Thanks a lot for your help! Below is the script, and attached are the netCDF files in a folder and the matrix plot.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Toni</div><div class=""><div class=""><div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div dir="auto" class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class=""><font face="Calibri" class=""><br class="Apple-interchange-newline"><br class=""></font></div><div class=""><font face="Calibri" class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate<br class="">Department of Ecosystem Science and Management<br class="">Texas A&M University, College Station, TX<br class="">Contributor at the <a href="http://www.eccforum.org" class="">Early Career Climate Forum</a><br class=""><a href="http://www.toni-klemm.de" class="">www.toni-klemm.de</a> | <a href="http://twitter.com/toniklemm" class="">@toniklemm</a></font></div></div></div></div></div><div class=""><br class="webkit-block-placeholder"></div><div class=""><b class=""><br class=""></b></div><div class=""><b class=""><u class="">Script:</u></b></div><div class=""><br class=""></div><div class=""><div class=""><br class=""></div><div class=""><font face="Courier" style="font-size: 12px;" class="">; ---------------------------------------------------</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">; ---------------------------------------------------</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">begin</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">RCP_list = [/"rcp_45","rcp_85"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">fs_list = [/"fs","nfs"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">model_list = [/"CCSM4","GFDL-ESM2M","HadGEM2-ES365","IPSL-CM5A-LR","MRI-CGCM3"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">RCP_title = [/"RCP 4.5","RCP 8.5"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">fs_title = [/"Fire Suppr. off","Fire Suppr. on"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">model_title = [/"CCSM4","GFDL-ESM2M","HadGEM2-ES365","IPSL-CM5A-LR","MRI-CGCM3"/]</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">do h = 0, ListCount(RCP_list) - 1 </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>do i = 0, ListCount(fs_list) - 1 </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">             </span>do j = 0, ListCount(model_list) - 1 </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; ***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; 1 - READ IN MC2 FILE</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; ***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>print("")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>print("~/NIFA/MC2/subset_climate_zones/" + RCP_list[h](0) + "/" + fs_list[i](0) + "/" + model_list[j](0))</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  print("1 - Read in files")</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">      </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>diri = "~/NIFA/MC2/subset_climate_zones/" + RCP_list[h](0) + "/" + fs_list[i](0) + "/" + model_list[j](0) + "/C_ABOVEGR_GROUPED/"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_01_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_01.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_02_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_02.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_03_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_03.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_04_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_04.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_05_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_05.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_06_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_06.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_07_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_07.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_08_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_08.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_09_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_09.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_10_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_10.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_11_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_11.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_12_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_12.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_13_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_13.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_14_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_14.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_15_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_15.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  zone_16_f = addfile(diri + RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_grouped_zone_16.nc","r")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; ***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; 2 - CREATE MATRIX PLOT</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  ; ***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  print("2 - Create Plot Matrix")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>plot = new(18,graphic)                ; create 17-plot array</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  </font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  diro = "~/NIFA/MC2/subset_climate_zones/time_series/"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  filo = RCP_list[h](0) + "_" + fs_list[i](0) + "_" + model_list[j](0) + "_C_ABOVEGR_percentage_zone_01-16_group_01-09"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  wks_type = "png"<span class="Apple-tab-span" style="white-space:pre">                                                                                    </span>; plot file type</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  wks_type@wkWidth = 3500<span class="Apple-tab-span" style="white-space:pre">                                                            </span>; width dimension</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  wks_type@wkHeight = 3500 <span class="Apple-tab-span" style="white-space:pre">                                                 </span>; height dimension</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  wks = gsn_open_wks(wks_type, diro + filo)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  gsn_define_colormap(wks,"wgne15")     ; define colormap</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>;*********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>; PLOT MATRIX PARAMETERS</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>;********************************************* </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>res               = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@trYMinF       = 0<span class="Apple-tab-span" style="white-space:pre">                                    </span>; min  y axis value</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@trYMaxF       = 100<span class="Apple-tab-span" style="white-space:pre">                     </span> <span class="Apple-tab-span" style="white-space:pre">   </span>; max  y axis value</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@trXMinF       = 2015    <span class="Apple-tab-span" style="white-space:pre">      </span>; min  y axis value</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@trXMaxF       = 2100    <span class="Apple-tab-span" style="white-space:pre">      </span>; max  x axis value</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmXBMinorOn   = True <span class="Apple-tab-span" style="white-space:pre">                     </span>; turn off minor tickmarks</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmYLMinorOn   = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmXTOn        = False <span class="Apple-tab-span" style="white-space:pre">             </span>; turn off top tickmarks</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmYROn        = False <span class="Apple-tab-span" style="white-space:pre">             </span>; turn off right tickmarks</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmXTBorderOn  = False <span class="Apple-tab-span" style="white-space:pre">          </span>; turn off top axis</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmYRBorderOn  = False <span class="Apple-tab-span" style="white-space:pre">         </span>; turn off right axis</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tiXAxisString = "Years" ; titles</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tiYAxisString = "%"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tmYLLabelFontHeightF       = 0.03 ; set font heights</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightStringFontHeightF  = 0.03</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tiXAxisFontHeightF         = 0.03</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@tiYAxisFontHeightF         = 0.03</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@vpWidthF       = .8  ; change aspect ratio</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@vpHeightF      = .4</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnDraw       = False ; don't draw or advance the frame</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnFrame      = False </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>res@xyDashPattern  = 0<span class="Apple-tab-span" style="white-space:pre">                                                                                                 </span>; Make curves all solid</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>res@xyLineColors := (/"blue","red","orange","black","green","pink","brown","purple","grey"/) ; 9 different colors</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>res@xyLineThicknesses = (/10,10,10,10,10,10,10,10,10/)<span class="Apple-tab-span" style="white-space:pre">              </span>; make second line thicker</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre">        </span>res@xyMarkLineMode = "MarkLines"<span class="Apple-tab-span" style="white-space:pre">                                                          </span>; Markers *and* lines</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre">    </span>res@xyMarkers = (/0,2,4,6,7,8,9,14,15/)<span class="Apple-tab-span" style="white-space:pre">                                     </span>; 9 different markers</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre">    </span>res@xyMarkerColors := (/"blue","red","yellow","black","green","pink","brown","purple","grey"/) ; 9 different colors</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre">    </span>res@xyMarkerThicknesses = (/10,10,10,10,10,10,10,10,10/)<span class="Apple-tab-span" style="white-space:pre">            </span>; make second line thicker</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>;*********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>; READ IN PLOT VARIABLES</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>;********************************************* </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  print("3 - Read in plot variables")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>year = zone_01_f->year</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>units = "%"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_01 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_02 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_03 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_04 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_05 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_06 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_07 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_08 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_09 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_10 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_11 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_12 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_13 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_14 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_15 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_16 = new((/9,dimsizes(year)/),float)<span class="Apple-tab-span" style="white-space:pre">           </span>; data array for 9 variables and 85 years of record (2015-2099)</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">   </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>print("3a   - Zone 1")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_01(0,:) = zone_01_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_01(1,:) = zone_01_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_01(2,:) = zone_01_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_01(3,:) = zone_01_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_01(4,:) = zone_01_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_01(5,:) = zone_01_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_01(6,:) = zone_01_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_01(7,:) = zone_01_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_01(8,:) = zone_01_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_01<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_01_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 2")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_02(0,:) = zone_02_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_02(1,:) = zone_02_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_02(2,:) = zone_02_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_02(3,:) = zone_02_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_02(4,:) = zone_02_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_02(5,:) = zone_02_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_02(6,:) = zone_02_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_02(7,:) = zone_02_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_02(8,:) = zone_02_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_02<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_02_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 3")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_03(0,:) = zone_03_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_03(1,:) = zone_03_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_03(2,:) = zone_03_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_03(3,:) = zone_03_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_03(4,:) = zone_03_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_03(5,:) = zone_03_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_03(6,:) = zone_03_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_03(7,:) = zone_03_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_03(8,:) = zone_03_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_03<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_03_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 4")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_04(0,:) = zone_04_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_04(1,:) = zone_04_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_04(2,:) = zone_04_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_04(3,:) = zone_04_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_04(4,:) = zone_04_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_04(5,:) = zone_04_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_04(6,:) = zone_04_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_04(7,:) = zone_04_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_04(8,:) = zone_04_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_04<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_04_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 5")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_05(0,:) = zone_05_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_05(1,:) = zone_05_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_05(2,:) = zone_05_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_05(3,:) = zone_05_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_05(4,:) = zone_05_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_05(5,:) = zone_05_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_05(6,:) = zone_05_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_05(7,:) = zone_05_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_05(8,:) = zone_05_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_05<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_05_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 6")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_06(0,:) = zone_06_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_06(1,:) = zone_06_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_06(2,:) = zone_06_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_06(3,:) = zone_06_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_06(4,:) = zone_06_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_06(5,:) = zone_06_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_06(6,:) = zone_06_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_06(7,:) = zone_06_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_06(8,:) = zone_06_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_06<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_06_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 7")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_07(0,:) = zone_07_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_07(1,:) = zone_07_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_07(2,:) = zone_07_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_07(3,:) = zone_07_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_07(4,:) = zone_07_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_07(5,:) = zone_07_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_07(6,:) = zone_07_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_07(7,:) = zone_07_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_07(8,:) = zone_07_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_07<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_07_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 8")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_08(0,:) = zone_08_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_08(1,:) = zone_08_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_08(2,:) = zone_08_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_08(3,:) = zone_08_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_08(4,:) = zone_08_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_08(5,:) = zone_08_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_08(6,:) = zone_08_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_08(7,:) = zone_08_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_08(8,:) = zone_08_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_08<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_08_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 9")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_09(0,:) = zone_09_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_09(1,:) = zone_09_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_09(2,:) = zone_09_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_09(3,:) = zone_09_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_09(4,:) = zone_09_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_09(5,:) = zone_09_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_09(6,:) = zone_09_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_09(7,:) = zone_09_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_09(8,:) = zone_09_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_09<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_09_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 10")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_10(0,:) = zone_10_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_10(1,:) = zone_10_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_10(2,:) = zone_10_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_10(3,:) = zone_10_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_10(4,:) = zone_10_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_10(5,:) = zone_10_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_10(6,:) = zone_10_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_10(7,:) = zone_10_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_10(8,:) = zone_10_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_10<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_10_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 11")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_11(0,:) = zone_11_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_11(1,:) = zone_11_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_11(2,:) = zone_11_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_11(3,:) = zone_11_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_11(4,:) = zone_11_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_11(5,:) = zone_11_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_11(6,:) = zone_11_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_11(7,:) = zone_11_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_11(8,:) = zone_11_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_11<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_11_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 12")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_12(0,:) = zone_12_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_12(1,:) = zone_12_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_12(2,:) = zone_12_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_12(3,:) = zone_12_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_12(4,:) = zone_12_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_12(5,:) = zone_12_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_12(6,:) = zone_12_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_12(7,:) = zone_12_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_12(8,:) = zone_12_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_12<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_12_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 13")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_13(0,:) = zone_13_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_13(1,:) = zone_13_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_13(2,:) = zone_13_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_13(3,:) = zone_13_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_13(4,:) = zone_13_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_13(5,:) = zone_13_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_13(6,:) = zone_13_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_13(7,:) = zone_13_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_13(8,:) = zone_13_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_13<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_13_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 14")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_14(0,:) = zone_14_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_14(1,:) = zone_14_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_14(2,:) = zone_14_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_14(3,:) = zone_14_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_14(4,:) = zone_14_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_14(5,:) = zone_14_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_14(6,:) = zone_14_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_14(7,:) = zone_14_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_14(8,:) = zone_14_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_14<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_14_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 15")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_15(0,:) = zone_15_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_15(1,:) = zone_15_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_15(2,:) = zone_15_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_15(3,:) = zone_15_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_15(4,:) = zone_15_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_15(5,:) = zone_15_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_15(6,:) = zone_15_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_15(7,:) = zone_15_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_15(8,:) = zone_15_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_15<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_15_f->C_ABOVEGR_ALL_annual</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>print("3a   - Zone 16")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_16(0,:) = zone_16_f->C_ABOVEGR_C3G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_16(1,:) = zone_16_f->C_ABOVEGR_C3S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_16(2,:) = zone_16_f->C_ABOVEGR_C4G_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_16(3,:) = zone_16_f->C_ABOVEGR_C4S_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>data_16(4,:) = zone_16_f->C_ABOVEGR_OTHER_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>data_16(5,:) = zone_16_f->C_ABOVEGR_SF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_16(6,:) = zone_16_f->C_ABOVEGR_SW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_16(7,:) = zone_16_f->C_ABOVEGR_TF_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>data_16(8,:) = zone_16_f->C_ABOVEGR_TW_percentage</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>ALL_data_16<span class="Apple-tab-span" style="white-space:pre"> </span> = zone_16_f->C_ABOVEGR_ALL_annual</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">     </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>;*********************************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>; CREATE INDIVIDUAL PLOTS</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>;*********************************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>print("4 - Create individual plots")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>print("4a   - Zone 1")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 1" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_01,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(0) = gsn_csm_xy (wks,year,data_01,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 2")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 2" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_02,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(1) = gsn_csm_xy (wks,year,data_02,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 3")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 3" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_03,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(2) = gsn_csm_xy (wks,year,data_03,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 4")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 4" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_04,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(3) = gsn_csm_xy (wks,year,data_04,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 5")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 5" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_05,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(4) = gsn_csm_xy (wks,year,data_05,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 6")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 6" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_06,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(5) = gsn_csm_xy (wks,year,data_06,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 7")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 7" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_07,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(6) = gsn_csm_xy (wks,year,data_07,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 8")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 8" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_08,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(7) = gsn_csm_xy (wks,year,data_08,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 9")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 9" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_09,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>plot(8) = gsn_csm_xy (wks,year,data_09,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 10")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 10" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_10,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(9) = gsn_csm_xy (wks,year,data_10,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 11")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 11" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_11,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(10) = gsn_csm_xy (wks,year,data_11,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 12")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 12" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_12,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(11) = gsn_csm_xy (wks,year,data_12,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 13")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 13" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_13,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(12) = gsn_csm_xy (wks,year,data_13,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 14")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 14" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_14,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(13) = gsn_csm_xy (wks,year,data_14,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 15")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 15" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_15,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(14) = gsn_csm_xy (wks,year,data_15,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>print("4a   - Zone 16")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnRightString = "Zone 16" ; title</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  res@gsnLeftString  = "Avg.: "  + decimalPlaces(dim_avg_n(ALL_data_16,0)/1000000,1,True) + " t C m^-2"   ; printed on the top right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>plot(15) = gsn_csm_xy (wks,year,data_16,res) ; create plot</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">        </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">; CREATING A LEGEND</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>print("5 - Create legend")</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class="">      </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre"> </span>var_long_name = (/"C3 grassland","C3 shrubland","C4 grassland","C4 shrubland","Other","Subtropical forest","Subtropical woodland","Temperate forest","Temperate woodland"/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>var_long_name_01 = (/"C3 grassland","C3 shrubland","C4 grassland","C4 shrubland","Other"/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>var_long_name_02 = (/"Subtropical forest","Subtropical woodland","Temperate forest","Temperate woodland"/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">; line colors: "blue","red","orange","black","green","pink","brown","purple","grey"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>; Legend elements 1-5 <span class="Apple-tab-span" style="white-space:pre">      </span></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres                    = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgAutoManage<span class="Apple-tab-span" style="white-space:pre">                       </span> = False</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLineColors     <span class="Apple-tab-span" style="white-space:pre">  </span> = (/"blue","red","orange","black","green"/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLineThicknessF   = res@xyLineThicknesses  ; legend line thickness = contour line thickness</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgItemType         = "Lines"        <span class="Apple-tab-span" style="white-space:pre">                            </span>; show lines only (default)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgItemCount<span class="Apple-tab-span" style="white-space:pre">                               </span> = 5<span class="Apple-tab-span" style="white-space:pre">                                                                                        </span>; Number of items</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLabelFontHeightF = .04            <span class="Apple-tab-span" style="white-space:pre">                          </span>; set the legend label font thickness</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@vpWidthF           = 1<span class="Apple-tab-span" style="white-space:pre">         </span>           <span class="Apple-tab-span" style="white-space:pre">                                </span>; width of legend (NDC)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@vpHeightF          = 1    <span class="Apple-tab-span" style="white-space:pre"> </span>        <span class="Apple-tab-span" style="white-space:pre">                                </span>; height of legend (NDC)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgPerimColor       = "white"<span class="Apple-tab-span" style="white-space:pre">        </span>       <span class="Apple-tab-span" style="white-space:pre">                              </span>; draw the box perimeter in orange</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgPerimThicknessF  = 1.0            <span class="Apple-tab-span" style="white-space:pre">                            </span>; thicken the box perimeter</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  plot(16) = gsn_create_legend(wks,5,var_long_name_01,lgres)         ; create legend</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  </font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  delete(lgres)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  </font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>; Legend elements 6-9 </font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres                    = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgAutoManage<span class="Apple-tab-span" style="white-space:pre">                    </span> = False</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLineColors     <span class="Apple-tab-span" style="white-space:pre">  </span> = (/"pink","brown","purple","grey"/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLineThicknessF   = res@xyLineThicknesses  ; legend line thickness = 1/2 contour line thickness</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgItemType         = "Lines"        <span class="Apple-tab-span" style="white-space:pre">                         </span>; show lines only (default)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgItemCount<span class="Apple-tab-span" style="white-space:pre">                               </span> = 4<span class="Apple-tab-span" style="white-space:pre">                                                                                        </span>; Number of items</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgLabelFontHeightF = .04            <span class="Apple-tab-span" style="white-space:pre">                          </span>; set the legend label font thickness</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@vpWidthF           = 1<span class="Apple-tab-span" style="white-space:pre">         </span>           <span class="Apple-tab-span" style="white-space:pre">                                </span>; width of legend (NDC)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@vpHeightF          = 1    <span class="Apple-tab-span" style="white-space:pre"> </span>        <span class="Apple-tab-span" style="white-space:pre">                                </span>; height of legend (NDC)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgPerimColor       = "white"<span class="Apple-tab-span" style="white-space:pre">        </span>       <span class="Apple-tab-span" style="white-space:pre">                              </span>; draw the box perimeter in orange</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  lgres@lgPerimThicknessF  = 1.0            <span class="Apple-tab-span" style="white-space:pre">                            </span>; thicken the box perimeter</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  plot(17) = gsn_create_legend(wks,4,var_long_name_02,lgres)         ; create legend</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">/;</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">     </span>amres = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  amres@amParallelPosF   = 0<span class="Apple-tab-span" style="white-space:pre">                </span>  <span class="Apple-tab-span" style="white-space:pre">                                                             </span>; move legend to the right</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  amres@amOrthogonalPosF = 0         <span class="Apple-tab-span" style="white-space:pre">                  </span>  <span class="Apple-tab-span" style="white-space:pre">     </span>  ; move the legend down</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  annoid1 = gsn_add_annotation(plot(16),lbid,amres)   <span class="Apple-tab-span" style="white-space:pre">     </span>; add legend to plot</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;/</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">; panel plots together</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;***********************************************</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>print("6 - Create plot matrix")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre"> </span>print((/decimalPlaces(min(data),0,True)/))</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;<span class="Apple-tab-span" style="white-space:pre">       </span>print((/decimalPlaces(max(data),0,True)/))</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres                 = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@gsnMaximize     = False</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@gsnPanelRowSpec = True</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@gsnPanelCenter  = False</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@gsnFrame        = False</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;  pres@gsnPanelXWhiteSpacePercent<span class="Apple-tab-span" style="white-space:pre">        </span>= 10<span class="Apple-tab-span" style="white-space:pre">        </span>; horizontal white space between columns in percent</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;  pres@gsnPanelYWhiteSpacePercent<span class="Apple-tab-span" style="white-space:pre">        </span>= 5<span class="Apple-tab-span" style="white-space:pre">         </span>; vertical white space between rows in percent</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@gsnPanelMainString = RCP_title[h](0) + " | " + fs_title[i](0) + " | " + model_title[j](0) + " | Above ground C per func. group"</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@tiMainFontHeightF  = 0.04</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  pres@tiMainFont         = 21</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">;  pres@gsnPanelXF  = (/-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0.6/)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  gsn_panel(wks,plot,(/3,3,3,3,3,3/),pres)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  </font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  frame(wks)</font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  </font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">  print("")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>print("**** DONE ****")</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">  </span>delete([/diri,plot,diro,filo,wks,res,data_01,data_02,data_03,data_04,data_05,data_06,data_07,data_08,data_09,data_10,data_11,data_12,data_13,data_14,data_15,data_16,zone_01_f,zone_02_f,zone_03_f,zone_04_f,zone_05_f,zone_06_f,zone_07_f,zone_08_f,zone_09_f,zone_10_f,zone_11_f,zone_12_f,zone_13_f,zone_14_f,zone_15_f,zone_16_f,pres,lgres/])</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>sleep(10)</font></div><div class=""><span class="Apple-tab-span" style="white-space: pre; font-size: 12px;"><font face="Courier" class=""> </font></span></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">          </span>end do<span class="Apple-tab-span" style="white-space:pre">      </span>; end model list loop</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>end do<span class="Apple-tab-span" style="white-space:pre">      </span>; end fs list loop</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">end do <span class="Apple-tab-span" style="white-space:pre">  </span>; end RCP list loop</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">print("**** ALL DONE ****")</font></div><div class=""><font face="Courier" style="font-size: 12px;" class=""><br class=""></font></div><div class=""><font face="Courier" style="font-size: 12px;" class="">end</font></div></div><div class=""><br class=""></div><div class=""><br class="webkit-block-placeholder"></div><div class=""><br class="webkit-block-placeholder"></div><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></div></div></div></div></body></html>