- Forward Modelling

- Forward Modelling

Main | Mathematical Methods | CRAVA User GuideDownload


XML Model | Inversion | Estimation | Forward modelling | Rock Physics | Facies Predictions


Create a seismic response from background model. Not able to estimate anything.

This shows what seismic respons CRAVA expects from a given set of elastic parameters.

No seismic or wells needs to be given as input, but crava needs the angles to generate seismic data for, the corresponding wavelets, the elastic parameters (given as earth model), and the volume. The volume can also be taken from Vp.

Forward modelling is activate by setting <mode> to forward, e.g.

  <actions>
    <mode> forward </mode>
  </actions>

Wavelets are given under <survey>:

  <survey>
    <angle-gather>
      <offset-angle>  0 </offset-angle>
      <wavelet>
        <file-name> wavelet.txt      </file-name>
      </wavelet>
    </angle-gather>
  </survey>

Vp, Vs and density is given in <prior-model>

  <prior-model>
    <earth-model>
      <vp-file>      earthmodel/Vp.storm  </vp-file>
      <vs-file>      earthmodel/Vs.storm  </vs-file>
      <density-file> earthmodel/Rho.storm </density-file>
    </earth-model>
  </prior-model>

Example of forward modelling model file can be downloaded here.