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

Add some TODO comments for cropcover, cropyield functions

parent 6a7aa4b2
Branches
Tags
No related merge requests found
......@@ -91,8 +91,8 @@ end
croptype(cs::CropState) = cs.croptype
cropname(cs::CropState) = cropname(croptype(cs))
cropheight(cs::CropState) = cs.height
cropcover(cs::CropState) = 0.0
cropyield(cs::CropState) = 0.0
cropcover(cs::CropState) = 0.0 # TODO: related to LAItotal, LAIgreen?
cropyield(cs::CropState) = 0.0 # TODO: units? needs biomass?
"""
Base.tryparse(type, str)
......
......@@ -29,7 +29,7 @@ croptype(cs::CropState) = cs.croptype
cropname(cs::CropState) = cropname(croptype(cs))
cropheight(cs::CropState) = cs.height
cropcover(cs::CropState) = 0.0
cropyield(cs::CropState) = 0.0
cropyield(cs::CropState) = 0.0 # TODO: units?
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment