Dinver, definition of conditions

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
karamzad
Posts: 1
Joined: Tue Aug 19, 2014 7:52 am

Dinver, definition of conditions

Post by karamzad »

Hi Marc,

I am using Dinver in external forward computation module.
My model parameters are seismic station locations (latitude and longitude).
I defined the 20 parameters like:
parameter("lat0","degree",20,40, "linear", 0.05);
parameter("lon0","degree",20,40, "linear", 0.05);
parameter("lat1","degree",20,40, "linear", 0.05);
parameter("lon1","degree",20,40, "linear", 0.05); and ...

I need to put conditions on minimum distance and maximum distance of each couple of stations (i.e: sqrt( ( lat0 - lat1)^2 + (lon0 - lon1)^2) >= 0.01 degree )

Could you please help me to define such conditions?

Thank you for your help,
Nasim
Post Reply