Hello everyone,<div>I&#39;m trying to set up an initial temperature profile in Gale that increases steadily from 273 K to 1623 K in the top 120 km of the box, while everything below that is 1623 K.  To do this I&#39;ve used the following condition:</div>
<div><br></div><div> &quot;value&quot;: &quot;(y&gt;=0.48e6) ? -1.125e-2*y + 7023.0 : 1623.0&quot;</div><div><br></div><div>It works great for the first time step, but after that temperatures jump several orders of magnitude to unrealistic values.  That said, the incremental increase :</div>
<div>  </div><div>&quot;value&quot;: &quot;(-1350.0/0.6e6)*y + 1623.0&quot;</div><div><br></div><div>works fine but does not produce the initial temperature profile I need.</div><div><br></div><div>Any help on the matter is greatly appreciated.</div>
<div>Cheers,</div><div>Rob</div><div><br></div>