1 #ifndef MOJA_MODULES_CBM_STANDBIOMASSCARBONCURVE_H_
2 #define MOJA_MODULES_CBM_STANDBIOMASSCARBONCURVE_H_
4 #include "moja/modules/cbm/_modules.cbm_exports.h"
5 #include "moja/flint/modulebase.h"
8 #include <unordered_map>
20 _components.push_back(component);
23 std::unordered_map<std::string, double> getIncrements(flint::ILandUnitDataWrapper* landUnitData);
26 std::vector<double> getAboveGroundCarbonCurve();
29 std::vector<double> getMerchCarbonCurve();
32 std::vector<double> getFoliageCarbonCurve();
35 std::vector<double> getOtherCarbonCurve();
37 void writeDebuggingInfo(
const std::string& path);