greenpeer / GreenLightPlus

GreenLightPlus is a ToolKit for greenhouse environment simulation and energy consumption-yield analysis. It combines the original GreenLight model with the EnergyPlus simulation tool to investigate the energy consumption and output of different greenhouse structures.
GNU General Public License v3.0
14 stars 2 forks source link

fix use artificial weather data #6

Open gsoykan opened 2 months ago

gsoykan commented 2 months ago

In the make_artificial_input function, the generate_datenum_list function was not implemented. However, based on the original MATLAB implementation and the existing Python code, the functionality it was intended to provide is straightforward to replicate with this PR.