Skip to content

CLI-clean

Compare
Choose a tag to compare
@prisae prisae released this 21 May 11:37
· 50 commits to main since this release
a4ea65e
  • 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 parameter cache 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.
  • Simulation:

    • 'all' is now the same as 'computed' in to_file and to_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 to False to v1.9.0, coinciding with the above deprecations.