diff --git a/src/Poplar.jl b/src/Poplar.jl index a3fe817..96b43ea 100644 --- a/src/Poplar.jl +++ b/src/Poplar.jl @@ -13,6 +13,7 @@ include("silviculture/silviculture.jl") @system Model(Atmosphere, Calendar, Morphology, Phenology, Physiology, Rhizosphere, Silviculture, Controller) +weather = Poplar.loadwea(Poplar.datapath("2007.wea"), tz"Asia/Seoul") CUH = Poplar.loadwea(Poplar.datapath("CUH.wea"), tz"America/Los_Angeles") export Model