ilyamaclean / microclimf

Fast above, below or within canopy gridded microclimate modelling with R
5 stars 4 forks source link

bugfix in runmicro_big #2

Open lysoifer opened 2 months ago

lysoifer commented 2 months ago

I ran into a few small bugs when running runmicro_big and have edited lines to fix the issue in runmicro_big and checkinputs

jm-mcgovern commented 1 month ago

Hello, I ran into a similar issue when running "runpointmodel" that I believe is related to line 110 of "checkinputs", where weather$difrad[sel] <- weather$swrad[sel] should be weather$difrad[sel] <- weather$swdown[sel]

I am new to github so I am writing this way, rather than attempt a pull request. Hope this is correct and helpful, and thank you!

-Joseph