save_input#

empymod.io.save_input(fname, data, **kwargs)[source]#

Save input dict to disk.

Save the input provided to an empymod modelling routine on disk.

Parameters:
fnamestr

File name with absolute or relative path including suffix, which defines the used data format. Implemented is currently only .json.

datadict

Dictionary containing the parameters with their corresponding values for an empymod modelling routine.

kwargsoptional

Passed through to the saving method.