GWB laundry list
See original GitHub issueAs @dougoldenburg and I started working through the GWB notebooks, there were a couple of items that came up. We can use this as a running list. @jcapriot: please feel free to add to this as you work through things with Doug today.
-
serializing and deserializing the survey class. Currently, we the deserialization of a DC survey fails. We should just need to update the logic in the instantiation of the DC survey.
-
also add a test for the serialization / deserialization of the survey
-
in the instantiation of the
Data
class, we should allowuncertainty
to be passed as a keyword and go through the setter -
remove the
mesh
from the 1D code -
rename
t
tothicknesses
in the DC1D (@sgkang: would you be willing to do this?) -
when doing a 2D simulation, you are able to define the Pole_ky and Dipole_ky to measure apparent resistivity and apparent conductivity. However, the forward simulation fails when calling the geometric factor for these receivers because it is not defined. This should be fixed.
-
chat through removing the factor of 1/2 from the data misfit and regularization (cc @dougoldenburg) as per #763
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top GitHub Comments
@thast: For sure, sorry my wording made it sound like a decision, which was not my intent - we should definitely talk through this at the next meeting
I’ll get them merged in, there doesn’t seem to be many issues with this