<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">David,&nbsp;<div>You need to read the documentation about creating descriptors for netcdf data.&nbsp;</div><div><a href="http://iges.org/grads/gadoc/SDFdescriptorfile.html">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'm not sure how you can define the proper grid. The 'lon' coordinate is promising, it has 144 values, so you could try assuming it's a 2.5-degree grid and create an X axis like this:</div><div>&nbsp; xdef 144 linear 0 2.5</div><div>I don'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>&nbsp; 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>&nbsp; zdef 24 linear 1 1&nbsp;</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't know how to interpret that, perhaps just a default will do:&nbsp;</div><div>&nbsp; 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:&nbsp;</div><div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; float slp(time, lat, lon) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; float temp(time, pfull, lat, lon) ;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 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>&nbsp; &nbsp;vars 3</div><div>&nbsp; &nbsp;slp &nbsp;0 &nbsp;t,y,x &nbsp;sea level pressure (Pa)</div><div>&nbsp; &nbsp;temp &nbsp;24 &nbsp;t,z,y,x &nbsp;temperature (K)</div><div>&nbsp; &nbsp;zsurf &nbsp;0 &nbsp;y,z &nbsp; surface height (m)</div><div>&nbsp; &nbsp;endvars</div><div><br></div><div>You will also need</div><div>&nbsp; dtype netcdf</div><div>&nbsp; undef -9.99e8 missing_value&nbsp;</div><div>&nbsp;&nbsp;</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's critical here.&nbsp;</div><div><br></div><div>But I can'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.&nbsp;</div><div>--Jennifer<br><br><div><div>On Jun 19, 2014, at 1:50 PM, David Stanfel wrote:</div><br class="Apple-interchange-newline"><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/">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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lon:long_name = "longitude" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lon:units = "degrees_E" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lon:cartesian_axis = "X" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lon:edges = "lonb" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lonb:long_name = "longitude edges" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lonb:units = "degrees_E" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lonb:cartesian_axis = "X" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lat:long_name = "latitude" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lat:units = "degrees_N" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lat:cartesian_axis = "Y" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lat:edges = "latb" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>latb:long_name = "latitude edges" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>latb:units = "degrees_N" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>latb:cartesian_axis = "Y" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>time:long_name = "time" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time:units = "days since 0001-01-01 00:00:00" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time:cartesian_axis = "T" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time:calendar_type = "NOLEAP" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time:calendar = "NOLEAP" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time:bounds = "time_bounds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>nv:long_name = "vertex number" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>nv:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>nv:cartesian_axis = "N" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>pfull:long_name = "ref full pressure level" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>pfull:units = "mb" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>pfull:cartesian_axis = "Z" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>pfull:positive = "down" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>pfull:edges = "phalf" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>phalf:long_name = "ref half pressure level" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>phalf:units = "mb" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>phalf:cartesian_axis = "Z" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>phalf:positive = "down" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>fco2nat:long_name = "flux of carbon dioxide" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>fco2nat:units = "mol CO2/(m2 s)" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>fco2nat:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>fco2nat:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>high_cld_amt:long_name = "high cloud amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>high_cld_amt:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>high_cld_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>high_cld_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>low_cld_amt:long_name = "low cloud amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>low_cld_amt:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>low_cld_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>low_cld_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>mid_cld_amt:long_name = "mid cloud amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>mid_cld_amt:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>mid_cld_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>mid_cld_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tot_cld_amt:long_name = "total cloud amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_cld_amt:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tot_cld_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_cld_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>taubx:long_name = "x base flux for grav wave drag" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>taubx:units = "kg/m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>taubx:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>taubx:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tauby:long_name = "y base flux for grav wave drag" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tauby:units = "kg/m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tauby:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tauby:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>udt_gwd:long_name = "u wind tendency for gravity wave drag" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_gwd:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>udt_gwd:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_gwd:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>vdt_gwd:long_name = "v wind tendency for gravity wave drag" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_gwd:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>vdt_gwd:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_gwd:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>udt_rdamp:long_name = "u wind tendency for Rayleigh damping" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_rdamp:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>udt_rdamp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_rdamp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>vdt_rdamp:long_name = "v wind tendency for Rayleigh damping" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_rdamp:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>vdt_rdamp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_rdamp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>bk:long_name = "vertical coordinate sigma value" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>bk:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>bk:cell_methods = "time: point" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>pk:long_name = "pressure part of the hybrid coordinate" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>pk:units = "pascal" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>pk:cell_methods = "time: point" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>zsurf:long_name = "surface height" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>zsurf:units = "m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>zsurf:cell_methods = "time: point" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>cld_amt:long_name = "cloud fraction" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>cld_amt:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>cld_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>cld_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>ice_wat:long_name = "cloud ice water specific humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ice_wat:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>ice_wat:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ice_wat:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>liq_wat:long_name = "cloud liquid specific humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>liq_wat:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>liq_wat:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>liq_wat:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>omega:long_name = "omega" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>omega:units = "pa/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>omega:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>omega:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>ps:long_name = "surface pressure" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ps:units = "Pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>ps:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ps:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>sphum:long_name = "specific humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sphum:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>sphum:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sphum:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>slp_dyn:long_name = "sea-level pressure" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>slp_dyn:units = "mb" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>slp_dyn:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>slp_dyn:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>temp:long_name = "temperature" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>temp:units = "deg_K" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>temp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>temp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>ucomp:long_name = "zonal wind" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ucomp:units = "m/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>ucomp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ucomp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>vcomp:long_name = "meridional wind" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vcomp:units = "m/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>vcomp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vcomp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>drag_heat:long_name = "drag coeff for heat" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_heat:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>drag_heat:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_heat:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>drag_moist:long_name = "drag coeff for moisture" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_moist:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>drag_moist:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_moist:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>drag_mom:long_name = "drag coeff for momentum" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_mom:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>drag_mom:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>drag_mom:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>evap:long_name = "evaporation rate" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>evap:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>evap:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>evap:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>sphum_flux:long_name = "flux of specific humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sphum_flux:units = "kg/kg kg air/(m2 s)" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>sphum_flux:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sphum_flux:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>ice_mask:long_name = "fractional amount of sea ice" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ice_mask:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>ice_mask:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ice_mask:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>ice_mask:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>land_mask:long_name = "fractional amount of land" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>land_mask:units = "none" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>land_mask:cell_methods = "time: point" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>land_mask:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lwflx:long_name = "net (down-up) longwave flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwflx:units = "w/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lwflx:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwflx:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh_ref:long_name = "relative humidity at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_ref:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>shflx:long_name = "sensible heat flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>shflx:units = "w/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>shflx:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>shflx:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tau_x:long_name = "zonal wind stress" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tau_x:units = "pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tau_x:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tau_x:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tau_y:long_name = "meridional wind stress" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tau_y:units = "pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tau_y:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tau_y:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>t_ref:long_name = "temperature at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref:units = "deg_k" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>t_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>t_ref_min:long_name = "temperature at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref_min:units = "deg_k" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>t_ref_min:cell_methods = "time: min" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref_min:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>t_ref_max:long_name = "temperature at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref_max:units = "deg_k" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>t_ref_max:cell_methods = "time: max" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_ref_max:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>t_surf:long_name = "surface temperature" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_surf:units = "deg_k" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>t_surf:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>t_surf:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>u_ref:long_name = "zonal wind component at 10 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>u_ref:units = "m/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>u_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>u_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>v_ref:long_name = "meridional wind component at 10 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>v_ref:units = "m/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>v_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>v_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>wind:long_name = "wind speed for flux calculations" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wind:units = "m/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>wind:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wind:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>IWP:long_name = "Ice water path" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>IWP:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>IWP:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>IWP:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>LWP:long_name = "Liquid water path" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>LWP:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>LWP:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>LWP:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>precip:long_name = "Total precipitation rate" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>precip:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>precip:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>precip:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>precip:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>prec_conv:long_name = "Precipitation rate from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>prec_conv:units = "kg(h2o)/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>prec_conv:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>prec_conv:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>prec_conv:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>prec_ls:long_name = "Precipitation rate from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>prec_ls:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>prec_ls:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>prec_ls:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qdt_conv:long_name = "Spec humidity tendency from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_conv:units = "kg/kg/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qdt_conv:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_conv:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qdt_ls:long_name = "Spec humidity tendency from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_ls:units = "kg/kg/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qdt_ls:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_ls:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh:long_name = "relative humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>snow_conv:long_name = "Frozen precip rate from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_conv:units = "kg(h2o)/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>snow_conv:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_conv:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_conv:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>snow_ls:long_name = "Frozen precip rate from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_ls:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>snow_ls:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_ls:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_conv:long_name = "Temperature tendency from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_conv:units = "deg_K/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_conv:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_conv:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_ls:long_name = "Temperature tendency from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_ls:units = "deg_K/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_ls:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_ls:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>WVP:long_name = "Column integrated water vapor" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>WVP:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>WVP:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>WVP:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>alb_sfc:long_name = "surface albedo" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>alb_sfc:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>alb_sfc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>alb_sfc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lwdn_sfc:long_name = "LW flux down at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwdn_sfc:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lwdn_sfc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwdn_sfc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lwdn_sfc_clr:long_name = "clear skyLW flux down at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lwdn_sfc_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwdn_sfc_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lwup_sfc:long_name = "LW flux up at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwup_sfc:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lwup_sfc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwup_sfc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lwup_sfc_clr:long_name = "clear skyLW flux up at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwup_sfc_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lwup_sfc_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lwup_sfc_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netrad_toa:long_name = "net radiation (lw + sw) at toa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netrad_toa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netrad_toa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netrad_toa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netrad_toa_clr:long_name = "clear skynet radiation (lw + sw) at toa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netrad_toa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netrad_toa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netrad_toa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>olr:long_name = "outgoing longwave radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>olr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>olr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>olr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>olr_clr:long_name = "clear skyoutgoing longwave radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>olr_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>olr_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>olr_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qo3:long_name = "ozone mixing ratio" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qo3:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qo3_col:long_name = "ozone column" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3_col:units = "DU" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qo3_col:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3_col:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_sfc:long_name = "SW flux down at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_sfc:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_sfc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_sfc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_sfc_clr:long_name = "clear skySW flux down at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_sfc_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_sfc_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_sfc_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_sfc:long_name = "SW flux up at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_sfc:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_sfc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_sfc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_sfc_clr:long_name = "clear skySW flux up at surface" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_sfc_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_sfc_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_sfc_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_toa:long_name = "SW flux down at TOA" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_toa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_toa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_toa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_toa_clr:long_name = "clear skySW flux down at TOA" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_toa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_toa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_toa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_toa:long_name = "SW flux up at TOA" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_toa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_toa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_toa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_toa_clr:long_name = "clear skySW flux up at TOA" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_toa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_toa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_toa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_lw:long_name = "temperature tendency for LW radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_lw:units = "deg_K/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_lw:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_lw:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_lw_clr:long_name = "clear skytemperature tendency for LW radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_lw_clr:units = "deg_K/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_lw_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_lw_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_sw:long_name = "temperature tendency for SW radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_sw:units = "deg_K/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_sw:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_sw:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_sw_clr:long_name = "clear skytemperature tendency for SW radiation" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_sw_clr:units = "deg_K/sec" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_sw_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_sw_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netlw_lin_trop:long_name = "net LW flux at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_lin_trop:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netlw_lin_trop:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_lin_trop:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netlw_lin_trop_clr:long_name = "clear skynet LW flux at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netlw_lin_trop_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_lin_trop_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netlw_200hPa:long_name = "net LW flux at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_200hPa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netlw_200hPa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_200hPa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>netlw_200hPa_clr:long_name = "clear skynet LW flux at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>netlw_200hPa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>netlw_200hPa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_lin_trop:long_name = "SW flux down at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_lin_trop:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_lin_trop:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_lin_trop:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_lin_trop_clr:long_name = "clear skySW flux down at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_lin_trop_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_lin_trop_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_200hPa:long_name = "SW flux down at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_200hPa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_200hPa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_200hPa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_200hPa_clr:long_name = "clear skySW flux down at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_200hPa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_200hPa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_lin_trop:long_name = "SW flux up at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_lin_trop:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_lin_trop:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_lin_trop:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_lin_trop_clr:long_name = "clear skySW flux up at linear tropopause" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_lin_trop_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_lin_trop_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_200hPa:long_name = "SW flux up at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_200hPa:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_200hPa:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_200hPa:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swup_200hPa_clr:long_name = "clear skySW flux up at 200 hPa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_200hPa_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swup_200hPa_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swup_200hPa_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>mc:long_name = "Cumulus Mass Flux from RAS" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>mc:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>mc:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>mc:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qdt_vdif:long_name = "Spec humidity tendency from vert diff" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_vdif:units = "kg/kg/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qdt_vdif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qdt_vdif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tdt_vdif:long_name = "Temperature tendency from vert diff" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_vdif:units = "deg_K/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tdt_vdif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tdt_vdif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>udt_vdif:long_name = "Zonal wind tendency from vert diff" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_vdif:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>udt_vdif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>udt_vdif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>vdt_vdif:long_name = "Meridional wind tendency from vert diff" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_vdif:units = "m/s2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>vdt_vdif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>vdt_vdif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>co2:long_name = "carbon dioxide" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>co2:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>co2:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>co2:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>co2_dvmr:long_name = "carbon dioxide (dry vmr)" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>co2_dvmr:units = "mol/mol" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>co2_dvmr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>co2_dvmr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>slp:long_name = "sea level pressure" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>slp:units = "pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>slp:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>slp:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>wind_ref:long_name = "absolute value of wind at 10 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wind_ref:units = "m/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>wind_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wind_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh_ref_cmip:long_name = "relative humidity at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_ref_cmip:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh_ref_cmip:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_ref_cmip:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>q_ref:long_name = "specific humidity at 2 m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>q_ref:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>q_ref:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>q_ref:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>snow_tot:long_name = "Frozen precip rate from all sources" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_tot:units = "kg(h2o)/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>snow_tot:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_tot:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>snow_tot:interp_method = "conserve_order1" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>cld_amt_2d:long_name = "total cloud amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>cld_amt_2d:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>cld_amt_2d:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>cld_amt_2d:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>WP_all_clouds:long_name = "Total&nbsp; water path -- all clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>WP_all_clouds:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>WP_all_clouds:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>WP_all_clouds:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>IWP_all_clouds:long_name = "Ice water path -- all clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>IWP_all_clouds:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>IWP_all_clouds:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>IWP_all_clouds:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_cld_base:long_name = "pressure at convective cloud base" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cld_base:units = "Pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_cld_base:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cld_base:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_cld_top:long_name = "pressure at convective cloud top" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cld_top:units = "Pa" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_cld_top:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cld_top:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_freq:long_name = "frequency of convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_freq:units = "number" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_freq:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_freq:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tot_cloud_area:long_name = "Cloud area -- all clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_cloud_area:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tot_cloud_area:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_cloud_area:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tot_liq_amt:long_name = "Liquid amount -- all clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_liq_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tot_liq_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_liq_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>tot_ice_amt:long_name = "Ice amount -- all clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_ice_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>tot_ice_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>tot_ice_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh_cmip:long_name = "relative humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_cmip:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh_cmip:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_cmip:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>qo3v:long_name = "ozone mole fraction" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3v:units = "1.e-9" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>qo3v:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>qo3v:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>q_star:long_name = "moisture scale" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>q_star:units = "kg water/kg air" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>q_star:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>q_star:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh_min:long_name = "relative humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_min:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh_min:cell_methods = "time: min" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_min:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>rh_max:long_name = "relative humidity" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_max:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>rh_max:cell_methods = "time: max" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>rh_max:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>droplets:long_name = "Droplet number concentration" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>droplets:units = "/cm3" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>droplets:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>droplets:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>enth_ls_col:long_name = "Column enthalpy tendency from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>enth_ls_col:units = "W/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>enth_ls_col:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>enth_ls_col:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>wat_ls_col:long_name = "Column total water tendency from strat cloud" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wat_ls_col:units = "kg/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>wat_ls_col:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wat_ls_col:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>enth_conv_col:long_name = "Column enthalpy tendency from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>enth_conv_col:units = "W/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>enth_conv_col:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>enth_conv_col:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>wat_conv_col:long_name = "Column total water tendency from convection" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wat_conv_col:units = "kg(h2o)/m2/s" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>wat_conv_col:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>wat_conv_col:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_vis_dir:long_name = "downward direct visible sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_dir:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_vis_dir:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_dir:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_vis_dif:long_name = "downward diffuse visible sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_dif:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_vis_dif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_dif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_vis_clr:long_name = "downward visible sfc sw flux clear sky" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_vis_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_vis_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_tot_dir:long_name = "downward direct total sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_tot_dir:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_tot_dir:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_tot_dir:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>swdn_tot_dif:long_name = "downward diffuse total sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_tot_dif:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>swdn_tot_dif:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>swdn_tot_dif:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>flux_sw_vis:long_name = "net visible sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>flux_sw_vis:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>flux_sw_vis:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>flux_sw_vis:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:long_name = "downward clearsky direct total sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sw_dn_t_dir_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:long_name = "downward clearsky diffuse total sfc sw flux" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:units = "watts/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>sw_dn_t_dif_clr:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>LWP2:long_name = "In-cloud liquid water path of stratiform clouds" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>LWP2:units = "kg/m2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>LWP2:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>LWP2:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>z_pbl:long_name = "depth of planetary boundary layer" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>z_pbl:units = "m" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>z_pbl:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>z_pbl:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_cloud_area:long_name = "Convective cloud area" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cloud_area:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_cloud_area:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_cloud_area:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_liq_amt:long_name = "Convective cloud liquid amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_liq_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_liq_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_liq_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>conv_ice_amt:long_name = "Convective cloud ice amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_ice_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>conv_ice_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>conv_ice_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lsc_cloud_area:long_name = "Large-scale cloud area" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_cloud_area:units = "percent" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lsc_cloud_area:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_cloud_area:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lsc_liq_amt:long_name = "Large-scale cloud liquid amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_liq_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lsc_liq_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_liq_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>lsc_ice_amt:long_name = "Large-scale cloud ice amount" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_ice_amt:units = "kg/kg" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>lsc_ice_amt:cell_methods = "time: mean" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>lsc_ice_amt:time_avg_info = "average_T1,average_T2,average_DT" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>average_T1:long_name = "Start time for average period" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>average_T1:units = "days since 0001-01-01 00:00:00" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>average_T2:long_name = "End time for average period" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>average_T2:units = "days since 0001-01-01 00:00:00" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>average_DT:long_name = "Length of average period" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>average_DT:units = "days" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">        </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 class="" style="white-space:pre">                </span>time_bounds:long_name = "time axis boundaries" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>time_bounds:units = "days" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>:filename = "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; "><span class="" style="white-space:pre">                </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 class="" style="white-space:pre">                </span>:title = "ESM2M_pi-control_C2" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>:grid_type = "regular" ;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; "><span class="" style="white-space:pre">                </span>:grid_tile = "N/A" ;</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; ">&nbsp;lon = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _ ;</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; ">&nbsp;lonb = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _ ;</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; ">&nbsp;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; ">&nbsp;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; ">&nbsp;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; ">&nbsp;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; ">&nbsp;phalf = _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo; ">&nbsp; &nbsp; _, _ ;</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,&nbsp;<div>Can you post the output from ncdump -c on your netcdf file?&nbsp;</div><div>--Jennifer</div>
<div><div><div class="h5">&nbsp;<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.&nbsp;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:&nbsp;&nbsp;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&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</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">
&nbsp;&nbsp;Descriptor: cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp;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">&nbsp;&nbsp;Type = Gridded</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp;Xsize = 96&nbsp;&nbsp;Ysize = 80&nbsp;&nbsp;Zsize = 18&nbsp;&nbsp;Tsize = 804&nbsp;&nbsp;Esize = 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;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">
&nbsp;&nbsp; &nbsp;&nbsp;u&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp;&nbsp;v&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp;&nbsp;w&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp;&nbsp;t&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp;&nbsp;sh&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp;&nbsp;rh&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp;&nbsp;z&nbsp;&nbsp;18&nbsp;&nbsp;t,z,y,x&nbsp;&nbsp;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:&nbsp;&nbsp;Error for variable 'u'</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">

&nbsp;&nbsp;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:&nbsp;&nbsp;Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp;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:&nbsp;&nbsp;Error for variable 'z'</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp;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:&nbsp;&nbsp;Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp;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' arguments.</div>
<div><br>
<div><br>
</div>
<div><font face="Courier New,Courier,monospace"><span style="font-size:14px">DSET &nbsp; ^atmos_month.nc.0000</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">UNDEF &nbsp;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:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">


<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">XDEF 96 LINEAR &nbsp;0.0 &nbsp; 3.75</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:'Segoe UI',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:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">ZDEF 18 LEVELS &nbsp;1000 950 900 850 800 750 700 650 600 550 500 450 400 350 300</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">


<font face="Courier New,Courier,monospace"><span style="font-size:14px">250 200 150&nbsp;</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">TDEF 804 &nbsp;LINEAR JAN0 1MO</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">*</span></font><br style="font-family:'Segoe UI',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:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
</div><font face="Courier New,Courier,monospace"><span style="font-size:14px">u &nbsp; 18 &nbsp; t,z,y,x &nbsp;u</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">v &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">w &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">t &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">sh &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">rh &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-size:medium">
<font face="Courier New,Courier,monospace"><span style="font-size:14px">z &nbsp; 18 &nbsp; t,z,y,x &nbsp;v</span></font><br style="font-family:'Segoe UI',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'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">&nbsp; Descriptor: cont.ctl</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp; 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">&nbsp; Type = Gridded</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp; Xsize = 96&nbsp; Ysize = 80&nbsp; Zsize = 18&nbsp; Tsize = 804&nbsp; Esize = 1</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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">
&nbsp;&nbsp; &nbsp; u&nbsp; 18&nbsp; 0&nbsp; u</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp; v&nbsp; 18&nbsp; 0&nbsp; v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp; w&nbsp; 18&nbsp; 0&nbsp; v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp; t&nbsp; 18&nbsp; 0&nbsp; v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp; sh&nbsp; 18&nbsp; 0&nbsp; v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp; &nbsp; rh&nbsp; 18&nbsp; 0&nbsp; v</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp;&nbsp; &nbsp; z&nbsp; 18&nbsp; 0&nbsp; 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:&nbsp; Error for variable 'v'</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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:&nbsp; Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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:&nbsp; Error for variable 'sh'</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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:&nbsp; Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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 "q file" 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'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:&nbsp; Error for variable 'v'</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp; 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:&nbsp; Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
&nbsp; 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:&nbsp;
<div><br>
</div>
<div><span>DSET &nbsp; ^atmos_month.nc.0000</span><br>
<span>UNDEF &nbsp;1.e-10</span><br>
<span>TITLE 6 Months Sample Model Output</span><br>
<span>*</span><br>
<span>XDEF 96 LINEAR &nbsp;0.0 &nbsp; 3.75</span><br>
<span>*</span><br>
<span>YDEF 80 GAUSR30 1</span><br>
<span>*</span><br>
<span>ZDEF 18 LEVELS &nbsp;1000 950 900 850 800 750 700 650 600 550 500 450 400 350 300</span><br>
<span>250 200 150&nbsp;</span><br>
<span>*</span><br>
<span>TDEF 804 &nbsp;LINEAR JAN0 1MO</span><br>
<span>*</span><br>
<span>VARS 7</span><br>
<span>u &nbsp; 18 &nbsp; 0 &nbsp;u</span><br>
<span>v &nbsp; 18 &nbsp; 0 &nbsp;v</span><br>
<span>w &nbsp; 18 &nbsp; 0 &nbsp;v</span><br>
<span>t &nbsp; 18 &nbsp; 0 &nbsp;v</span><br>
<span>sh &nbsp; 18 &nbsp; 0 &nbsp;v</span><br>
<span>rh &nbsp; 18 &nbsp; 0 &nbsp;v</span><br>
<span>z &nbsp; 18 &nbsp; 0 &nbsp;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&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">
Scanning description file:&nbsp; 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&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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:&nbsp; Invalid expression&nbsp;</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:11px;font-family:Menlo">&nbsp; 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&nbsp;<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>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 12px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; 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&nbsp;<br><br></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>