Skip to content
212 changes: 212 additions & 0 deletions simpeg_drivers-assets/uijson/fdem1d_forward.ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
{
"version": "0.3.0-alpha.1",
"title": "Frequency-domain EM (FEM) Forward",
"icon": "surveyairborneem",
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html",
"conda_environment": "simpeg_drivers",
"run_command": "simpeg_drivers.driver",
"geoh5": "",
"monitoring_directory": "",
"workspace_geoh5": "",
"inversion_type": "fdem 1d",
"physical_property": "conductivity",
"forward_only": true,
"data_object": {
"main": true,
"group": "Survey",
"label": "Object",
"meshType": [
"{b3a47539-0301-4b27-922e-1dde9d882c60}"
],
"value": ""
},
"z_real_channel_bool": {
"group": "Survey",
"main": true,
"label": "Z real component",
"value": true
},
"z_imag_channel_bool": {
"group": "Survey",
"main": true,
"label": "Z imag component",
"value": true
},
"v_cell_size": {
"min": 0.0,
"group": "1D Mesh",
"main": true,
"enabled": true,
"label": "Vertical core cell size (m)",
"value": 25.0
},
"depth_core": {
"min": 0.0,
"group": "1D Mesh",
"main": true,
"enabled": true,
"label": "Depth of core (m)",
"value": 500.0
},
"vertical_padding": {
"min": 0.0,
"group": "1D Mesh",
"main": true,
"dependencyType": "disabled",
"label": "Vertical padding (m)",
"value": 1000.0
},
"expansion_factor": {
"main": true,
"group": "1D Mesh",
"label": "Expansion factor",
"value": 1.1
},
"mesh": {
"group": "Mesh and models",
"main": true,
"label": "Mesh",
"meshType": "{4ea87376-3ece-438b-bf12-3479733ded46}",
"value": "",
"optional": true,
"enabled": false,
"tooltip": "Select a mesh for the inversion."
},
"model_type": {
"choiceList": [
"Conductivity (S/m)",
"Resistivity (Ohm-m)"
],
"main": true,
"group": "Mesh and models",
"label": "Model units",
"tooltip": "Select the units of the model.",
"value": "Conductivity (S/m)"
},
"starting_model": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"parent": "mesh",
"label": "Value(s)",
"property": "",
"value": 0.001
},
"topography_object": {
"main": true,
"group": "Topography",
"label": "Topography",
"meshType": [
"{202c5db1-a56d-4004-9cad-baafd8899406}",
"{6a057fdc-b355-11e3-95be-fd84a7ffcb88}",
"{f26feba3-aded-494b-b9e9-b2bbcbe298e1}",
"{48f5054a-1c5c-4ca4-9048-80f36dc60a06}",
"{b020a277-90e2-4cd7-84d6-612ee3f25051}"
],
"value": "",
"optional": true,
"enabled": true,
"tooltip": "Select a topography object to define the active cells for inversion."
},
"topography": {
"association": [
"Vertex",
"Cell"
],
"dataType": "Float",
"group": "Topography",
"main": true,
"optional": true,
"enabled": false,
"label": "Elevation channel",
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.",
"parent": "topography_object",
"dependency": "topography_object",
"dependencyType": "enabled",
"value": "",
"verbose": 2
},
"active_model": {
"association": "Cell",
"dataType": [
"Referenced",
"Boolean",
"Integer"
],
"group": "Topography",
"main": true,
"enabled": false,
"dependency": "topography_object",
"dependencyType": "disabled",
"label": "Active model",
"tooltip": "Provide the active cell boolean model directly if topography not set.",
"parent": "mesh",
"value": ""
},
"save_sensitivities": false,
"n_cpu": {
"min": 1,
"group": "Compute",
"optional": true,
"enabled": false,
"label": "Number of CPUs",
"value": 1,
"visible": true
},
"solver_type": {
"choiceList": [
"Pardiso",
"Mumps"
],
"group": "Compute",
"label": "Direct solver",
"tooltip": "Direct solver to use for the forward calculations",
"value": "Pardiso"
},
"tile_spatial": {
"group": "Compute",
"label": "Number of tiles",
"parent": "data_object",
"isValue": true,
"property": "",
"value": 1,
"min": 1,
"max": 1000,
"verbose": 2,
"tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library."
},
"max_chunk_size": {
"min": 0,
"group": "Compute",
"optional": true,
"enabled": true,
"label": "Maximum chunk size (Mb)",
"value": 128,
"verbose": 3,
"visible": false,
"tooltip": "Limit the chunk size used by Dask for distributed computation."
},
"out_group": {
"label": "SimPEG group",
"value": "",
"groupType": "{55ed3daf-c192-4d4b-a439-60fa987fe2b8}",
"group": "Drag-and-drop options",
"visible": true,
"optional": true,
"enabled": false,
"tooltip": "Optionally set the SimPEG group to which results will be saved."
},
"generate_sweep": {
"label": "Generate sweep file",
"group": "Python run preferences",
"main": true,
"value": false,
"tooltip": "Generates a file for sweeping parameters instead of running the application."
},
"distributed_workers": ""
}
Loading