Skip to content
Snippets Groups Projects
Commit d2d87e41 authored by Marco Matthies's avatar Marco Matthies
Browse files

More realistic conversion parameters

parent 5aa392b7
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,8 @@ cropname(cs::CropState) = cropname(croptype(cs))
function cropheight(cs::CropState)
biomass = get_aquacrop_biomass(cs)
# TODO: linear model, fixed params
a = 20cm
b = 18u"cm * ha" / ton
a = 5cm
b = 6u"cm * ha" / ton
return a + b * biomass
end
cropcover(cs::CropState) = AquaCrop.canopycover(cs.cropstate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment