Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All the key steps for creating and validating a generic Reserves Model based on multiple block models, as well as instructions for mapping fields, adding variables and checking results, see below.

...

5. Create variable called “fe” to reference all the grades within the Block Model. Use semicolon to close the formula . > double fe = context.N("Fe");

...

7. To check if the statement is correct, press the Compile button.

...

If you did made a mistake, the Compile Error window will pop up, showing a row and a column of an error with a short description of its type.

...

9. In the list of available variables on the right you will see a new variable CustomT("CustomTextVar") in bold, map it to the Parcel field.

...

11. Review grades in the Reserves Summary. You should see the same “Ore” and “Waste” parcels.

Creating more detailed on the grade binning variable

...

  1. Update the created variable by adding lines with a breakdown of parcels based on Fe content as shown below, or copy preconfigured formula from the RR. Block Model Custom Variables page.

...

2. Map this new custom variable to the Parcel field.

3. Regenerate Reserves Model.

4. Review grades in the Reserves Summary. Based on populated values, you should see “hg”, “mg”, “lg1”, “lg2”, “minw” and “w” parcels added.

...

3. You should see two new Custom Variables CustomT("Parcel") and CustomT("OreType"). Map in “OreType” to the Parcel field and generate new Reserves model.

...

  1. Add a Sum (Add Additive icon) field - Fines_Volume - to calculate fines volume use inline formula N("DX")*N("DY")*N("DZ")*N("fines_pct").

  2. Add a Sum (Add Additive icon) field - Fines_Tonnes_Dry - to calculate dry tonnes of fines use inline formula N("DX")*N("DY")*N("DZ")*N("SG")*N("fines_pct").

  3. Add four Weight Averaged fields (Add Weight Averaged icon) - Fines_Fe, Fines_Al, Fines_Si, Fines_Pct - map corresponding numerical fields to them.

  4. Add a Sum (Add Additive icon) field - Fines_Tonnes_Wet- to calculate wet tonnes of fines use inline formula N("DX")*N("DY")*N("DZ")*N("SG")N("fines_pct")(1+N("moi")).

  5. Repeat for Lumps.

    1. You can use the Find and Replace functionality.

...