Category:Variable: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
* 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==
See [[Variable_consistency_overview]]
===Not used Drivers===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::driver]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]]  |}}
}}
===Not used parameters===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::parameter]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasParameter::x]]|format=count}}|0|[[x]]  |}}
}}
=== Model variables not used as input: final output ===
This is not wrong, but the list can be checked  <br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::model]]
| format=ul
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]]  |}}
}}
 
===Not used  External model variables===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::external model]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]]  |}}
}}
==Consistency check==
===Model variables that are not an output===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::model]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]]  |}}
}}
===Drivers that are an output===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::driver]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0||[[x]] |}}
}}
===Parameters that are an output===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::parameter]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0||[[x]] |}}
}}
===External model variables that are an output of IMAGE component===
If no results here, then it is ok<br/>
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::external model]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasOutputVar::x]]|format=count}}|0||[[x]] |}}
}}
 
==Impacts==
 
 
===Model variables that are final output and not impact variables===
 
{{#arraymap:
{{#ask:[[Category:Variable]][[HasVariableType::model]][[IsImpactIndicator::false]]
| format=list
| link=none
| sep=;
| limit=100
}}|;|x|
{{#ifeq:{{#ask:[[Category:Component]][[HasInputVar::x]]|format=count}}|0|[[x]]  |}}
}}
===variables that are impact indicators===
{{#ask:[[Category:Variable]][[IsImpactIndicator::true]]
| ? HasVariableType
| limit= 100}}
 
===variables that are '''not''' impact indicators===
{{#ask:[[Category:Variable]][[IsImpactIndicator::false]]
| ? HasVariableType
| limit= 100}}
 
===model variable with no value for isImpactindicator===
{{#ask:[[Category:Variable]][[HasVariableType::model]]
|? IsImpactIndicator}}


[[Has filter::Filter:Variable type| ]]
[[Has filter::Filter:Variable type| ]]
[[Has filter::Filter:Driver group| ]]
[[Has filter::Filter:Driver group| ]]

Revision as of 15:55, 28 October 2013

This category uses the form VariableForm.

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

See Variable_consistency_overview


Pages in category "Variable"

The following 200 pages are in this category, out of 220 total.

(previous page) (next page)
(previous page) (next page)