{% extends "dashboard/base.html" %} {% block title %}Settings{% endblock %} {% block content %}
settings Settings
info App info
Version {{ app_version }}
Config file {{ config_path }}
Data root {{ data_root }}
Controllers dir {{ controllers_dir }}
Wind data dir {{ wind_data_dir }}
folder_open Data root directory
Path
Root folder where R2H2 stores the database, simulation outputs, controller files and wind data. Changing this requires a restart.
air Wind data directory
Path
Folder where uploaded HDF5 wind files are stored. Defaults to wind_data inside the data root. Changing this does not move existing files.
{% endblock %}