You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the invertals between ajacent AMT station are dominatly 80 m, sometimes, the invertals are 40 m.
Steps to Reproduce (for bugs)
# Paste your code here# mo=Model(station_locations=do.station_locations,cell_size_east=20,
cell_size_north=20,
pad_north=7, # number of padding cells N and Spad_east=7, # number of padding cells E and Wpad_z=8, # number of vertical padding celllspad_num=4, # number of cells outside station area before paddingpad_stretch_v=1.4, # increasing factor in padding cells(vertical)pad_stretch_h=1.4, # increasing factor in padding cells(horizontal)n_air_layers=10, # number of air layersres_initial_value=100, # halfspace resistivity value for reference model (ohm-m)n_layers=60, # total number of z layers,including airz1_layer=5, # first layer thicknesspad_method='stretch', # method for calculating paddingz_target_depth=2000
) # approx. depth to bottom of core model#
@wilsonweijun This was a bug in how mesh elements were rounded. This should be fixed in pull request #158 once @zhang01GA reviews the request it should be merged into main.
By using ModEM module, the model file contain zero-thickness blocks on lateral directions
Expected Behavior
the thicknesses of blocks should not be zero.
Current Behavior
MODEL FILE WRITTEN BY MTPY.MODELING.MODEM
74 206 70 0 LOGE
200.000 100.000 100.000 100.000 0.000 0.000 0.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 19.600 20.400 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 0.000 0.000 0.000 100.000 100.000 100.000 200.000
200.000 100.000 100.000 100.000 0.000 0.000 0.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 19.600 20.400 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.400 19.600 20.000 20.400 19.600 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 20.000 0.000 0.000 0.000 100.000 100.000 100.000 200.000
13.000 11.000 11.000 9.000 8.000 8.000 7.000 6.000
Possible Solution
the invertals between ajacent AMT station are dominatly 80 m, sometimes, the invertals are 40 m.
Steps to Reproduce (for bugs)
Context
Your Environment
print(matplotlib.get_backend())
):Installed Python Packages:
use
pip freeze
orconda list [-n ENVIRONMENT_NAME]
to list all the installed libraries.The text was updated successfully, but these errors were encountered: