This file contains information about the file formats for MUSE 2.0 output files.
Note that we only document the main CSV output files, not those produced when the --debug-model
option is active.
Metadata about the program run, the MUSE 2.0 build and the user's platform.
Field Description Notes
run
Information about the program run
program
Information about MUSE 2.0
platform
Information about the platform on which the simulation was run
Field Description Notes
model_path
Path to the input model
datetime
Timestamp for the model run Time at which the model run commenced
Field Description Notes
name
The name of the program (muse2
)
version
Program version (e.g. 2.0.0)
target
The target triple MUSE 2.0 was built for
is_debug
Whether the current build is a debug or release build
rustc_version
The version of rustc
used to compile MUSE 2.0
build_time_utc
The UTC time and date at which MUSE 2.0 was built
git_commit_hash
The short hash of the git commit from which MUSE 2.0 was built If the git working tree was dirty, -dirty
is appended to the hash
Field Description Notes
sysname
The name of the implementation of the operating system
nodename
The hostname of the machine
release
The release level of the operating system
version
The version level of the release
machine
The name of the system's hardware
osname
The name of the current OS
Assets commissioned during the course of the simulation.
Field Description Notes
asset_id
The ID number of this asset Every commissioned asset in the system is automatically assigned a numerical ID. This includes assets supplied by the user in the assets.csv
input file as well as those selected by agents during the simulation.
process_id
The ID of this asset's associated process
region_id
The region in which this asset exists
agent_id
The agent to which this asset belongs
commission_year
The year in which the asset was commissioned
decommission_year
The year in which the asset was decommissioned This field will be empty if the asset was not decommissioned during the lifetime of the simulation
capacity
The capacity of the asset
How much of each commodity was produced and consumed in the course of the simulation.
Field Description Notes
milestone_year
Milestone year of the simulation
asset_id
The asset this entry relates to See the assets.csv
output file for information about assets
commodity_id
The commodity this entry relates to
time_slice
The time slice during which this flow occurred
flow
The amount of commodity flow If the commodity was produced, this value will be positive and if it was consumed, it will be negative.
The prices of commodities over time and place.
Field Description Notes
milestone_year
Milestone year of the simulation
commodity_id
The commodity this entry relates to
region_id
The region this entry relates to
time_slice
The time slice in which this price holds
price
The price of the commodity