Skip to content

Commit

Permalink
Add weather data
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyukjeon committed Jun 13, 2023
1 parent 6fe18d1 commit d0ed95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Poplar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ed95e

Please sign in to comment.