<div dir="ltr">So it turns out I needed to combine the .nc files with the mppnccombine command. Here is the ncdump -c:<div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">dstanfel:bin ninjawarrior343$ ncdump -c <a href="http://atmos_month.nc">atmos_month.nc</a></p>

<p style="margin:0px;font-size:11px;font-family:Menlo">netcdf atmos_month {</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">dimensions:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>lon = 144 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>lonb = 145 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>lat = 90 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>latb = 91 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>time = UNLIMITED ; // (0 currently)</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>nv = 2 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>pfull = 24 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>phalf = 25 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">variables:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double lon(lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lon:long_name = &quot;longitude&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lon:units = &quot;degrees_E&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lon:cartesian_axis = &quot;X&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lon:edges = &quot;lonb&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double lonb(lonb) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lonb:long_name = &quot;longitude edges&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lonb:units = &quot;degrees_E&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lonb:cartesian_axis = &quot;X&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double lat(lat) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lat:long_name = &quot;latitude&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lat:units = &quot;degrees_N&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lat:cartesian_axis = &quot;Y&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lat:edges = &quot;latb&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double latb(latb) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>latb:long_name = &quot;latitude edges&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>latb:units = &quot;degrees_N&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>latb:cartesian_axis = &quot;Y&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double time(time) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:long_name = &quot;time&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:units = &quot;days since 0001-01-01 00:00:00&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:cartesian_axis = &quot;T&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:calendar_type = &quot;NOLEAP&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:calendar = &quot;NOLEAP&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time:bounds = &quot;time_bounds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double nv(nv) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>nv:long_name = &quot;vertex number&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>nv:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>nv:cartesian_axis = &quot;N&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double pfull(pfull) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pfull:long_name = &quot;ref full pressure level&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pfull:units = &quot;mb&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pfull:cartesian_axis = &quot;Z&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pfull:positive = &quot;down&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pfull:edges = &quot;phalf&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double phalf(phalf) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>phalf:long_name = &quot;ref half pressure level&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>phalf:units = &quot;mb&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>phalf:cartesian_axis = &quot;Z&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>phalf:positive = &quot;down&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float fco2nat(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:long_name = &quot;flux of carbon dioxide&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:units = &quot;mol CO2/(m2 s)&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>fco2nat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float high_cld_amt(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:long_name = &quot;high cloud amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>high_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float low_cld_amt(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:long_name = &quot;low cloud amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>low_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float mid_cld_amt(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:long_name = &quot;mid cloud amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mid_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tot_cld_amt(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:long_name = &quot;total cloud amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float taubx(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:long_name = &quot;x base flux for grav wave drag&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:units = &quot;kg/m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>taubx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tauby(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:long_name = &quot;y base flux for grav wave drag&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:units = &quot;kg/m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tauby:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float udt_gwd(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:long_name = &quot;u wind tendency for gravity wave drag&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_gwd:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float vdt_gwd(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:long_name = &quot;v wind tendency for gravity wave drag&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_gwd:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float udt_rdamp(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:long_name = &quot;u wind tendency for Rayleigh damping&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_rdamp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float vdt_rdamp(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:long_name = &quot;v wind tendency for Rayleigh damping&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_rdamp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float bk(phalf) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>bk:long_name = &quot;vertical coordinate sigma value&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>bk:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>bk:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>bk:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>bk:cell_methods = &quot;time: point&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float pk(phalf) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pk:long_name = &quot;pressure part of the hybrid coordinate&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pk:units = &quot;pascal&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pk:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pk:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>pk:cell_methods = &quot;time: point&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float zsurf(lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>zsurf:long_name = &quot;surface height&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>zsurf:units = &quot;m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>zsurf:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>zsurf:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>zsurf:cell_methods = &quot;time: point&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float cld_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:long_name = &quot;cloud fraction&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float ice_wat(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:long_name = &quot;cloud ice water specific humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_wat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float liq_wat(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:long_name = &quot;cloud liquid specific humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>liq_wat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float omega(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:long_name = &quot;omega&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:units = &quot;pa/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>omega:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float ps(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:long_name = &quot;surface pressure&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:units = &quot;Pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ps:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float sphum(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:long_name = &quot;specific humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float slp_dyn(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:long_name = &quot;sea-level pressure&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:units = &quot;mb&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:valid_range = 800.f, 1200.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp_dyn:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float temp(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:long_name = &quot;temperature&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:units = &quot;deg_K&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:valid_range = 100.f, 350.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>temp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float ucomp(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:long_name = &quot;zonal wind&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:units = &quot;m/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:valid_range = -330.f, 350.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ucomp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float vcomp(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:long_name = &quot;meridional wind&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:units = &quot;m/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:valid_range = -330.f, 350.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vcomp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float drag_heat(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:long_name = &quot;drag coeff for heat&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_heat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float drag_moist(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:long_name = &quot;drag coeff for moisture&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_moist:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float drag_mom(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:long_name = &quot;drag coeff for momentum&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>drag_mom:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float evap(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:long_name = &quot;evaporation rate&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>evap:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float sphum_flux(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:long_name = &quot;flux of specific humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:units = &quot;kg/kg kg air/(m2 s)&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sphum_flux:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float ice_mask(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:long_name = &quot;fractional amount of sea ice&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:valid_range = -0.01f, 1.01f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>ice_mask:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float land_mask(lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:long_name = &quot;fractional amount of land&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:units = &quot;none&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:valid_range = -0.01f, 1.01f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:cell_methods = &quot;time: point&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>land_mask:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lwflx(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:long_name = &quot;net (down-up) longwave flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:units = &quot;w/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwflx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:long_name = &quot;relative humidity at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float shflx(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:long_name = &quot;sensible heat flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:units = &quot;w/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>shflx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tau_x(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:long_name = &quot;zonal wind stress&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:units = &quot;pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_x:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tau_y(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:long_name = &quot;meridional wind stress&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:units = &quot;pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tau_y:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float t_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:long_name = &quot;temperature at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:units = &quot;deg_k&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:valid_range = 100.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float t_ref_min(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:long_name = &quot;temperature at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:units = &quot;deg_k&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:valid_range = 100.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:cell_methods = &quot;time: min&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_min:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float t_ref_max(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:long_name = &quot;temperature at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:units = &quot;deg_k&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:valid_range = 100.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:cell_methods = &quot;time: max&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_ref_max:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float t_surf(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:long_name = &quot;surface temperature&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:units = &quot;deg_k&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:valid_range = 100.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>t_surf:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float u_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:long_name = &quot;zonal wind component at 10 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:units = &quot;m/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:valid_range = -400.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>u_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float v_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:long_name = &quot;meridional wind component at 10 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:units = &quot;m/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:valid_range = -400.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>v_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float wind(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:long_name = &quot;wind speed for flux calculations&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:units = &quot;m/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:valid_range = 0.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float IWP(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:long_name = &quot;Ice water path&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float LWP(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:long_name = &quot;Liquid water path&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float precip(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:long_name = &quot;Total precipitation rate&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>precip:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float prec_conv(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:long_name = &quot;Precipitation rate from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:units = &quot;kg(h2o)/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_conv:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float prec_ls(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:long_name = &quot;Precipitation rate from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>prec_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qdt_conv(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:long_name = &quot;Spec humidity tendency from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:units = &quot;kg/kg/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qdt_ls(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:long_name = &quot;Spec humidity tendency from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:units = &quot;kg/kg/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:long_name = &quot;relative humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float snow_conv(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:long_name = &quot;Frozen precip rate from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:units = &quot;kg(h2o)/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_conv:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float snow_ls(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:long_name = &quot;Frozen precip rate from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_conv(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:long_name = &quot;Temperature tendency from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:units = &quot;deg_K/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_ls(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:long_name = &quot;Temperature tendency from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:units = &quot;deg_K/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float WVP(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:long_name = &quot;Column integrated water vapor&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WVP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float alb_sfc(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:long_name = &quot;surface albedo&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>alb_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lwdn_sfc(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:long_name = &quot;LW flux down at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lwdn_sfc_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:long_name = &quot;clear skyLW flux down at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lwup_sfc(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:long_name = &quot;LW flux up at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lwup_sfc_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:long_name = &quot;clear skyLW flux up at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lwup_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netrad_toa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:long_name = &quot;net radiation (lw + sw) at toa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netrad_toa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:long_name = &quot;clear skynet radiation (lw + sw) at toa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netrad_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float olr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:long_name = &quot;outgoing longwave radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float olr_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:long_name = &quot;clear skyoutgoing longwave radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>olr_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qo3(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:long_name = &quot;ozone mixing ratio&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qo3_col(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:long_name = &quot;ozone column&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:units = &quot;DU&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_sfc(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:long_name = &quot;SW flux down at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_sfc_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:long_name = &quot;clear skySW flux down at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_sfc(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:long_name = &quot;SW flux up at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_sfc_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:long_name = &quot;clear skySW flux up at surface&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_toa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:long_name = &quot;SW flux down at TOA&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_toa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:long_name = &quot;clear skySW flux down at TOA&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_toa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:long_name = &quot;SW flux up at TOA&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_toa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:long_name = &quot;clear skySW flux up at TOA&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_lw(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:long_name = &quot;temperature tendency for LW radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:units = &quot;deg_K/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_lw_clr(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:long_name = &quot;clear skytemperature tendency for LW radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:units = &quot;deg_K/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_lw_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_sw(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:long_name = &quot;temperature tendency for SW radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:units = &quot;deg_K/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_sw_clr(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:long_name = &quot;clear skytemperature tendency for SW radiation&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:units = &quot;deg_K/sec&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_sw_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netlw_lin_trop(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:long_name = &quot;net LW flux at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netlw_lin_trop_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:long_name = &quot;clear skynet LW flux at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netlw_200hPa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:long_name = &quot;net LW flux at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float netlw_200hPa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:long_name = &quot;clear skynet LW flux at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_lin_trop(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:long_name = &quot;SW flux down at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_lin_trop_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:long_name = &quot;clear skySW flux down at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_200hPa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:long_name = &quot;SW flux down at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_200hPa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:long_name = &quot;clear skySW flux down at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_lin_trop(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:long_name = &quot;SW flux up at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_lin_trop_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:long_name = &quot;clear skySW flux up at linear tropopause&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_200hPa(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:long_name = &quot;SW flux up at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swup_200hPa_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:long_name = &quot;clear skySW flux up at 200 hPa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swup_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float mc(time, phalf, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:long_name = &quot;Cumulus Mass Flux from RAS&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>mc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qdt_vdif(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:long_name = &quot;Spec humidity tendency from vert diff&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:units = &quot;kg/kg/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tdt_vdif(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:long_name = &quot;Temperature tendency from vert diff&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:units = &quot;deg_K/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float udt_vdif(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:long_name = &quot;Zonal wind tendency from vert diff&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>udt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float vdt_vdif(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:long_name = &quot;Meridional wind tendency from vert diff&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:units = &quot;m/s2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>vdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float co2(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:long_name = &quot;carbon dioxide&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float co2_dvmr(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:long_name = &quot;carbon dioxide (dry vmr)&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:units = &quot;mol/mol&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:missing_value = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:_FillValue = -1.e+10f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>co2_dvmr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float slp(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:long_name = &quot;sea level pressure&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:units = &quot;pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>slp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float wind_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:long_name = &quot;absolute value of wind at 10 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:units = &quot;m/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:valid_range = -400.f, 400.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wind_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh_ref_cmip(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:long_name = &quot;relative humidity at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_ref_cmip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float q_ref(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:long_name = &quot;specific humidity at 2 m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:missing_value = -1.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:_FillValue = -1.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float snow_tot(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:long_name = &quot;Frozen precip rate from all sources&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:units = &quot;kg(h2o)/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>snow_tot:interp_method = &quot;conserve_order1&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float cld_amt_2d(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:long_name = &quot;total cloud amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>cld_amt_2d:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float WP_all_clouds(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:long_name = &quot;Total  water path -- all clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>WP_all_clouds:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float IWP_all_clouds(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:long_name = &quot;Ice water path -- all clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>IWP_all_clouds:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_cld_base(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:long_name = &quot;pressure at convective cloud base&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:units = &quot;Pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_base:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_cld_top(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:long_name = &quot;pressure at convective cloud top&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:units = &quot;Pa&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cld_top:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_freq(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:long_name = &quot;frequency of convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:units = &quot;number&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_freq:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tot_cloud_area(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:long_name = &quot;Cloud area -- all clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tot_liq_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:long_name = &quot;Liquid amount -- all clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float tot_ice_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:long_name = &quot;Ice amount -- all clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>tot_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh_cmip(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:long_name = &quot;relative humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_cmip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float qo3v(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:long_name = &quot;ozone mole fraction&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:units = &quot;1.e-9&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>qo3v:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float q_star(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:long_name = &quot;moisture scale&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:units = &quot;kg water/kg air&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>q_star:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh_min(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:long_name = &quot;relative humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:cell_methods = &quot;time: min&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_min:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float rh_max(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:long_name = &quot;relative humidity&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:cell_methods = &quot;time: max&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>rh_max:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float droplets(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:long_name = &quot;Droplet number concentration&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:units = &quot;/cm3&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>droplets:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float enth_ls_col(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:long_name = &quot;Column enthalpy tendency from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:units = &quot;W/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_ls_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float wat_ls_col(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:long_name = &quot;Column total water tendency from strat cloud&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:units = &quot;kg/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_ls_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float enth_conv_col(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:long_name = &quot;Column enthalpy tendency from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:units = &quot;W/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>enth_conv_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float wat_conv_col(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:long_name = &quot;Column total water tendency from convection&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:units = &quot;kg(h2o)/m2/s&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>wat_conv_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_vis_dir(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:long_name = &quot;downward direct visible sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dir:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_vis_dif(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:long_name = &quot;downward diffuse visible sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_dif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_vis_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:long_name = &quot;downward visible sfc sw flux clear sky&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_vis_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_tot_dir(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:long_name = &quot;downward direct total sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dir:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float swdn_tot_dif(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:long_name = &quot;downward diffuse total sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>swdn_tot_dif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float flux_sw_vis(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:long_name = &quot;net visible sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>flux_sw_vis:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float sw_dn_t_dir_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:long_name = &quot;downward clearsky direct total sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float sw_dn_t_dif_clr(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:long_name = &quot;downward clearsky diffuse total sfc sw flux&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:units = &quot;watts/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float LWP2(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:long_name = &quot;In-cloud liquid water path of stratiform clouds&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:units = &quot;kg/m2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>LWP2:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float z_pbl(time, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:long_name = &quot;depth of planetary boundary layer&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:units = &quot;m&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:missing_value = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:_FillValue = 1.e+20f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>z_pbl:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_cloud_area(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:long_name = &quot;Convective cloud area&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_liq_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:long_name = &quot;Convective cloud liquid amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float conv_ice_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:long_name = &quot;Convective cloud ice amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>conv_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lsc_cloud_area(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:long_name = &quot;Large-scale cloud area&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:units = &quot;percent&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lsc_liq_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:long_name = &quot;Large-scale cloud liquid amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>float lsc_ice_amt(time, pfull, lat, lon) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:long_name = &quot;Large-scale cloud ice amount&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:units = &quot;kg/kg&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:missing_value = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:_FillValue = -999.f ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:cell_methods = &quot;time: mean&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>lsc_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double average_T1(time) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T1:long_name = &quot;Start time for average period&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T1:units = &quot;days since 0001-01-01 00:00:00&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T1:missing_value = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T1:_FillValue = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double average_T2(time) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T2:long_name = &quot;End time for average period&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T2:units = &quot;days since 0001-01-01 00:00:00&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T2:missing_value = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_T2:_FillValue = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double average_DT(time) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_DT:long_name = &quot;Length of average period&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_DT:units = &quot;days&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_DT:missing_value = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>average_DT:_FillValue = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">        </span>double time_bounds(time, nv) ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time_bounds:long_name = &quot;time axis boundaries&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time_bounds:units = &quot;days&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time_bounds:missing_value = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>time_bounds:_FillValue = 1.e+20 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">// global attributes:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>:filename = &quot;<a href="http://atmos_month.nc">atmos_month.nc</a>&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>:title = &quot;ESM2M_pi-control_C2&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>:grid_type = &quot;regular&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo"><span class="" style="white-space:pre">                </span>:grid_tile = &quot;N/A&quot; ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">data:</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> lon = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> lonb = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> lat = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> latb = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> nv = 0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> pfull = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo"> phalf = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, </p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    0, 0 ;</p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px"><font face="arial, helvetica, sans-serif">This has fixed the issue with the number of latitude values but all the values are now zero. I don&#39;t think the display of this file will work. Is there a way to make it work with this suite of zero values?</font></p>
<p style="margin:0px"><font face="arial, helvetica, sans-serif"><br></font></p><p style="margin:0px"><font face="arial, helvetica, sans-serif">Thanks,</font></p><p style="margin:0px"><font face="arial, helvetica, sans-serif"><br>
</font></p><p style="margin:0px"><font face="arial, helvetica, sans-serif">David</font></p></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 20, 2014 at 5:21 PM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">David, <div>You should ask the model developers what a time axis of size 0 is doing in their output, and find out why the coordinate values are all missing. While you&#39;re at it, you can tell them that some missing value attributes specify the wrong missing value -- for zsurf it should be 2.94578e+34 not 1e+20.  </div>
<div>--Jennifer</div><div><br></div><div><br><div><div>On Jun 20, 2014, at 5:11 PM, David Stanfel wrote:</div><br><blockquote type="cite"><div dir="ltr">I got the file as an output from running the Molecular Ocean Model (ESM2M type). There are 30 files that I am wanting to analyze for surface conditions such as temperature, wind and precipitation. This is what I got after the set gout print command:</div>
</blockquote></div><div><blockquote type="cite"><div dir="ltr"><div>
<br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; open test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
Scanning description file:  test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data file atmos_month.nc.0000 is open as file 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
LON set to 0 360 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LAT set to 1 3 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
LEV set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Time values set: 1:1:1:0 1:1:1:0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
E set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; set gxout print</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
ga-&gt; d zsurf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Printing Grid -- 435 Values -- Undef = -9.99e+08</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
2.94578e+34 2.94578e+34 2.94578e+34 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
2.94578e+34 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">0 0 0 0 0 0 0 0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
0 0 0 </div></div><div><br></div><div>Thanks,</div><div><br></div><div>David</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 20, 2014 at 4:44 PM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Well, I am sorry to say I have no suggestion for the problems with the variables that have a &#39;time&#39; dimension. Where did you get this data file?<div>

<br></div><div>As for zsurf -- notice that you are able to get a display a variable that doesn&#39;t have a time axis -- try using &#39;set gxout print&#39; and see what the data values are. Maybe that will settle the undef question. But even if you do figure out the proper undef, it&#39;s still very weird that the default contour intervals change after a repeat display of the same thing. I&#39;ve never seen that happen before, and I want to blame your funky data file. </div>

<div>--Jennifer</div><div><br><div><br><div><div>On Jun 20, 2014, at 4:17 PM, David Stanfel wrote:</div><br><blockquote type="cite"><div dir="ltr">Yay progress!<div><br></div><div>I changed what you suggested for the temp but with similar results. Apparently the time dimension wasn&#39;t the issue:</div>

<div><br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
dstanfel:bin ninjawarrior343$ cat test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DSET   ^atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

UNDEF  -9.99e8 missing_value</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DTYPE netcdf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

TITLE 6 Months Sample Model Output</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

XDEF 144 LINEAR  0.0   2.5</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

YDEF 3 LINEAR 1   1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ZDEF 24 LINEAR 1   1  </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

TDEF 1 LINEAR 01JAN0001 1dy</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

VARS 3</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">slp    0  t,y,x  sea level pressure (Pa)</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

temp  24  z,y,x  temperature (K)</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">zsurf  0  y,z   surface height (m)</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ENDVARS</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">dstanfel:bin ninjawarrior343$ ./grads</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px">

<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Grid Analysis and Display System (GrADS) Version 2.1.a2</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Copyright (c) 1988-2013 by the Institute for Global Environment and Society (IGES)</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">GrADS comes with ABSOLUTELY NO WARRANTY</div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">See file COPYRIGHT for more information</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px">

<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Config: v2.1.a2 little-endian readline grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile cairo</div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Issue &#39;q config&#39; command for more detailed configuration information</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Landscape mode? (&#39;n&#39; for portrait):  y</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">GX Package Initialization: Size = 11 8.5 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; open test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Scanning description file:  test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Data file atmos_month.nc.0000 is open as file 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LON set to 0 360 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

LAT set to 1 3 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LEV set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Time values set: 1:1:1:0 1:1:1:0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">E set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d temp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">gancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds dimension bound</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Data Request Error:  Error for variable &#39;temp&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Expression = temp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">I set the GADDIR environment which did get rid of the stroke error. With the zsurf just outputting now:</font></div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d zsurf</div><p style="margin:0px">
</p><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.7e+34 interval 3e+33 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">With the output graphic which I have attached.</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">

<font face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">Changing the UNDEF to 1e33 didn&#39;t seem to do much either. I tried displaying it 4 times and it seems to go back and forth with a different contouring interval:</font></div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d zsurf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.7e+34 interval 3e+33 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d zsurf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.2e+77 interval 2e+76 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


ga-&gt; d zsurf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.7e+34 interval 3e+33 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d zsurf</div><p style="margin:0px">






</p><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.2e+77 interval 2e+76 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">And same with the temperature, getting rid of the time dimension in the slp variable did not change the error:</font></div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

ga-&gt; d slp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">gancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds dimension bound</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

Data Request Error:  Error for variable &#39;slp&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


DISPLAY error:  Invalid expression </div><p style="margin:0px">




</p><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Expression = slp</div></div><div><br></div><div>Thanks,</div><div><br></div><div>David</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Jun 20, 2014 at 3:21 PM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi, David -- <div>You are making progress! </div><div><br><div><div>On Jun 20, 2014, at 2:51 PM, David Stanfel wrote:</div>


<br><blockquote type="cite"><div dir="ltr">Yes, the axis stuff is pretty confusing, I&#39;ve been looking around for what I should be using for it and still can&#39;t find it. I made the suggested changes to my control file:<div>


<br></div><div><div>DSET   ^atmos_month.nc.0000</div>
<div>UNDEF  -9.99e8_slp</div><div>UNDEF  -9.99e8_temp </div><div>UNDEF  -9.99e8_zsurf</div></div></div></blockquote><div>Remove these three UNDEF entries and just use &#39;UNDEF -9.99e8 missing_value&#39; instead. </div>


<br><blockquote type="cite"><div dir="ltr"><div><div>DTYPE netcdf</div><div>TITLE 6 Months Sample Model Output</div><div>XDEF 144 LINEAR  0.0   2.5</div><div>YDEF 3 LINEAR 1   1</div><div>ZDEF 24 LINEAR 1   1  </div><div>


TDEF 1 LINEAR 01JAN0001 1dy</div><div>VARS 3</div><div>slp    0  t,y,x  sea level pressure (Pa)</div><div>temp  24  t,z,y,x  temperature (K)</div>
<div>zsurf  0  y,z   surface height (m)</div><div>ENDVARS</div></div><div><br></div><div>This was the result when it was called and when I tried to display the three variables that were specified:</div><div><br></div><div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">dstanfel:bin ninjawarrior343$ ./grads</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px">


<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Grid Analysis and Display System (GrADS) Version 2.1.a2</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


Copyright (c) 1988-2013 by the Institute for Global Environment and Society (IGES)</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">GrADS comes with ABSOLUTELY NO WARRANTY</div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">See file COPYRIGHT for more information</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px">


<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Config: v2.1.a2 little-endian readline grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile cairo</div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Issue &#39;q config&#39; command for more detailed configuration information</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


Landscape mode? (&#39;n&#39; for portrait):  y</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">GX Package Initialization: Size = 11 8.5 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


ga-&gt; open test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Scanning description file:  test.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


Data file atmos_month.nc.0000 is open as file 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LON set to 0 360 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


LAT set to 1 3 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LEV set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


Time values set: 1:1:1:0 1:1:1:0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">E set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


ga-&gt; d temp</div></div></div></blockquote><br>The warning message below shouldn&#39;t be appearing (that is a bug I will try to track down), but it is harmless. <br><blockquote type="cite"><div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


*** WARNING! ***</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*** The I/O for this variable will be extremely slow </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


*** because the chunks are too big to fit in the cache </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*** chunk size = 41472 bytes  (144 * 3 * 24 * 1 * 4 bytes)</div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*** cache size = -2017461983885971885 bytes </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


*** There are two ways to control the cache size: </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*** add a CACHESIZE entry to the descriptor file </div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">*** or change the cache size scale factor with &#39;set cachesf&#39; </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


*** Please read <a href="http://iges.org/grads/gadoc/compression.html" target="_blank">http://iges.org/grads/gadoc/compression.html</a> </div></div></div></blockquote><div><br></div>This message is more troubling, it means the shape of the variable (the number of its dimensions and their sizes) isn&#39;t right. I think this is related to the size 0 time axis. Try changing the variable declaration to &quot;temp  24  z,y,x temperature (K)&quot; and see if that changes anything. <br>


<blockquote type="cite"><div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">gancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds dimension bound</div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data Request Error:  Error for variable &#39;temp&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


  Expression = temp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


ga-&gt; d zsurf</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Open Error on Map Data Set: /usr/local/lib/grads/lowres</div></div></div></blockquote><div>


The environment variable you need to set is GADDIR -- it should point to the location where you unpacked data.tar.gz. This will make the &#39;stroke character&#39; error messages go away too. </div><br><blockquote type="cite">


<div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Contouring: 0 to 2.7e+34 interval 3e+33 </div></div></div></blockquote><div>These don&#39;t seem like the correct range of values for surface height … I wonder whether the missing value attribute is correct -- it says the undef is 1e+20, but maybe it is really 1e33? More investigating for you. If you want to ignore the undef attribute in the file and try 1e33 instead, use &#39;undef 1e33&#39; (without the &quot;missing_value&quot; appended). That will mess up the other variables in the file, but you can do this to check whether the undef attribute is wrong. </div>


<br><blockquote type="cite"><div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; d slp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


gancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds dimension bound</div></div></div></blockquote><div>Again, I think this is related to the problem with the T axis. See what happens when you use &#39;slp 0  y,x  sea level pressure&#39; instead. </div>


<br><blockquote type="cite"><div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data Request Error:  Error for variable &#39;slp&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


  Expression = slp</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; </div></div><div><br></div><div>I tried changing the environment of where the font data is stored with:</div>


<div><br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
export GASCRP=$HOME/University/Research_job/supplibs</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">


<font face="arial, helvetica, sans-serif">but this did not change the error.</font></div></div></div></blockquote>The GASCRP environment variable tells GrADS where to look for scripts if it can&#39;t find them in the current working directory. The one you need to set properly is GADDIR. Doc page is at <a href="http://iges.org/grads/gadoc/gradcomdgrads.html#env" target="_blank">http://iges.org/grads/gadoc/gradcomdgrads.html#env</a></div>


<div>--Jennifer</div><div><br></div><div><br><blockquote type="cite"><div dir="ltr"><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif"><br></font></div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">Thanks,</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">

<font face="arial, helvetica, sans-serif"><br>

</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">David</font></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">


On Fri, Jun 20, 2014 at 8:18 AM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">David, <div>You need to read the documentation about creating descriptors for netcdf data. </div>



<div><a href="http://iges.org/grads/gadoc/SDFdescriptorfile.html" target="_blank">http://iges.org/grads/gadoc/SDFdescriptorfile.html</a></div><div><br></div><div>Your file has numerous coordinate variables, yet the ncdump output shows them all to contain missing data, so I&#39;m not sure how you can define the proper grid. The &#39;lon&#39; coordinate is promising, it has 144 values, so you could try assuming it&#39;s a 2.5-degree grid and create an X axis like this:</div>



<div>  xdef 144 linear 0 2.5</div><div>I don&#39;t know what the information in the attribute named domain_decomposition means. Is it relevant?</div><div><br></div><div>The lat axis has only 3 values … I have no idea how to guess at that, so I woud put an abstract axis definition, like this:</div>



<div>  ydef 3 linear 1 1</div><div><br></div><div>For the Z axis, most of the variables use pfull, but once again, there is no information about what those values might be, so:</div><div>  zdef 24 linear 1 1 </div><div><br>



</div><div>The time dimension has size 0, yet most of the variables in your file appear to have a time dimension. I don&#39;t know how to interpret that, perhaps just a default will do: </div><div>  tdef 1 linear 01jan0001 1dy</div>



<div><br></div><div>As for variables, if you extract all the variables that use the axes lon, lat, or pfull, you get a long list. Here are three examples: </div><div><br></div><div><div>        float slp(time, lat, lon) ;</div>



<div>        float temp(time, pfull, lat, lon) ;</div><div>        float zsurf(lat, lon) ;</div></div><div><br></div><div>Variable declarations for these three variables would look like this:</div><div><br></div><div>   vars 3</div>



<div>   slp  0  t,y,x  sea level pressure (Pa)</div><div>   temp  24  t,z,y,x  temperature (K)</div><div>   zsurf  0  y,z   surface height (m)</div><div>   endvars</div><div><br></div><div>You will also need</div><div>  dtype netcdf</div>



<div>  undef -9.99e8 missing_value </div><div>  </div><div>The undef entry is important because the variables in your file have different missing values, so you need to put the name of the attribute in there so GrADS will get it right. The -9.99e8 can be any number -- the attribute name is what&#39;s critical here. </div>



<div><br></div><div>But I can&#39;t say for sure whether this will work because of your 0-size time axis. And the mapping will be off until you figure out what the latitude values are. </div><div>--Jennifer<br><br><div><div>



On Jun 19, 2014, at 1:50 PM, David Stanfel wrote:</div><br><blockquote type="cite"><div dir="ltr">Here is the output of the ncdump:<div><br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



dstanfel@bugaboo:~/models/mom/work/ESM2M_pi-control_C2&gt; ncdump -c atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">netcdf <a href="http://atmos_month.nc/" target="_blank">atmos_month.nc</a> {</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">dimensions:</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>lon = 144 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>lonb = 145 ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>lat = 3 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>latb = 4 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>time = UNLIMITED ; // (0 currently)</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>nv = 2 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>pfull = 24 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>phalf = 25 ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">variables:</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>double lon(lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lon:long_name = &quot;longitude&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lon:units = &quot;degrees_E&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lon:cartesian_axis = &quot;X&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lon:domain_decomposition = 1, 144, 1, 144 ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lon:edges = &quot;lonb&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>double lonb(lonb) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lonb:long_name = &quot;longitude edges&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lonb:units = &quot;degrees_E&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lonb:cartesian_axis = &quot;X&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double lat(lat) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lat:long_name = &quot;latitude&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lat:units = &quot;degrees_N&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lat:cartesian_axis = &quot;Y&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lat:domain_decomposition = 1, 90, 1, 3 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lat:edges = &quot;latb&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double latb(latb) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>latb:long_name = &quot;latitude edges&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>latb:units = &quot;degrees_N&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>latb:cartesian_axis = &quot;Y&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>latb:domain_decomposition = 1, 91, 1, 4 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>double time(time) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>time:long_name = &quot;time&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>time:units = &quot;days since 0001-01-01 00:00:00&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>time:cartesian_axis = &quot;T&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>time:calendar_type = &quot;NOLEAP&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>time:calendar = &quot;NOLEAP&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>time:bounds = &quot;time_bounds&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double nv(nv) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>nv:long_name = &quot;vertex number&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>nv:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>nv:cartesian_axis = &quot;N&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double pfull(pfull) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>pfull:long_name = &quot;ref full pressure level&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pfull:units = &quot;mb&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pfull:cartesian_axis = &quot;Z&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>pfull:positive = &quot;down&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pfull:edges = &quot;phalf&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double phalf(phalf) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>phalf:long_name = &quot;ref half pressure level&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>phalf:units = &quot;mb&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>phalf:cartesian_axis = &quot;Z&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>phalf:positive = &quot;down&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float fco2nat(time, lat, lon) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>fco2nat:long_name = &quot;flux of carbon dioxide&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>fco2nat:units = &quot;mol CO2/(m2 s)&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>fco2nat:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>fco2nat:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>fco2nat:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>fco2nat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float high_cld_amt(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>high_cld_amt:long_name = &quot;high cloud amount&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>high_cld_amt:units = &quot;percent&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>high_cld_amt:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>high_cld_amt:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>high_cld_amt:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>high_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float low_cld_amt(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>low_cld_amt:long_name = &quot;low cloud amount&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>low_cld_amt:units = &quot;percent&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>low_cld_amt:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>low_cld_amt:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>low_cld_amt:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>low_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float mid_cld_amt(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>mid_cld_amt:long_name = &quot;mid cloud amount&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mid_cld_amt:units = &quot;percent&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mid_cld_amt:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>mid_cld_amt:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mid_cld_amt:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mid_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float tot_cld_amt(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_cld_amt:long_name = &quot;total cloud amount&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cld_amt:units = &quot;percent&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cld_amt:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_cld_amt:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cld_amt:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float taubx(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>taubx:long_name = &quot;x base flux for grav wave drag&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>taubx:units = &quot;kg/m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>taubx:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>taubx:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>taubx:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>taubx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float tauby(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tauby:long_name = &quot;y base flux for grav wave drag&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tauby:units = &quot;kg/m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tauby:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tauby:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tauby:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tauby:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float udt_gwd(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_gwd:long_name = &quot;u wind tendency for gravity wave drag&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_gwd:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_gwd:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_gwd:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_gwd:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_gwd:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float vdt_gwd(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_gwd:long_name = &quot;v wind tendency for gravity wave drag&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_gwd:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_gwd:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_gwd:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_gwd:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_gwd:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float udt_rdamp(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_rdamp:long_name = &quot;u wind tendency for Rayleigh damping&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_rdamp:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_rdamp:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_rdamp:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_rdamp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_rdamp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float vdt_rdamp(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_rdamp:long_name = &quot;v wind tendency for Rayleigh damping&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_rdamp:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_rdamp:missing_value = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_rdamp:_FillValue = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_rdamp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_rdamp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float bk(phalf) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>bk:long_name = &quot;vertical coordinate sigma value&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>bk:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>bk:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>bk:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>bk:cell_methods = &quot;time: point&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float pk(phalf) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pk:long_name = &quot;pressure part of the hybrid coordinate&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pk:units = &quot;pascal&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>pk:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pk:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>pk:cell_methods = &quot;time: point&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float zsurf(lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>zsurf:long_name = &quot;surface height&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>zsurf:units = &quot;m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>zsurf:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>zsurf:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>zsurf:cell_methods = &quot;time: point&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float cld_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt:long_name = &quot;cloud fraction&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>cld_amt:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>cld_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float ice_wat(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_wat:long_name = &quot;cloud ice water specific humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_wat:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ice_wat:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_wat:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_wat:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ice_wat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float liq_wat(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>liq_wat:long_name = &quot;cloud liquid specific humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>liq_wat:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>liq_wat:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>liq_wat:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>liq_wat:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>liq_wat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float omega(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>omega:long_name = &quot;omega&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>omega:units = &quot;pa/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>omega:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>omega:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>omega:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>omega:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float ps(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ps:long_name = &quot;surface pressure&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ps:units = &quot;Pa&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ps:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ps:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ps:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ps:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float sphum(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum:long_name = &quot;specific humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sphum:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sphum:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float slp_dyn(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp_dyn:long_name = &quot;sea-level pressure&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp_dyn:units = &quot;mb&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>slp_dyn:valid_range = 800.f, 1200.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp_dyn:missing_value = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp_dyn:_FillValue = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>slp_dyn:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp_dyn:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float temp(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>temp:long_name = &quot;temperature&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>temp:units = &quot;deg_K&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>temp:valid_range = 100.f, 350.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>temp:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>temp:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>temp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>temp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float ucomp(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ucomp:long_name = &quot;zonal wind&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ucomp:units = &quot;m/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ucomp:valid_range = -330.f, 350.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ucomp:missing_value = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ucomp:_FillValue = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ucomp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ucomp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float vcomp(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vcomp:long_name = &quot;meridional wind&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vcomp:units = &quot;m/sec&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vcomp:valid_range = -330.f, 350.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vcomp:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vcomp:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vcomp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vcomp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float drag_heat(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_heat:long_name = &quot;drag coeff for heat&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_heat:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_heat:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_heat:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_heat:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_heat:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float drag_moist(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_moist:long_name = &quot;drag coeff for moisture&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_moist:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_moist:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_moist:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_moist:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_moist:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float drag_mom(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_mom:long_name = &quot;drag coeff for momentum&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_mom:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_mom:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_mom:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>drag_mom:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>drag_mom:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float evap(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>evap:long_name = &quot;evaporation rate&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>evap:units = &quot;kg/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>evap:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>evap:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>evap:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>evap:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float sphum_flux(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum_flux:long_name = &quot;flux of specific humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum_flux:units = &quot;kg/kg kg air/(m2 s)&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sphum_flux:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum_flux:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sphum_flux:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sphum_flux:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float ice_mask(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:long_name = &quot;fractional amount of sea ice&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ice_mask:valid_range = -0.01f, 1.01f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>ice_mask:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>ice_mask:interp_method = &quot;conserve_order1&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float land_mask(lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>land_mask:long_name = &quot;fractional amount of land&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>land_mask:units = &quot;none&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>land_mask:valid_range = -0.01f, 1.01f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>land_mask:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>land_mask:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>land_mask:cell_methods = &quot;time: point&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>land_mask:interp_method = &quot;conserve_order1&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float lwflx(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwflx:long_name = &quot;net (down-up) longwave flux&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwflx:units = &quot;w/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwflx:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwflx:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwflx:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwflx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float rh_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_ref:long_name = &quot;relative humidity at 2 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref:units = &quot;percent&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_ref:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float shflx(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>shflx:long_name = &quot;sensible heat flux&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>shflx:units = &quot;w/m2&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>shflx:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>shflx:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>shflx:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>shflx:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float tau_x(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tau_x:long_name = &quot;zonal wind stress&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_x:units = &quot;pa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_x:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tau_x:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_x:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_x:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float tau_y(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tau_y:long_name = &quot;meridional wind stress&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_y:units = &quot;pa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_y:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tau_y:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_y:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tau_y:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float t_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref:long_name = &quot;temperature at 2 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref:units = &quot;deg_k&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref:valid_range = 100.f, 400.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float t_ref_min(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_min:long_name = &quot;temperature at 2 m&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_min:units = &quot;deg_k&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref_min:valid_range = 100.f, 400.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_min:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_min:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref_min:cell_methods = &quot;time: min&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_min:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float t_ref_max(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref_max:long_name = &quot;temperature at 2 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_max:units = &quot;deg_k&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_max:valid_range = 100.f, 400.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref_max:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_max:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_ref_max:cell_methods = &quot;time: max&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_ref_max:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float t_surf(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_surf:long_name = &quot;surface temperature&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_surf:units = &quot;deg_k&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_surf:valid_range = 100.f, 400.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_surf:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_surf:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>t_surf:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>t_surf:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float u_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>u_ref:long_name = &quot;zonal wind component at 10 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>u_ref:units = &quot;m/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>u_ref:valid_range = -400.f, 400.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>u_ref:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>u_ref:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>u_ref:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>u_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float v_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>v_ref:long_name = &quot;meridional wind component at 10 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>v_ref:units = &quot;m/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>v_ref:valid_range = -400.f, 400.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>v_ref:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>v_ref:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>v_ref:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>v_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float wind(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wind:long_name = &quot;wind speed for flux calculations&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wind:units = &quot;m/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind:valid_range = 0.f, 400.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wind:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float IWP(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>IWP:long_name = &quot;Ice water path&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP:units = &quot;kg/m2&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>IWP:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float LWP(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>LWP:long_name = &quot;Liquid water path&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP:units = &quot;kg/m2&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>LWP:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float precip(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>precip:long_name = &quot;Total precipitation rate&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>precip:units = &quot;kg/m2/s&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>precip:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>precip:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>precip:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>precip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>precip:interp_method = &quot;conserve_order1&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float prec_conv(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_conv:long_name = &quot;Precipitation rate from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_conv:units = &quot;kg(h2o)/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>prec_conv:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_conv:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_conv:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>prec_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>prec_conv:interp_method = &quot;conserve_order1&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float prec_ls(time, lat, lon) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_ls:long_name = &quot;Precipitation rate from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_ls:units = &quot;kg/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>prec_ls:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_ls:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>prec_ls:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>prec_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qdt_conv(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_conv:long_name = &quot;Spec humidity tendency from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_conv:units = &quot;kg/kg/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_conv:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_conv:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_conv:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qdt_ls(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_ls:long_name = &quot;Spec humidity tendency from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_ls:units = &quot;kg/kg/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_ls:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_ls:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_ls:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float rh(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh:long_name = &quot;relative humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float snow_conv(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_conv:long_name = &quot;Frozen precip rate from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_conv:units = &quot;kg(h2o)/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_conv:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_conv:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_conv:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_conv:interp_method = &quot;conserve_order1&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float snow_ls(time, lat, lon) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_ls:long_name = &quot;Frozen precip rate from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_ls:units = &quot;kg/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_ls:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_ls:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_ls:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_conv(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_conv:long_name = &quot;Temperature tendency from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_conv:units = &quot;deg_K/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_conv:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_conv:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_conv:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_conv:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_ls(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_ls:long_name = &quot;Temperature tendency from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_ls:units = &quot;deg_K/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_ls:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_ls:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_ls:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_ls:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float WVP(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WVP:long_name = &quot;Column integrated water vapor&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WVP:units = &quot;kg/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>WVP:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WVP:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WVP:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>WVP:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float alb_sfc(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>alb_sfc:long_name = &quot;surface albedo&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>alb_sfc:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>alb_sfc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>alb_sfc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>alb_sfc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>alb_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lwdn_sfc(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc:long_name = &quot;LW flux down at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwdn_sfc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwdn_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lwdn_sfc_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:long_name = &quot;clear skyLW flux down at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwdn_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lwup_sfc(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc:long_name = &quot;LW flux up at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwup_sfc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwup_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lwup_sfc_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc_clr:long_name = &quot;clear skyLW flux up at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwup_sfc_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lwup_sfc_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lwup_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netrad_toa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa:long_name = &quot;net radiation (lw + sw) at toa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netrad_toa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netrad_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netrad_toa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa_clr:long_name = &quot;clear skynet radiation (lw + sw) at toa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netrad_toa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netrad_toa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netrad_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float olr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr:long_name = &quot;outgoing longwave radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>olr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>olr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float olr_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr_clr:long_name = &quot;clear skyoutgoing longwave radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>olr_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>olr_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>olr_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qo3(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3:long_name = &quot;ozone mixing ratio&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qo3_col(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3_col:long_name = &quot;ozone column&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3_col:units = &quot;DU&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3_col:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3_col:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3_col:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_sfc(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc:long_name = &quot;SW flux down at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_sfc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_sfc_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc_clr:long_name = &quot;clear skySW flux down at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_sfc_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_sfc_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_sfc(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc:long_name = &quot;SW flux up at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_sfc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_sfc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_sfc_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc_clr:long_name = &quot;clear skySW flux up at surface&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_sfc_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_sfc_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_sfc_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_toa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa:long_name = &quot;SW flux down at TOA&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_toa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_toa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa_clr:long_name = &quot;clear skySW flux down at TOA&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_toa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_toa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_toa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa:long_name = &quot;SW flux up at TOA&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_toa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_toa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_toa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa_clr:long_name = &quot;clear skySW flux up at TOA&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_toa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_toa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_toa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_lw(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw:long_name = &quot;temperature tendency for LW radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw:units = &quot;deg_K/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_lw:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_lw:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_lw_clr(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw_clr:long_name = &quot;clear skytemperature tendency for LW radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw_clr:units = &quot;deg_K/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_lw_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_lw_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_lw_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_sw(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw:long_name = &quot;temperature tendency for SW radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw:units = &quot;deg_K/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_sw:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_sw:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_sw_clr(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw_clr:long_name = &quot;clear skytemperature tendency for SW radiation&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw_clr:units = &quot;deg_K/sec&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_sw_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_sw_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_sw_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netlw_lin_trop(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop:long_name = &quot;net LW flux at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_lin_trop:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netlw_lin_trop_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:long_name = &quot;clear skynet LW flux at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</div>


<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
<span style="white-space:pre-wrap">                </span>netlw_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netlw_200hPa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa:long_name = &quot;net LW flux at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_200hPa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float netlw_200hPa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:long_name = &quot;clear skynet LW flux at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>netlw_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_lin_trop(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop:long_name = &quot;SW flux down at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_lin_trop:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_lin_trop_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:long_name = &quot;clear skySW flux down at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_200hPa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa:long_name = &quot;SW flux down at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_200hPa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_200hPa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:long_name = &quot;clear skySW flux down at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_lin_trop(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop:long_name = &quot;SW flux up at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_lin_trop:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_lin_trop:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_lin_trop_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:long_name = &quot;clear skySW flux up at linear tropopause&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_lin_trop_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_200hPa(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa:long_name = &quot;SW flux up at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_200hPa:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_200hPa:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swup_200hPa_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa_clr:long_name = &quot;clear skySW flux up at 200 hPa&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_200hPa_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swup_200hPa_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swup_200hPa_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float mc(time, phalf, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mc:long_name = &quot;Cumulus Mass Flux from RAS&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mc:units = &quot;kg/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>mc:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mc:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>mc:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>mc:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qdt_vdif(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_vdif:long_name = &quot;Spec humidity tendency from vert diff&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_vdif:units = &quot;kg/kg/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_vdif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_vdif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qdt_vdif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tdt_vdif(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_vdif:long_name = &quot;Temperature tendency from vert diff&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_vdif:units = &quot;deg_K/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_vdif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_vdif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tdt_vdif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float udt_vdif(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_vdif:long_name = &quot;Zonal wind tendency from vert diff&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_vdif:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_vdif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_vdif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>udt_vdif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>udt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float vdt_vdif(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_vdif:long_name = &quot;Meridional wind tendency from vert diff&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_vdif:units = &quot;m/s2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_vdif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_vdif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>vdt_vdif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>vdt_vdif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float co2(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2:long_name = &quot;carbon dioxide&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>co2:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>co2:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float co2_dvmr(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2_dvmr:long_name = &quot;carbon dioxide (dry vmr)&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2_dvmr:units = &quot;mol/mol&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>co2_dvmr:missing_value = -1.e+10f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2_dvmr:_FillValue = -1.e+10f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>co2_dvmr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>co2_dvmr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float slp(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp:long_name = &quot;sea level pressure&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp:units = &quot;pa&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>slp:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>slp:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>slp:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float wind_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind_ref:long_name = &quot;absolute value of wind at 10 m&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind_ref:units = &quot;m/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wind_ref:valid_range = -400.f, 400.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind_ref:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind_ref:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wind_ref:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wind_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float rh_ref_cmip(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_ref_cmip:long_name = &quot;relative humidity at 2 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_ref_cmip:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref_cmip:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref_cmip:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_ref_cmip:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_ref_cmip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float q_ref(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>q_ref:long_name = &quot;specific humidity at 2 m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_ref:units = &quot;kg/kg&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_ref:missing_value = -1.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>q_ref:_FillValue = -1.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_ref:cell_methods = &quot;time: mean&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_ref:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>float snow_tot(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_tot:long_name = &quot;Frozen precip rate from all sources&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_tot:units = &quot;kg(h2o)/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_tot:missing_value = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_tot:_FillValue = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>snow_tot:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_tot:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>snow_tot:interp_method = &quot;conserve_order1&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float cld_amt_2d(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt_2d:long_name = &quot;total cloud amount&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt_2d:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>cld_amt_2d:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt_2d:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>cld_amt_2d:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>cld_amt_2d:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float WP_all_clouds(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WP_all_clouds:long_name = &quot;Total  water path -- all clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WP_all_clouds:units = &quot;kg/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>WP_all_clouds:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WP_all_clouds:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>WP_all_clouds:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>WP_all_clouds:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float IWP_all_clouds(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP_all_clouds:long_name = &quot;Ice water path -- all clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP_all_clouds:units = &quot;kg/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>IWP_all_clouds:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP_all_clouds:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>IWP_all_clouds:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>IWP_all_clouds:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_cld_base(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_base:long_name = &quot;pressure at convective cloud base&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_base:units = &quot;Pa&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cld_base:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_base:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_base:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cld_base:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_cld_top(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_top:long_name = &quot;pressure at convective cloud top&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_top:units = &quot;Pa&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cld_top:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_top:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cld_top:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cld_top:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_freq(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_freq:long_name = &quot;frequency of convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_freq:units = &quot;number&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_freq:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_freq:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_freq:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_freq:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tot_cloud_area(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cloud_area:long_name = &quot;Cloud area -- all clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cloud_area:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_cloud_area:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cloud_area:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_cloud_area:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tot_liq_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_liq_amt:long_name = &quot;Liquid amount -- all clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_liq_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_liq_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_liq_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_liq_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float tot_ice_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_ice_amt:long_name = &quot;Ice amount -- all clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_ice_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_ice_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_ice_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>tot_ice_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>tot_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float rh_cmip(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_cmip:long_name = &quot;relative humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_cmip:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_cmip:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_cmip:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_cmip:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_cmip:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float qo3v(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3v:long_name = &quot;ozone mole fraction&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3v:units = &quot;1.e-9&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3v:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3v:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>qo3v:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>qo3v:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float q_star(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_star:long_name = &quot;moisture scale&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_star:units = &quot;kg water/kg air&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>q_star:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_star:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>q_star:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>q_star:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float rh_min(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_min:long_name = &quot;relative humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_min:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_min:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_min:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_min:cell_methods = &quot;time: min&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_min:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float rh_max(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_max:long_name = &quot;relative humidity&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_max:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_max:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_max:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>rh_max:cell_methods = &quot;time: max&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>rh_max:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float droplets(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>droplets:long_name = &quot;Droplet number concentration&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>droplets:units = &quot;/cm3&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>droplets:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>droplets:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>droplets:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>droplets:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float enth_ls_col(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_ls_col:long_name = &quot;Column enthalpy tendency from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_ls_col:units = &quot;W/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>enth_ls_col:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_ls_col:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_ls_col:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>enth_ls_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float wat_ls_col(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_ls_col:long_name = &quot;Column total water tendency from strat cloud&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_ls_col:units = &quot;kg/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wat_ls_col:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_ls_col:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_ls_col:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wat_ls_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float enth_conv_col(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_conv_col:long_name = &quot;Column enthalpy tendency from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_conv_col:units = &quot;W/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>enth_conv_col:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_conv_col:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>enth_conv_col:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>enth_conv_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float wat_conv_col(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_conv_col:long_name = &quot;Column total water tendency from convection&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_conv_col:units = &quot;kg(h2o)/m2/s&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wat_conv_col:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_conv_col:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>wat_conv_col:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>wat_conv_col:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_vis_dir(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dir:long_name = &quot;downward direct visible sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dir:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_dir:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dir:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dir:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_dir:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_vis_dif(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dif:long_name = &quot;downward diffuse visible sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dif:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_dif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_dif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_dif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_vis_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_clr:long_name = &quot;downward visible sfc sw flux clear sky&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_vis_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_vis_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_tot_dir(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dir:long_name = &quot;downward direct total sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dir:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_tot_dir:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dir:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dir:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_tot_dir:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float swdn_tot_dif(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dif:long_name = &quot;downward diffuse total sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dif:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_tot_dif:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dif:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>swdn_tot_dif:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>swdn_tot_dif:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float flux_sw_vis(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>flux_sw_vis:long_name = &quot;net visible sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>flux_sw_vis:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>flux_sw_vis:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>flux_sw_vis:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>flux_sw_vis:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>flux_sw_vis:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float sw_dn_t_dir_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:long_name = &quot;downward clearsky direct total sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sw_dn_t_dir_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float sw_dn_t_dif_clr(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:long_name = &quot;downward clearsky diffuse total sfc sw flux&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:units = &quot;watts/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>sw_dn_t_dif_clr:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float LWP2(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP2:long_name = &quot;In-cloud liquid water path of stratiform clouds&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP2:units = &quot;kg/m2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>LWP2:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP2:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>LWP2:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>LWP2:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float z_pbl(time, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>z_pbl:long_name = &quot;depth of planetary boundary layer&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>z_pbl:units = &quot;m&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>z_pbl:missing_value = 1.e+20f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>z_pbl:_FillValue = 1.e+20f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>z_pbl:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>z_pbl:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_cloud_area(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cloud_area:long_name = &quot;Convective cloud area&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cloud_area:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cloud_area:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cloud_area:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_cloud_area:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_liq_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_liq_amt:long_name = &quot;Convective cloud liquid amount&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_liq_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_liq_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_liq_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_liq_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float conv_ice_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_ice_amt:long_name = &quot;Convective cloud ice amount&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_ice_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_ice_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_ice_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>conv_ice_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>conv_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lsc_cloud_area(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_cloud_area:long_name = &quot;Large-scale cloud area&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_cloud_area:units = &quot;percent&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_cloud_area:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_cloud_area:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_cloud_area:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_cloud_area:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lsc_liq_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_liq_amt:long_name = &quot;Large-scale cloud liquid amount&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_liq_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_liq_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_liq_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_liq_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_liq_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>float lsc_ice_amt(time, pfull, lat, lon) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_ice_amt:long_name = &quot;Large-scale cloud ice amount&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_ice_amt:units = &quot;kg/kg&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_ice_amt:missing_value = -999.f ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_ice_amt:_FillValue = -999.f ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>lsc_ice_amt:cell_methods = &quot;time: mean&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>lsc_ice_amt:time_avg_info = &quot;average_T1,average_T2,average_DT&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">        </span>double average_T1(time) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T1:long_name = &quot;Start time for average period&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T1:units = &quot;days since 0001-01-01 00:00:00&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T1:missing_value = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>average_T1:_FillValue = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double average_T2(time) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T2:long_name = &quot;End time for average period&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T2:units = &quot;days since 0001-01-01 00:00:00&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_T2:missing_value = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>average_T2:_FillValue = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double average_DT(time) ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_DT:long_name = &quot;Length of average period&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_DT:units = &quot;days&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>average_DT:missing_value = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>average_DT:_FillValue = 1.e+20 ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">        </span>double time_bounds(time, nv) ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>time_bounds:long_name = &quot;time axis boundaries&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">


<span style="white-space:pre-wrap">                </span>time_bounds:units = &quot;days&quot; ;</div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>time_bounds:missing_value = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>time_bounds:_FillValue = 1.e+20 ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">// global attributes:</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>:filename = &quot;atmos_month.nc.0000&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>:NumFilesInSet = 30 ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>:title = &quot;ESM2M_pi-control_C2&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



<span style="white-space:pre-wrap">                </span>:grid_type = &quot;regular&quot; ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">                </span>:grid_tile = &quot;N/A&quot; ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">data:</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px">



<br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"> lon = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;</div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



 lonb = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">    _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



    _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



 lat = _, _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



 latb = _, _, _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



 nv = _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



 pfull = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div>



<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"> phalf = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">



    _, _ ;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">}</div></div><div><br></div><div>Thanks,</div><div><br></div><div>David</div></div><div class="gmail_extra">



<br><br><div class="gmail_quote">On Thu, Jun 19, 2014 at 1:41 PM, Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">David, <div>Can you post the output from ncdump -c on your netcdf file? </div><div>--Jennifer</div>




<div><div><div> <br><div><div>On Jun 19, 2014, at 1:14 PM, David Stanfel wrote:</div><br><blockquote type="cite"><div dir="ltr">I made the changes that were recommended with the following results. My X11 window does pop up when I run grads but it stays black. This is what happens when I try to display a variable:<div>




<br></div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
ga-&gt; open cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Scanning description file:  cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Data file atmos_month.nc.0000 is open as file 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LON set to 0 360 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




LAT set to -88.29 88.29 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LEV set to 1000 1000 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Time values set: 0:1:1:0 0:1:1:0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">E set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




ga-&gt; q file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">File 1 : 6 Months Sample Model Output</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Descriptor: cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
  Binary: atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Type = Gridded</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Xsize = 96  Ysize = 80  Zsize = 18  Tsize = 804  Esize = 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Number of Variables = 7</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     u  18  t,z,y,x  u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     v  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     w  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     t  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     sh  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     rh  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     z  18  t,z,y,x  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; d u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Error: Variable u not in netcdf file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data Request Error:  Error for variable &#39;u&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">





  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Expression = u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
ga-&gt; d z</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Error: Variable z not in netcdf file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Data Request Error:  Error for variable &#39;z&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Expression = z</div></div><div><br></div>
<div>It still does not recognize that that variable is in the netcdf file for some reason.</div><div><br></div><div>Thanks,</div><div><br></div><div>David</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">





On Thu, Jun 19, 2014 at 10:22 AM, Hosmay Lopez <span dir="ltr">&lt;<a href="mailto:hlopez@rsmas.miami.edu" target="_blank">hlopez@rsmas.miami.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">










<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Try this CTL file:
<div><br>
</div>
<div>The only difference is how you defined the variables&#39; arguments.</div>
<div><br>
<div><br>
</div>
<div><font face="Courier New,Courier,monospace"><span style="font-size:14px">DSET   ^atmos_month.nc.0000</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">UNDEF  1.e-10</span></font></div>
<div><font face="Courier New, Courier, monospace"><span style="font-size:14px">DTYPE netcdf<br>
</span></font><div><font face="Courier New,Courier,monospace"><span style="font-size:14px">TITLE 6 Months Sample Model Output</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">






<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">XDEF 96 LINEAR  0.0   3.75</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">YDEF 80 GAUSR30 1</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">ZDEF 18 LEVELS  1000 950 900 850 800 750 700 650 600 550 500 450 400 350 300</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">






<font face="Courier New,Courier,monospace"><span style="font-size:14px">250 200 150 </span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">TDEF 804  LINEAR JAN0 1MO</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">VARS 7</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
</div><font face="Courier New,Courier,monospace"><span style="font-size:14px">u   18   t,z,y,x  u</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">v   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">w   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">t   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">sh   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">rh   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">z   18   t,z,y,x  v</span></font><br style="font-family:&#39;Segoe UI&#39;,Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">ENDVARS</span></font></div>
<div><font face="Courier New, Courier, monospace"><span style="font-size:14px"><br>
</span></font></div>
<div><font face="Courier New, Courier, monospace"><span style="font-size:14px">Good luck!</span></font></div>
<div><div><font face="Courier New, Courier, monospace"><span style="font-size:14px"><br>
</span></font>
<div>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">Hosmay Lopez<br>
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">UM/CIMAS/RSMAS NOAA/AOML/PHOD</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">4301 Rickenbacker Causeway,</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">Miami, FL 33149, USA</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">Phone: <a href="tel:%28305%29%20361-4329" value="+13053614329" target="_blank">(305) 361-4329</a></span><br>
<br>
</div>
</div>
</div>
</div>
</div>
</div><div style="font-family:Times New Roman;color:#000000;font-size:16px">
<hr>
<div style="direction:ltr"><font face="Tahoma" color="#000000"><div><b>From:</b> <a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">gradsusr-bounces@gradsusr.org</a> [<a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">gradsusr-bounces@gradsusr.org</a>] on behalf of David Stanfel [<a href="mailto:dstanfel@ualberta.ca" target="_blank">dstanfel@ualberta.ca</a>]<br>






</div><b>Sent:</b> Thursday, June 19, 2014 12:07 AM<br>
<b>To:</b> GrADS Users Forum<br>
<b>Subject:</b> Re: [gradsusr] Displaying a .nc file<br>
</font><br>
</div><div><div>
<div></div>
<div>
<div dir="ltr">It did prompt a list of variables including u, v, w, and z. It still doesn&#39;t want to display them.
<div><br>
</div>
<div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; q file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




File 1 : 6 Months Sample Model Output</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Descriptor: cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Binary: atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Type = Gridded</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Xsize = 96  Ysize = 80  Zsize = 18  Tsize = 804  Esize = 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Number of Variables = 7</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     u  18  0  u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     v  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     w  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     t  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     sh  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">     rh  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




     z  18  0  v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; d v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Data Request Error:  Error for variable &#39;v&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Expression = v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




ga-&gt; d sh</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Error: Variable sh not in netcdf file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Data Request Error:  Error for variable &#39;sh&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Expression = sh</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>David</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Jun 18, 2014 at 11:58 PM, James T. Potemra <span dir="ltr">
&lt;<a href="mailto:jimp@hawaii.edu" target="_blank">jimp@hawaii.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF">If you enter &quot;q file&quot; at the GrADS prompt it should list the variables.
<div>
<div><br>
<br>
<div>On 6/18/14 5:52 PM, David Stanfel wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">How do I know what variable name will work? I&#39;ve tried u, v, w, and z and still only get:
<div><br>
</div>
<div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; d v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Error: Variable v not in netcdf file</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data Request Error:  Error for variable &#39;v&#39;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




  Expression = v</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>David</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Jun 18, 2014 at 11:13 PM, Hosmay Lopez <span dir="ltr">
&lt;<a href="mailto:hlopez@rsmas.miami.edu" target="_blank">hlopez@rsmas.miami.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">David,<br>
<br>
You should let GrADS know that the file is a netCDF. You do that by adding the following text line in your control file:<br>
<br>
DTYPE netcdf<br>
<br>
Insert such after the UNDEF line.<br>
<br>
Good luck!<br>
<div><br>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">Hosmay Lopez<br>
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">UM/CIMAS/RSMAS NOAA/AOML/PHOD</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">4301 Rickenbacker Causeway,</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">Miami, FL 33149, USA</span><br style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">
<span style="font-family:verdana,arial,sans-serif;background-color:rgb(255,255,255)">Phone:
<a href="tel:%28305%29%20361-4329" value="+13053614329" target="_blank">(305) 361-4329</a></span><br>
<br>
</div>
</div>
</div>
</div>
</div>
<div style="font-family:Times New Roman;color:#000000;font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma"><b>From:</b> <a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">
gradsusr-bounces@gradsusr.org</a> [<a href="mailto:gradsusr-bounces@gradsusr.org" target="_blank">gradsusr-bounces@gradsusr.org</a>] on behalf of David Stanfel [<a href="mailto:dstanfel@ualberta.ca" target="_blank">dstanfel@ualberta.ca</a>]<br>






<b>Sent:</b> Wednesday, June 18, 2014 10:58 PM<br>
<b>To:</b> GrADS Users Forum<br>
<b>Subject:</b> [gradsusr] Displaying a .nc file<br>
</font><br>
</div>
<div>
<div>
<div>
<div dir="ltr">So I figured out how to use a descriptor file but I am still having troubles opening the file. My descriptor file is as follows: 
<div><br>
</div>
<div><span>DSET   ^atmos_month.nc.0000</span><br>
<span>UNDEF  1.e-10</span><br>
<span>TITLE 6 Months Sample Model Output</span><br>
<span>*</span><br>
<span>XDEF 96 LINEAR  0.0   3.75</span><br>
<span>*</span><br>
<span>YDEF 80 GAUSR30 1</span><br>
<span>*</span><br>
<span>ZDEF 18 LEVELS  1000 950 900 850 800 750 700 650 600 550 500 450 400 350 300</span><br>
<span>250 200 150 </span><br>
<span>*</span><br>
<span>TDEF 804  LINEAR JAN0 1MO</span><br>
<span>*</span><br>
<span>VARS 7</span><br>
<span>u   18   0  u</span><br>
<span>v   18   0  v</span><br>
<span>w   18   0  v</span><br>
<span>t   18   0  v</span><br>
<span>sh   18   0  v</span><br>
<span>rh   18   0  v</span><br>
<span>z   18   0  v</span><br>
<span>ENDVARS</span><br>
</div>
<div><span><br>
</span></div>
<div><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">It was able to open it without issue:</font></span></div>
<div><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br>
</font></span></div>
<div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; open cont.ctl                           </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Scanning description file:  cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Data file atmos_month.nc.0000 is open as file 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




LON set to 0 360 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">LAT set to -88.29 88.29 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




LEV set to 1000 1000 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">Time values set: 0:1:1:0 0:1:1:0 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




E set to 1 1 </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo"><br>
</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif">However, I am having trouble displaying the data. I tried to use the display command (d) with this result:</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">




<font face="arial,
                                helvetica, sans-serif"><br>
</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">ga-&gt; d atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




Syntax error: Bad file number for variable atmos_month </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Error ocurred at column 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




DISPLAY error:  Invalid expression </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">  Expression = atmos_month.nc.0000</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">




<br>
</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif">Is my syntax off?</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif"><br>
</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif">Thanks,</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif"><br>
</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial,
                                helvetica, sans-serif">David</font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset> <br>
<pre>_______________________________________________
gradsusr mailing list
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div></div></div>
</div>
</div>
</div>
</div>

<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>




</blockquote></div><br></div></div><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">




<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>




--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div>



<br>
</span></span></div></span></span><br>
</div>
<br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>



</blockquote></div><br><div>
<div style="word-wrap:break-word;font-size:12px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>



--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div>


<br>
</span></span></div><br>
</div>
<br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>


</blockquote></div><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">


<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>


--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div>

<br>
</span></span></div></span></span><br>
</div>
<br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
<span>&lt;Screen Shot 2014-06-20 at 4.09.17 PM.png&gt;</span>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>

<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br></blockquote></div><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">

<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>

--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div>
<br>
</span></span></div></span></span><br>
</div>
<br></div></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote></div><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>
--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div><br>
</span></span></div></span></span><br>
</div>
<br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>