<ParameterList name="observation point1">
<ParameterList name="region: point">
<Parameter name="coordinate" type="Array(double)" value="{477454, 4281310, 11.2134}"/>
</ParameterList>
</ParameterList>
<ParameterList name="observation point2">
<ParameterList name="region: point">
<Parameter name="coordinate" type="Array(double)" value="{477454, 4281310, 11.1134}"/>
</ParameterList>
</ParameterList>
<ParameterList name="observation point3">
<ParameterList name="region: point">
<Parameter name="coordinate" type="Array(double)" value="{477454, 4281310, 11.0134}"/>
</ParameterList>
</ParameterList>
<ParameterList name="subsurface water content1" type="ParameterList">
<Parameter name="variable" type="string" value="water_content" />
<Parameter name="region" type="string" value="observation point1" />
<Parameter name="functional" type="string" value="point" />
<Parameter name="delimiter" type="string" value=" " />
<Parameter name="location name" type="string" value="cell" />
<Parameter name="observation output filename" type="string" value="water_content1.dat" />
<Parameter name="times start period stop" type="Array(double)" value="{0.0,43200.0,-1.0}" />
</ParameterList>
<ParameterList name="subsurface water content2" type="ParameterList">
<Parameter name="variable" type="string" value="water_content" />
<Parameter name="region" type="string" value="observation point2" />
<Parameter name="functional" type="string" value="point" />
<Parameter name="delimiter" type="string" value=" " />
<Parameter name="location name" type="string" value="cell" />
<Parameter name="observation output filename" type="string" value="water_content2.dat" />
<Parameter name="times start period stop" type="Array(double)" value="{0.0,43200.0,-1.0}" />
</ParameterList>
<ParameterList name="subsurface water content3" type="ParameterList">
<Parameter name="variable" type="string" value="water_content" />
<Parameter name="region" type="string" value="observation point3" />
<Parameter name="functional" type="string" value="point" />
<Parameter name="delimiter" type="string" value=" " />
<Parameter name="location name" type="string" value="cell" />
<Parameter name="observation output filename" type="string" value="water_content3.dat" />
<Parameter name="times start period stop" type="Array(double)" value="{0.0,43200.0,-1.0}" />
</ParameterList>
--
You received this message because you are subscribed to the Google Groups "Amanzi-ATS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-users/CAN6b_JmebXhzaNzJKgB-94ef_FdDt5oJtPR%3DbjiF-xZnRmsbyQ%40mail.gmail.com.
To add onto what Bo already said –
What you had probably should have worked, even if I agree with Bo that you might have wanted saturation_liquid instead of the extensive quantity mols of water. I’m suspicious of your region – since you used the “point” functional it would have divided by the volume, and I suspect that the volume is 0 (hence the NaN). With a point, as long as that point is inside the domain, this shouldn’t be an issue, but we have had a problem where the algorithm to figure out which cell contained your point wasn’t working.
I thought we had errors in there to catch this problem though, so I’m curious to debug your crashing run too. Can you run this through the debugger and see why it is crashing? Set a breakpoint at Observable.cc:295 – is that division (see the source here: https://github.com/amanzi/amanzi/blob/master/src/state/Observable.cc#L295 ) a divide by zero?
Ethan
--
-------------------------------------------------------------------------
Ethan Coon
Research Scientist
Oak Ridge National Laboratory
https://www.ornl.gov/staff-profile/ethan-t-coon
-------------------------------------------------------------------------
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-users/CAN8t3fLnmOpAhygCHb7ANrc7UOUoPmfJJO%2B7aEGtVdbMcbxWgg%40mail.gmail.com.
So it seems like Konstantin fixed the bug I was remembering here: https://github.com/amanzi/amanzi/issues/515
So maybe it is something different. If you can run this through the debugger and let me know what you find out, I’ll try to check more.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-users/F69326FA-96AA-4ABC-83F5-0E0EB68E6AC3%40ornl.gov.