Variable consistency overview: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
==Not used check== | ==Not used check== | ||
* Not used Drivers | |||
If no results here, then it is ok<br/> | If no results here, then it is ok<br/> | ||
{{#arraymap: | {{#arraymap: | ||
Line 21: | Line 21: | ||
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | {{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | ||
}} | }} | ||
* Not used parameters | |||
If no results here, then it is ok<br/> | If no results here, then it is ok<br/> | ||
{{#arraymap: | {{#arraymap: | ||
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: 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]]<br/> |}} | ||
}} | }} | ||
* Not used External model variables | |||
If no results here, then it is ok<br/> | If no results here, then it is ok<br/> | ||
{{#arraymap: | {{#arraymap: | ||
Line 103: | Line 103: | ||
==Impacts== | ==Impacts== | ||
===Model variables that are final output and not impact variables=== | ===Model variables that are final output and not impact variables=== | ||
{{#arraymap: | {{#arraymap: | ||
{{#ask:[[Category:Variable]][[HasVariableType::model]][[IsImpactIndicator::false]] | {{#ask:[[Category:Variable]][[HasVariableType::model]][[IsImpactIndicator::false]] | ||
Line 116: | Line 114: | ||
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | {{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]] |}} | ||
}} | }} | ||
=== | ===Variables that are impact indicators=== | ||
{{#ask:[[Category:Variable]][[IsImpactIndicator::true]] | {{#ask:[[Category:Variable]][[IsImpactIndicator::true]] | ||
| ? HasVariableType | | ? HasVariableType | ||
| limit= 100}} | | limit= 100}} | ||
=== | ===Variables that are '''not''' impact indicators=== | ||
{{#ask:[[Category:Variable]][[IsImpactIndicator::false]] | {{#ask:[[Category:Variable]][[IsImpactIndicator::false]] | ||
| ? HasVariableType | | ? HasVariableType | ||
| limit= 100}} | | limit= 100}} | ||
=== | ===Model variables with no value for isImpactindicator=== | ||
{{#ask:[[Category:Variable]][[HasVariableType::model]] | {{#ask:[[Category:Variable]][[HasVariableType::model]] | ||
|? IsImpactIndicator}} | |? IsImpactIndicator}} | ||
}} | }} |
Revision as of 16:28, 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 variables with no value for isImpactindicator
Related overviews