Difference between revisions of "Test branch"

From Testiwiki
Jump to: navigation, search
(t2b added)
(gardenTower)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
== Rationale ==
 
== Rationale ==
 
=== vegetable ===
 
=== vegetable ===
<t2b index='Area,Plant,Light' locations='Shadow,Medium,Sunny' desc='References' unit='kg' >
+
<t2b name='vegetable' index='Area,Plant,Light' locations='Shadow,Medium,Sunny' desc='References' unit='kg' >
 
London|Lettuce|2.1|2.2|2.3|A Gardner 2014
 
London|Lettuce|2.1|2.2|2.3|A Gardner 2014
 
New York|Lettuce|1.5|1.7|1.9|B Clemens 2015
 
New York|Lettuce|1.5|1.7|1.9|B Clemens 2015
Line 41: Line 41:
 
gardenTower <- Ovariable('gardenTower',
 
gardenTower <- Ovariable('gardenTower',
 
dependencies = data.frame(
 
dependencies = data.frame(
Name = c('vegeproduction', 'waterconsumption')
+
Name= c('vegetable'),
 +
Ident= c('Op_en7458/vegetable')
 
),
 
),
 
formula = function(...) {
 
formula = function(...) {
gardenTower <- vegeproduction / 1000 # Scale to kg
+
gardenTower <- vegetable / 1000 # Scale to ton
 
return(gardenTower)
 
return(gardenTower)
 
}
 
}
Line 52: Line 53:
 
</rcode>
 
</rcode>
 
Garden tower composts kitchen waste and turns it into soil.
 
Garden tower composts kitchen waste and turns it into soil.
 +
 
== See also ==
 
== See also ==
 
* [[Handprinter]]
 
* [[Handprinter]]
 
* [[Developing branches]]
 
* [[Developing branches]]
 
== Related files ==
 
== Related files ==

Latest revision as of 10:53, 13 March 2016


Test branch is a branch of Handprinter. This page is a test case how to manage branches.

Question

How to estimate the life-cycle impacts of Test branch?

Answer

+ Show code

Rationale

vegetable

vegetable(kg)
ObsAreaPlantShadowMediumSunnyReferences
1LondonLettuce2.12.22.3A Gardner 2014
2New YorkLettuce1.51.71.9B Clemens 2015
3LondonTomato181818A Gardner 2014
4New YorkTomato171819B Clemens 2015

+ Show code

vegeproduction is the amount of vegetables produced in the garden tower. It is a critical benefit that reduces consumption of other products and thus footprint.

gardenTower

+ Show code

Garden tower composts kitchen waste and turns it into soil.

See also

Related files