Getting started

To get started you need to initialize FMU Settings for your project.

Initialize FMU Settings

Initialization from the GUI

Initialization of a project can also be done from the FMU Settings GUI.

  1. Start the FMU Settings application:

fmu settings
  1. Open the project selector:

    • from the start page by clicking Select project

    • or from Project > Overview by clicking the project select/change button

  2. Enter the project path in the text field.

  3. If the project is not yet initialized, FMU Settings asks if you want to initialize it.

  4. The same initialization rules apply here as when running fmu init in the terminal:

    • the project folder must contain a subfolder ert

    • valid global config is searched for in fmuconfig/output/global_variables.yml

    • valid global config is also searched for in files matching global*.yml under fmuconfig/input/

    • available masterdata, model, and access are imported automatically

  5. Confirm, and the FMU Settings application will initialize and open the project.

How to open FMU Settings when your project is already initialized

  1. Go to the project root (revision folder):

cd project/asset/resmod/ff/25.0.0
  1. Run:

fmu settings

NB: FMU Settings can be opened from anywhere in your project folder hierarchy by running the command fmu settings. FMU Settings will in that case automatically detect the nearest project. Inside the FMU Settings GUI you will be able to open a project either from the list of recent projects or by entering the project path manually.

Once the FMU Settings project is open, continue with the GUI user guide.