{ "profile": "tabular-data-package", "resources": [ { "path": "data/MODE_OF_OPERATION.csv", "profile": "tabular-data-resource", "name": "MODE_OF_OPERATION", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "integer", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/AnnualExogenousEmission.csv", "profile": "tabular-data-resource", "name": "AnnualExogenousEmission", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "EMISSION", "YEAR" ] } }, { "path": "data/AccumulatedAnnualDemand.csv", "profile": "tabular-data-resource", "name": "AccumulatedAnnualDemand", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "YEAR" ] } }, { "path": "data/TotalAnnualMaxCapacity.csv", "profile": "tabular-data-resource", "name": "TotalAnnualMaxCapacity", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/CapacityToActivityUnit.csv", "profile": "tabular-data-resource", "name": "CapacityToActivityUnit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY" ] } }, { "path": "data/StorageMaxChargeRate.csv", "profile": "tabular-data-resource", "name": "StorageMaxChargeRate", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE" ] } }, { "path": "data/DiscountRate.csv", "profile": "tabular-data-resource", "name": "DiscountRate", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0.05" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } } ], "primaryKey": [ "REGION" ] } }, { "path": "data/TotalTechnologyAnnualActivityLowerLimit.csv", "profile": "tabular-data-resource", "name": "TotalTechnologyAnnualActivityLowerLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/ResidualStorageCapacity.csv", "profile": "tabular-data-resource", "name": "ResidualStorageCapacity", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE", "YEAR" ] } }, { "path": "data/OutputActivityRatio.csv", "profile": "tabular-data-resource", "name": "OutputActivityRatio", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "FUEL", "MODE_OF_OPERATION", "YEAR" ] } }, { "path": "data/EMISSION.csv", "profile": "tabular-data-resource", "name": "EMISSION", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/RETagFuel.csv", "profile": "tabular-data-resource", "name": "RETagFuel", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "YEAR" ] } }, { "path": "data/FixedCost.csv", "profile": "tabular-data-resource", "name": "FixedCost", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/EmissionActivityRatio.csv", "profile": "tabular-data-resource", "name": "EmissionActivityRatio", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "EMISSION", "MODE_OF_OPERATION", "YEAR" ] } }, { "path": "data/RETagTechnology.csv", "profile": "tabular-data-resource", "name": "RETagTechnology", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/YearSplit.csv", "profile": "tabular-data-resource", "name": "YearSplit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "TIMESLICE", "YEAR" ] } }, { "path": "data/Conversionlh.csv", "profile": "tabular-data-resource", "name": "Conversionlh", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "DAILYTIMEBRACKET", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "DAILYTIMEBRACKET", "reference": { "resource": "DAILYTIMEBRACKET", "fields": "VALUE" } } ], "primaryKey": [ "TIMESLICE", "DAILYTIMEBRACKET" ] } }, { "path": "data/DaySplit.csv", "profile": "tabular-data-resource", "name": "DaySplit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "DAILYTIMEBRACKET", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0.00137" ], "foreignKeys": [ { "fields": "DAILYTIMEBRACKET", "reference": { "resource": "DAILYTIMEBRACKET", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "DAILYTIMEBRACKET", "YEAR" ] } }, { "path": "data/MinStorageCharge.csv", "profile": "tabular-data-resource", "name": "MinStorageCharge", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE", "YEAR" ] } }, { "path": "data/VariableCost.csv", "profile": "tabular-data-resource", "name": "VariableCost", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "MODE_OF_OPERATION", "YEAR" ] } }, { "path": "data/CapitalCostStorage.csv", "profile": "tabular-data-resource", "name": "CapitalCostStorage", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE", "YEAR" ] } }, { "path": "data/ResidualCapacity.csv", "profile": "tabular-data-resource", "name": "ResidualCapacity", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/DAYTYPE.csv", "profile": "tabular-data-resource", "name": "DAYTYPE", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "integer", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/StorageLevelStart.csv", "profile": "tabular-data-resource", "name": "StorageLevelStart", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE" ] } }, { "path": "data/TECHNOLOGY.csv", "profile": "tabular-data-resource", "name": "TECHNOLOGY", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/InputActivityRatio.csv", "profile": "tabular-data-resource", "name": "InputActivityRatio", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "FUEL", "MODE_OF_OPERATION", "YEAR" ] } }, { "path": "data/OperationalLife.csv", "profile": "tabular-data-resource", "name": "OperationalLife", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY" ] } }, { "path": "data/AnnualEmissionLimit.csv", "profile": "tabular-data-resource", "name": "AnnualEmissionLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "EMISSION", "YEAR" ] } }, { "path": "data/ModelPeriodEmissionLimit.csv", "profile": "tabular-data-resource", "name": "ModelPeriodEmissionLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "EMISSION" ] } }, { "path": "data/TotalTechnologyAnnualActivityUpperLimit.csv", "profile": "tabular-data-resource", "name": "TotalTechnologyAnnualActivityUpperLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/TechnologyToStorage.csv", "profile": "tabular-data-resource", "name": "TechnologyToStorage", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "STORAGE", "MODE_OF_OPERATION" ] } }, { "path": "data/ReserveMarginTagFuel.csv", "profile": "tabular-data-resource", "name": "ReserveMarginTagFuel", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "YEAR" ] } }, { "path": "data/OperationalLifeStorage.csv", "profile": "tabular-data-resource", "name": "OperationalLifeStorage", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE" ] } }, { "path": "data/STORAGE.csv", "profile": "tabular-data-resource", "name": "STORAGE", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/ModelPeriodExogenousEmission.csv", "profile": "tabular-data-resource", "name": "ModelPeriodExogenousEmission", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "EMISSION" ] } }, { "path": "data/TotalAnnualMaxCapacityInvestment.csv", "profile": "tabular-data-resource", "name": "TotalAnnualMaxCapacityInvestment", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/SpecifiedDemandProfile.csv", "profile": "tabular-data-resource", "name": "SpecifiedDemandProfile", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "TIMESLICE", "YEAR" ] } }, { "path": "data/TotalAnnualMinCapacity.csv", "profile": "tabular-data-resource", "name": "TotalAnnualMinCapacity", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/YEAR.csv", "profile": "tabular-data-resource", "name": "YEAR", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "integer", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/FUEL.csv", "profile": "tabular-data-resource", "name": "FUEL", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/TotalTechnologyModelPeriodActivityLowerLimit.csv", "profile": "tabular-data-resource", "name": "TotalTechnologyModelPeriodActivityLowerLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY" ] } }, { "path": "data/ReserveMarginTagTechnology.csv", "profile": "tabular-data-resource", "name": "ReserveMarginTagTechnology", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/StorageMaxDischargeRate.csv", "profile": "tabular-data-resource", "name": "StorageMaxDischargeRate", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "STORAGE" ] } }, { "path": "data/TradeRoute.csv", "profile": "tabular-data-resource", "name": "TradeRoute", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "YEAR" ] } }, { "path": "data/CapacityFactor.csv", "profile": "tabular-data-resource", "name": "CapacityFactor", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "TIMESLICE", "YEAR" ] } }, { "path": "data/DepreciationMethod.csv", "profile": "tabular-data-resource", "name": "DepreciationMethod", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } } ], "primaryKey": [ "REGION" ] } }, { "path": "data/DaysInDayType.csv", "profile": "tabular-data-resource", "name": "DaysInDayType", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "SEASON", "type": "string", "format": "default" }, { "name": "DAYTYPE", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "7" ], "foreignKeys": [ { "fields": "SEASON", "reference": { "resource": "SEASON", "fields": "VALUE" } }, { "fields": "DAYTYPE", "reference": { "resource": "DAYTYPE", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "SEASON", "DAYTYPE", "YEAR" ] } }, { "path": "data/Conversionld.csv", "profile": "tabular-data-resource", "name": "Conversionld", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "DAYTYPE", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "DAYTYPE", "reference": { "resource": "DAYTYPE", "fields": "VALUE" } } ], "primaryKey": [ "TIMESLICE", "DAYTYPE" ] } }, { "path": "data/Conversionls.csv", "profile": "tabular-data-resource", "name": "Conversionls", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "TIMESLICE", "type": "string", "format": "default" }, { "name": "SEASON", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "TIMESLICE", "reference": { "resource": "TIMESLICE", "fields": "VALUE" } }, { "fields": "SEASON", "reference": { "resource": "SEASON", "fields": "VALUE" } } ], "primaryKey": [ "TIMESLICE", "SEASON" ] } }, { "path": "data/SEASON.csv", "profile": "tabular-data-resource", "name": "SEASON", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "integer", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/DAILYTIMEBRACKET.csv", "profile": "tabular-data-resource", "name": "DAILYTIMEBRACKET", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "integer", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/AvailabilityFactor.csv", "profile": "tabular-data-resource", "name": "AvailabilityFactor", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/SpecifiedAnnualDemand.csv", "profile": "tabular-data-resource", "name": "SpecifiedAnnualDemand", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "FUEL", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "FUEL", "reference": { "resource": "FUEL", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "FUEL", "YEAR" ] } }, { "path": "data/TIMESLICE.csv", "profile": "tabular-data-resource", "name": "TIMESLICE", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/CapitalCost.csv", "profile": "tabular-data-resource", "name": "CapitalCost", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/REGION.csv", "profile": "tabular-data-resource", "name": "REGION", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "" ] } }, { "path": "data/ReserveMargin.csv", "profile": "tabular-data-resource", "name": "ReserveMargin", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "1" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "YEAR" ] } }, { "path": "data/TotalAnnualMinCapacityInvestment.csv", "profile": "tabular-data-resource", "name": "TotalAnnualMinCapacityInvestment", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/TotalTechnologyModelPeriodActivityUpperLimit.csv", "profile": "tabular-data-resource", "name": "TotalTechnologyModelPeriodActivityUpperLimit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "99999" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY" ] } }, { "path": "data/REMinProductionTarget.csv", "profile": "tabular-data-resource", "name": "REMinProductionTarget", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "YEAR" ] } }, { "path": "data/CapacityOfOneTechnologyUnit.csv", "profile": "tabular-data-resource", "name": "CapacityOfOneTechnologyUnit", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "YEAR", "type": "string", "format": "default" }, { "name": "VALUE", "type": "string", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "YEAR" ] } }, { "path": "data/EmissionsPenalty.csv", "profile": "tabular-data-resource", "name": "EmissionsPenalty", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "EMISSION", "type": "string", "format": "default" }, { "name": "YEAR", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "EMISSION", "reference": { "resource": "EMISSION", "fields": "VALUE" } }, { "fields": "YEAR", "reference": { "resource": "YEAR", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "EMISSION", "YEAR" ] } }, { "path": "data/TechnologyFromStorage.csv", "profile": "tabular-data-resource", "name": "TechnologyFromStorage", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", "schema": { "fields": [ { "name": "REGION", "type": "string", "format": "default" }, { "name": "TECHNOLOGY", "type": "string", "format": "default" }, { "name": "STORAGE", "type": "string", "format": "default" }, { "name": "MODE_OF_OPERATION", "type": "integer", "format": "default" }, { "name": "VALUE", "type": "number", "format": "default" } ], "missingValues": [ "0" ], "foreignKeys": [ { "fields": "REGION", "reference": { "resource": "REGION", "fields": "VALUE" } }, { "fields": "TECHNOLOGY", "reference": { "resource": "TECHNOLOGY", "fields": "VALUE" } }, { "fields": "STORAGE", "reference": { "resource": "STORAGE", "fields": "VALUE" } }, { "fields": "MODE_OF_OPERATION", "reference": { "resource": "MODE_OF_OPERATION", "fields": "VALUE" } } ], "primaryKey": [ "REGION", "TECHNOLOGY", "STORAGE", "MODE_OF_OPERATION" ] } } ], "licenses": [ { "name": "CC-BY-4.0", "path": "https://creativecommons.org/licenses/by/4.0/", "title": "Creative Commons Attribution 4.0" } ], "title": "The OSeMOSYS Simplicity Example Model", "name": "osemosys_model_simplicity", "id": "https://doi.org/10.5281/zenodo.3479822", "contributors": [ { "title": "Will Usher", "email": "wusher@kth.se", "path": "https://www.kth.se/profile/wusher/", "role": "author" } ] }