Variable consistency overview: Difference between revisions
(Created page with "{{OverviewTemplate |Description=There are constraints on the different types of variables. This overview checks the use of the variables and the constraints. |Type=maintenance...") |
No edit summary |
||
Line 2: | Line 2: | ||
|Description=There are constraints on the different types of variables. This overview checks the use of the variables and the constraints. | |Description=There are constraints on the different types of variables. This overview checks the use of the variables and the constraints. | ||
|Type=maintenance | |Type=maintenance | ||
|Overview=Variable overview; | |Overview=Variable overview; | ||
|Querypart===Types== | |Querypart===Types== | ||
* drivers are external model variables that are used for the core models. Constraint: may not occur in the range of hasOutputVar property | * drivers are external model variables that are used for the core models. Constraint: may not occur in the range of hasOutputVar property | ||
Line 9: | Line 9: | ||
* external model variables are variables that originates from external models (or databases) and are used in the impact components. Constraint: may not occur in the range of hasOutputVar property | * external model variables are variables that originates from external models (or databases) and are used in the impact components. Constraint: may not occur in the range of hasOutputVar property | ||
==Not used== | ==Not used check== | ||
===Not used Drivers=== | ===Not used Drivers=== | ||
If no results here, then it is ok<br/> | If no results here, then it is ok<br/> | ||
Line 32: | Line 32: | ||
{{#ifeq:{{#ask:[[Category:Component]][[HasParameter::x]]|format=count}}|0|[[x]] |}} | {{#ifeq:{{#ask:[[Category:Component]][[HasParameter::x]]|format=count}}|0|[[x]] |}} | ||
}} | }} | ||
=== Model variables not used as input: final output === | === Model variables not used as input: i.e. final output === | ||
This is not wrong, but the list can be checked <br/> | This is not wrong, but the list can be checked <br/> | ||
{{#arraymap: | {{#arraymap: | ||
Line 41: | Line 41: | ||
| limit=100 | | limit=100 | ||
}}|;|x| | }}|;|x| | ||
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | {{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |x }} | ||
}} | }} | ||
Line 55: | Line 55: | ||
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | {{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | ||
}} | }} | ||
==Consistency check== | ==Consistency check== | ||
===Model variables that are not an output=== | ===Model variables that are not an output=== | ||
Line 65: | Line 66: | ||
| limit=100 | | limit=100 | ||
}}|;|x| | }}|;|x| | ||
{{#ifeq:{{#ask:[[Category:Component]][[ | {{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0|[[x]] |}} | ||
}} | }} | ||
===Drivers that are an output=== | ===Drivers that are an output=== | ||
Line 131: | Line 132: | ||
[[Has filter::Filter:Variable type| ]] | [[Has filter::Filter:Variable type| ]] | ||
[[Has filter::Filter:Driver group| ]] | [[Has filter::Filter:Driver group| ]] | ||
}} | }} |
Revision as of 16:18, 28 October 2013
There are constraints on the different types of variables. This overview checks the use of the variables and the constraints.
Types
- drivers are external model variables that are used for the core models. Constraint: may not occur in the range of hasOutputVar property
- parameters are variables that are rather static and mostly used as input for one modelcomponent; Constraint: may not occur in the range of hasOutputVar property
- model variables are variables that are calculated by a model or impact component, Some are used as input for another model component, others are final output. Constraint: must occur in the range of hasOutputVar property
- external model variables are variables that originates from external models (or databases) and are used in the impact components. Constraint: may not occur in the range of hasOutputVar property
Not used check
Not used Drivers
If no results here, then it is ok
Not used parameters
If no results here, then it is ok
Model variables not used as input: i.e. final output
This is not wrong, but the list can be checked
Not used External model variables
If no results here, then it is ok
Consistency check
Model variables that are not an output
If no results here, then it is ok
Drivers that are an output
If no results here, then it is ok
[[Adaptation level]], [[Air pollution policy]], [[Animal productivity]], [[Biofuel policy]], [[Built-up area - grid]], [[Capital supply]], [[Climate target]], [[Domestic climate policy]], [[Energy efficiency technology]], [[Energy intensity parameters]], [[Energy policy]], [[Energy resources]], [[Equity principles]], [[Feed conversion]], [[Fertiliser use efficiency]], [[Forest plantation demand]], [[Fraction of selective logging]], [[GDP per capita]], [[GDP per capita - grid]], [[GINI coefficient]], [[Harvest efficiency]], [[Increase in irrigated area - grid]], [[Irrigation conveyance efficiency]], [[Irrigation project efficiency]], [[Irrigation system]], [[Labour supply]], [[Learning rate]], [[Lifestyle parameters]], [[Livestock rations]], [[Manure spreading fraction]], [[Population]], [[Population - grid]], [[Preferences]], [[Private consumption]], [[Production system mix]], [[Protected area - grid]], [[Sector value added]], [[Taxes and other additional costs]], [[Technological change (crops and livestocks)]], [[Technology development of energy conversion]], [[Technology development of energy supply]], [[Timber demand]], [[Trade policy]], [[Trade restriction]], [[Urban population fraction]]
Parameters that are an output
If no results here, then it is ok
External model variables that are an output of IMAGE component
If no results here, then it is ok
Impacts
Model variables that are final output and not impact variables
variables that are impact indicators
variables that are not impact indicators
model variable with no value for isImpactindicator
Related overviews