CLI-clean
-
CLI:
- New command-line argument
--clean
: If an existing simulation is loaded,
setting clean will remove any existing computed data (fields, misfit,
gradient, residuals, synthetic data) and replace the model with the
currently provided one. - New command-line argument
--cache
(or as parametercache
in the
configuration file under[files]
): Acts as a shortcut for--load --save
using the same file name. - Parameters for noise generation should new be provided under their own
section[noise_opts]
; providing them under[simulation]
is
deprecated and will be removed in v1.9.0.
- New command-line argument
-
Simulation:
'all'
is now the same as'computed'
into_file
andto_dict
,
meaning the grids are stored as well.- Deprecation: The
'expand'
-functionality in the gridding options is
deprecated and will be removed in v1.9.0. A property-complete model has to
be provided.
-
Meshes: Bumped the change of the default value for
center_on_edge
from
True
toFalse
to v1.9.0, coinciding with the above deprecations.