Variable consistency overview: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "historical model" to "historical variable")
No edit summary
Line 80: Line 80:
   | 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]]}}  
}}
}}


Line 151: Line 151:
   {{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0||[[x]] |}}  
   {{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0||[[x]] |}}  
}}
}}
}} <!--Close template-->

Revision as of 11:42, 30 January 2014

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 model component.Constraint: may not occur in the range of hasOutputVar property
  • Model variables are variables that are calculated by a model or impact component and are used as input for another model component. Constraint: must occur in the range of hasOutputVar property
  • Model variables, end-indicator are variables that are calculated by a model or impact component and 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 mostly used in the impact components. Constraint: may not occur in the range of hasOutputVar property
  • Historical variables are variables that are historical, such as 'Wet days'

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


Not used External model variables

If no results here, then it is ok

Not used Historical model variables

If no results here, then it is ok


Model variables not used as input: i.e. final output

This is wrong, the list can be checked, they should be end-indicators


Model variables (end-indicators) used as input: i.e. further use of variable

This is wrong, the list can be checked, they should be model (from/to model)


Consistency check

Model variables (from/to model) that are not an output of IMAGE component

If no results here, then it is ok

Model variables (end-indicators) that are not an output of IMAGE component

If no results here, then it is ok


Drivers that are an output of IMAGE component

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 of IMAGE component

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

Historical model variables that are an output of IMAGE component

If no results here, then it is ok

Related overviews