<html><head></head><body><div class="ydpa52e7684yahoo-style-wrap" style="font-family:verdana, helvetica, sans-serif;font-size:16px;"><div></div>
        <div dir="ltr" data-setdir="false">My email was hacked. Please ignore any emails talking about a Proposal attachment.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Thanks.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">John</div><div><br></div>
        
        </div><div id="yahoo_quoted_8651840644" class="yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    On Tuesday, March 17, 2020, 09:45:24 AM PDT, Nicholas Caton via Equest-users <equest-users@lists.onebuilding.org> wrote:
                </div>
                <div><br></div>
                <div><br></div>
                <div><div id="yiv5588306221">

 
 
<style><!--
#yiv5588306221  
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
#yiv5588306221  
#yiv5588306221 p.yiv5588306221MsoNormal, #yiv5588306221 li.yiv5588306221MsoNormal, #yiv5588306221 div.yiv5588306221MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", sans-serif;}
#yiv5588306221 a:link, #yiv5588306221 span.yiv5588306221MsoHyperlink
        {color:#0563C1;text-decoration:underline;}
#yiv5588306221 a:visited, #yiv5588306221 span.yiv5588306221MsoHyperlinkFollowed
        {color:#954F72;text-decoration:underline;}
#yiv5588306221 p.yiv5588306221MsoListParagraph, #yiv5588306221 li.yiv5588306221MsoListParagraph, #yiv5588306221 div.yiv5588306221MsoListParagraph
        {margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", sans-serif;}
#yiv5588306221 p.yiv5588306221msonormal0, #yiv5588306221 li.yiv5588306221msonormal0, #yiv5588306221 div.yiv5588306221msonormal0
        {margin-right:0in;margin-left:0in;font-size:11.0pt;font-family:"Calibri", sans-serif;}
#yiv5588306221 span.yiv5588306221EmailStyle18
        {font-family:"Calibri", sans-serif;color:windowtext;}
#yiv5588306221 span.yiv5588306221EmailStyle20
        {font-family:"Calibri", sans-serif;color:windowtext;}
#yiv5588306221 .yiv5588306221MsoChpDefault
        {font-size:10.0pt;}
 _filtered {}
#yiv5588306221 div.yiv5588306221WordSection1
        {}
#yiv5588306221  
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
 _filtered {}
#yiv5588306221 ol
        {margin-bottom:0in;}
#yiv5588306221 ul
        {margin-bottom:0in;}
--></style>

<div>
<div class="yiv5588306221WordSection1">
<p class="yiv5588306221MsoNormal">Great question Melissa!</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">For clarity – your screen snip and description leads me to believed we’re discussing the following DOE-2 Default expression – let me know if that’s off:</p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><img width="1327" height="514" style="width:13.8229in;min-height:5.3541in;" id="yiv5588306221Picture_x0020_4" src="cid:I1Z9OtlFKmUNwAsZNu47" yahoo_partid="1.6"></p> 
<p class="yiv5588306221MsoNormal">This switch statement checks the local input for the Infiltration Method (INF-METHOD, “Crack” per the above example), and then will return “n/a” in the interface if anything is selected other than case 2, which happens to be “Crack.”  As
 a fun aside, there are many cases in the doe-2 defaults and with custom expressions by my peers where there are no notes in place to help someone figure out what each case is intended to be.  A strategy I will often employ to “reverse engineer in place” involves
 modifying such an expression like this:</p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><img width="1019" height="553" style="width:10.6145in;min-height:5.7604in;" id="yiv5588306221Picture_x0020_6" src="cid:YfGiO8UAn8Wkt3yWLpXA" yahoo_partid="1.7"></p> 
<p class="yiv5588306221MsoNormal">After these edits, you can toggle the thing being referenced in the first line of the switch statement (INF-METHOD in this case) to observe the outcome in the same view.  For efficiency I’d typically keep a copy of the original expression
 on the side to paste back in later.</p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;">  </p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">As for your actual question… I would think the expression through in a few steps.  The answer to your question will vary based on how the model was constructed (spefically whether FLOORs are used, so I’m presenting a series of observations
 to lead me to the right spot for a model which happens to be generated using the latest DD wizards.</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">First, let’s assert what we’re looking for out of this expression.  You’ve already done this for us, but for immediate reference:</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><i>((Parent("Z")-0)+Local("Height")/2)*-1+(BH/2 - BG)</i></p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><i>  </i></p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><i>Where:</i></p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><i>BH = Building Height</i></p> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;"><i>BG = Total of Below Grade FL to FL Height</i></p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">I would just approach this from left to right.  First up is to figure out which inputs to reference to determine the absolute (from ground level) height of the SPACE.  You  have already nailed it descriptively as “Parent(“Z”),” but not
 everybody’s model will land there as the correct answer, and I’d like to answer for those in the classroom who aren’t yet able to intuit stuff like this, so let’s show how we determine that:</p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">We’re working on an expression for infiltration, which is categorically a SPACE input.  We’ll therefore start our search for inputs of interest with the local SPACE.  Skimming the
 inputs available for a 2<sup>nd</sup> story space in my wizard dummy model, I observe the local Z input is zero (same case for all of my spaces), so that input can’t be used to derive the absolute height (Z) of the space…
</li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="984" height="601" style="width:10.25in;min-height:6.2604in;" id="yiv5588306221Picture_x0020_8" src="cid:lyjj4YOvdUZ4SS6otwj9" yahoo_partid="1.8"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">I do however observe a floor-to-ceiling height which may come in handy later.  Aside: I
<i>have</i> seen models where the local SPACE Z inputs reflect absolute height relative to the ground, but I don’t think you’ll encounter that with any models borne from eQuest wizards in recent years.</li><li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">So, we go one level up in the component tree, to investigate the parent FLOOR:</li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="704" height="603" style="width:7.3333in;min-height:6.2812in;" id="yiv5588306221Picture_x0020_9" src="cid:0ywDfoRQgugqfTNmSVBi" yahoo_partid="1.9"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">The Floor Z value (highlighted yellow) is verifiably the absolute height we are looking for.  I’ve also highlighted values in blue for the floor to floor and floor to ceiling heights,
 which with wizard-borne models are used to automate the SPACE height and vertical SURFACE height inputs for every component underneath the floor in the Component Tree (by default, until you override with manual inputs).  One or both of those may be of interest
 down the line.</li><li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">For building the expression, we need to know exactly what these inputs look like in the INP file.  There are a few ways to verify this (including looking directly at the INP), but
 I will typically first right click the input field and observe either the reference manual entry or “View Default/Range…” in the context menu:</li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="1012" height="568" style="width:10.5416in;min-height:5.9166in;" id="yiv5588306221Picture_x0020_10" src="cid:RW3KDCIa4AblT7lGNvvO" yahoo_partid="1.10"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">Considering exact capitalization/spelling are important, I’m jotting down the 3 inputs of interest can be expressed from a child SPACE as
</li><ul style="margin-top:0in;" type="circle">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">#P(“Z”)</li><li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">#P(“FLOOR-HEIGHT”)</li><li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">#P(“SPACE-HEIGHT”)</li></ul> 
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">So, back at my space, I can firstly test the above inputs to make sure they produce the expected numbers and not error (they do)</li></ul> 
<p class="yiv5588306221MsoNormal" style="margin-left:.5in;text-indent:.5in;"><img width="744" height="544" style="width:7.75in;min-height:5.6666in;" id="yiv5588306221Picture_x0020_12" src="cid:o3pDSDhTvebcCqIjXgbq"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">Then, I can construct some math to work out the absolute height of the middle of the conditioned space</li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="729" height="558" style="width:7.5937in;min-height:5.8125in;" id="yiv5588306221Picture_x0020_13" src="cid:KghOk9iFmB7Bx0K8kV08"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">The rest of the expression you have there is looking to express this elevation in relation to a neutral pressure level (NPL) = BH/2 – BG.  While the NPL should be a constant for within
 any given building/model, I don’t think it’s possible to automate that math from within a SPACE expression short of developing and utilizing global parameters containing values for BH & BG.  Very much a procedural possibility, but outside the realm of what
 most users would handle on a regular basis.  I would advise just doing the (simple) math on the side, and plan to manually punch the NPL into your custom expression with every project:</li></ul> 
<p class="yiv5588306221MsoNormal" style="margin-left:1.0in;"><img width="992" height="542" style="width:10.3333in;min-height:5.6458in;" id="yiv5588306221Picture_x0020_14" src="cid:w7ZFwlinDKtRsruTZBZf"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">Note I’m being deliberate here in ensuring centerlines above the NPL are expressed as a negative distance, whereas centerlines below the NPL will express as positive, in line with
 the associated reference manual entry for NEUTRAL-ZONE-HT:</li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="880" height="179" style="width:9.1666in;min-height:1.8645in;" id="yiv5588306221Picture_x0020_15" src="cid:DecZ2OJKkzVFP1hb2R9O"></p> 
<ul style="margin-top:0in;" type="disc">
<li class="yiv5588306221MsoListParagraph" style="margin-left:0in;">If you wish to retain the behavior of the original switch statement (displaying as ‘n/a’ when anything other than “Crack” is selected, you could patch your math into the associated
 switch case like this: </li></ul> 
<p class="yiv5588306221MsoListParagraph" style="margin-left:1.0in;"><img width="609" height="323" style="width:6.3437in;min-height:3.3645in;" id="yiv5588306221Picture_x0020_16" src="cid:MbCyXXJaql6RZeIUn7d7"><b></b></p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">That pretty much wraps it up, though I should address that while I didn’t use #P(“FLOOR-HEIGHT”) for this example, that may actually be the value some would want to use depending on the context.  If your conditioned space volume is pretty
 well exposed to infiltration/exfiltration from the full floor to floor exposure, as is generally the case when glazing extends above a drop ceiling line, and arguably in many more cases where the ceiling plenum isn’t really isolated much from the conditioned
 volume or return air path, then you might really consider substituting the FLOOR-HEIGHT to bump the centerline of the local space up a bit.</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">I’d also mention to be mindful about applying an expression like this everywhere in a model… I haven’t done enough stack effect modeling personally to make a recommendation, but you might consider/investigate whether the simulated infiltration
 volumes are accurate in aggregate when applying something like this to core spaces (that do not feature perimeter exposures).</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">~Nick</p> 
<p class="yiv5588306221MsoListParagraph">  </p> 
<div>
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;color:#3A7A46;"><img width="624" height="8" style="width:6.5in;min-height:.0833in;" id="yiv5588306221_x0000_i1030" src="cid:qdMNohBxKfKBCMpaazZH"></span></p> 
<p class="yiv5588306221MsoNormal"><b><span style="font-family:sans-serif;color:#3A7A46;">Nick Caton, P.E., BEMP</span></b><span style="color:#3A7A46;"></span></p> 
<table class="yiv5588306221MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="724" style="width:543.0pt;border-collapse:collapse;">
<tbody>
<tr>
<td width="230" valign="top" style="width:172.3pt;padding:0in 0in 0in 0in;">
<p class="yiv5588306221MsoNormal"><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">  Senior Energy Engineer</span></p> 
<p class="yiv5588306221MsoNormal" style="text-indent:4.5pt;"><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">  Energy and Sustainability Services</span><span style="font-size:9.0pt;font-family:sans-serif;color:#1F497D;"><br>
</span><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">  Energy Performance Contracting
</span><span style="font-size:9.0pt;color:#1F497D;"></span></p> 
</td>
<td width="16" valign="top" style="width:11.8pt;padding:0in 0in 0in 0in;">
<p class="yiv5588306221MsoNormal"><span style="font-size:9.0pt;font-family:sans-serif;color:#57B069;">D  </span><span style="font-size:9.0pt;font-family:sans-serif;color:#1F497D;"><br>
</span><span style="font-size:9.0pt;font-family:sans-serif;color:#57B069;">M  </span><span style="font-size:9.0pt;font-family:sans-serif;color:#1F497D;"><br>
</span><span style="font-size:9.0pt;font-family:sans-serif;color:#57B069;">E  </span><span style="font-size:9.0pt;font-family:sans-serif;color:#1F497D;"><br>
</span><span style="font-size:9.0pt;font-family:sans-serif;color:#57B069;">  </span><span style="font-size:9.0pt;color:#1F497D;">
</span></p> 
</td>
<td width="275" valign="top" style="width:206.5pt;padding:0in 0in 0in 0in;">
<p class="yiv5588306221MsoNormal"><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">913 . 564 . 6361</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">785 . 410 . 3317</span></p> 
<p class="yiv5588306221MsoNormal"><u><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;"><a rel="nofollow" ymailto="mailto:nicholas.caton@se.com" target="_blank" href="mailto:nicholas.caton@se.com"><span style="font-family:sans-serif;color:#626469;">nicholas.caton@se.com</span></a></span></u><span style="font-size:9.0pt;color:#1F497D;"></span></p> 
</td>
<td width="203" valign="top" style="width:152.4pt;padding:0in 0in 0in 0in;">
<p class="yiv5588306221MsoNormal" align="right" style="text-align:right;"><span style="font-size:9.0pt;font-family:sans-serif;color:#626469;">15200 Santa Fe Trail Drive<br>
Suite 204<br>
Lenexa, KS 66219<br>
<br>
</span><span style="font-size:9.0pt;color:#1F497D;"></span></p> 
</td>
</tr>
<tr style="min-height:4.0pt;">
<td width="724" colspan="4" valign="top" style="width:543.0pt;padding:0in 0in 0in 0in;min-height:4.0pt;">
<p class="yiv5588306221MsoNormal" style=""><span style="color:#3A7A46;"><img border="0" width="722" height="49" style="width:7.5208in;min-height:.5104in;" id="yiv5588306221_x0000_i1029" src="cid:N7S5WcMkSyixOZGZmGtP"></span></p> 
</td>
</tr>
</tbody>
</table>
<p class="yiv5588306221MsoNormal">  </p> 
</div>
<p class="yiv5588306221MsoNormal">  </p> 
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in;">
<p class="yiv5588306221MsoNormal"><b>From:</b> Equest-users <equest-users-bounces@lists.onebuilding.org>
<b>On Behalf Of </b>Melissa Crowe via Equest-users<br>
<b>Sent:</b> Tuesday, March 17, 2020 9:13 AM<br>
<b>To:</b> equest-users@lists.onebuilding.org<br>
<b>Subject:</b> [Equest-users] User Expression for Infiltration Neutral Zone Height</p> 
</div>
</div>
<p class="yiv5588306221MsoNormal">  </p> 
<p><span style="color:red;">[External email: Use caution with links and attachments]</span></p> 
<div class="yiv5588306221MsoNormal" align="center" style="text-align:center;">
<hr size="2" width="100%" align="center">
</div>
<p> </p> 
<div>
<p class="yiv5588306221MsoNormal">Hi All</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">Help please, I am struggling with User Expression that calculates the Neutral Zone Height for high rise infiltration. It’s something like:</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">((Parent("Z")-0)+Local("Height")/2)*-1+(BH/2 - BG)</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">Where:</p> 
<p class="yiv5588306221MsoNormal">BH = Building Height</p> 
<p class="yiv5588306221MsoNormal">BG = Total of Below Grade FL to FL Height</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">Also the default expression includes  a switch statement.  I don’t thin I need a switch statement, so how is it formatted?</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal"><img border="0" width="343" height="283" style="width:3.5729in;min-height:2.9479in;" id="yiv5588306221Picture_x0020_2" src="cid:vxK2F60qxj7vk7qbiGxn"></p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal">Thank you</p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal"><img border="0" width="186" height="135" style="width:1.9375in;min-height:1.4062in;" id="yiv5588306221_x0000_i1027" src="cid:EmIctcGYPXXfH1NedvMK"></p> 
<p class="yiv5588306221MsoNormal"><b><span style="font-size:12.0pt;font-family:sans-serif;color:#006600;">Melissa Crowe, LEED AP, BEMP</span></b><b><i><span style="font-size:9.0pt;font-family:sans-serif;"></span></i></b></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">Senior Mechanical/Energy Engineer</span><span style="font-family:Script;"></span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:Script;">  </span></p> 
<p class="yiv5588306221MsoNormal"><img border="0" width="139" height="45" style="width:1.4479in;min-height:.4687in;" id="yiv5588306221Picture_x0020_1" src="cid:cK0REzPBThU4qnNheV8a"><span style="font-family:sans-serif;"></span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">  </span></p> 
<p class="yiv5588306221MsoNormal"><b><span style="font-family:sans-serif;color:#006600;">Boston Office</span></b></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">161 Worcester Road</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">Suite 305<span style="color:#1F497D;"></span></span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">Framingham, MA 01701</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">508-647-9200 ext. 1225</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;"><a rel="nofollow" target="_blank" href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cmta.com%2F&data=02%7C01%7CNicholas.Caton%40se.com%7C02d16b8d79e64fce68eb08d7ca7d6541%7C6e51e1adc54b4b39b5980ffe9ae68fef%7C0%7C0%7C637200512232927201&sdata=iQCVLvOeAqDMZvAPiDsVNq0EdjbpQIRcUcAksdthJt8%3D&reserved=0">www.cmta.com</a>
</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">Follow us on <a rel="nofollow" target="_blank" href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.facebook.com%2Fhome.php%23!%2Fpages%2FCMTA-Consulting-Engineers%2F173253492360&data=02%7C01%7CNicholas.Caton%40se.com%7C02d16b8d79e64fce68eb08d7ca7d6541%7C6e51e1adc54b4b39b5980ffe9ae68fef%7C0%7C0%7C637200512232937197&sdata=vAPAiS2NYRx1QXAze1f2qh%2B5kZP2GFl2TEKHLAELl1M%3D&reserved=0" title="blocked::http://www.facebook.com/home.php#!/pages/CMTA-Consulting-Engineers/173253492360">
Facebook</a>, <a rel="nofollow" target="_blank" href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FCMTAEngineers&data=02%7C01%7CNicholas.Caton%40se.com%7C02d16b8d79e64fce68eb08d7ca7d6541%7C6e51e1adc54b4b39b5980ffe9ae68fef%7C0%7C0%7C637200512232937197&sdata=e6KuP475zz7qa1hwoXMjsDbGYac%2FHIqoz3JMGgvum6U%3D&reserved=0">
Twitter</a> and <a rel="nofollow" target="_blank" href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fcmta-inc.%3Ftrk%3Dbiz-companies-cym&data=02%7C01%7CNicholas.Caton%40se.com%7C02d16b8d79e64fce68eb08d7ca7d6541%7C6e51e1adc54b4b39b5980ffe9ae68fef%7C0%7C0%7C637200512232947193&sdata=Q%2Bql8%2FbeMS6gwQRoLbXuDseBh6QsIO%2BWDlExq1D8NEI%3D&reserved=0">
LinkedIn</a></span></p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">We’ve moved!  Our new location is noted above – please update your records.</span></p> 
<p class="yiv5588306221MsoNormal"><span style="font-family:sans-serif;">Look for an invitation to our Open House event to showcase the new space in the coming months.</span></p> 
<p class="yiv5588306221MsoNormal">  </p> 
<p class="yiv5588306221MsoNormal"><br>
______________________________________________________________________<br>
This email has been scanned by the Symantec Email Security.cloud service.<br>
______________________________________________________________________</p> 
</div>
</div>
</div>
</div>_______________________________________________<br>Equest-users mailing list<br><a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org" target="_blank">http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</a><br>To unsubscribe from this mailing list send  a blank message to <a ymailto="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG" href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG">EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG</a><br></div>
            </div>
        </div></body></html>