Running inversions from command line

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
Carol
Posts: 3
Joined: Mon Feb 23, 2015 11:56 pm

Running inversions from command line

Post by Carol »

Hi Marc,
I could not find any post/tutorial/explanation on how to run a dinver inversion from the command line.
I would like to run several inversions with the same parametrization of different dispersion curves individually. For this reason using dinver interface becomes very time demanding.
Can you give me some insight on this?
Thanks in advance.
Carolina
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: Running inversions from command line

Post by admin »

Sorry for the late answer but it might be of interest for you or others.

Effectively dinver can be started from the command line. You have to build a .param and a .target file exported from the graphical user interface or from other command line tools like gptarget.

Code: Select all

dinver-i DispersionCurve -optimization -target your.target -param your.param -itmax 200 -ns0 50 -ns 100 -nr 100 -o your.report
Target and param files are tar.gz files that contain a file called 'contents.xml'. This file can be eventually built directly from text manipulation scripts. The compression is optional for dinver input. Dinver save always compressed files.
Post Reply