message_ix_models.model.buildings.sturm.METHOD
- class message_ix_models.model.buildings.sturm.METHOD(*values)[source]
Bases:
EnumMethod for invoking STURM and other message-ix-buildings code.
Attributes
Invoke STURM using
rpy2.Invoke
run_STURM.Rusing Rscript.Invoke STURM and other scripts from
RSCRIPT_B_FILES, using Rscript.- RSCRIPT_A = 2[source]
Invoke
run_STURM.Rusing Rscript. This is an older method used prior to 2026. It may not may still be supported by the version ofrun_STURM.Ron themainbranch of message-ix-buildings.
- RSCRIPT_B = 3[source]
Invoke STURM and other scripts from
RSCRIPT_B_FILES, using Rscript. This method was developed in 2026 for use in the NGFS and CircEUlar projects, and corresponds to changes on the message-ix-buildings{NAME}branch.