Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent air temperature from the outputs of micro_global() and ectotherm() #29

Open
Haowen-He opened this issue Jul 12, 2024 · 1 comment

Comments

@Haowen-He
Copy link

When I was running through the ecotherm vignette, I found that air temperature TALOC in shadmet from micro_global() is very different from air temperature TA in environ from ectotherm(), for the same location. Any insights and/or interpretations would be appreciated. Thanks.

# example code
longlat <- c(139.3109, -33.888) 
loc <- longlat
ystart <- 2008
yfinish <- 2010
nyears <- yfinish - ystart + 1
micro <- micro_global(loc = longlat, nyears = nyears)
ecto <- ectotherm(nyears = nyears)

# output
min(as.data.frame(ect$environ)$TA) =7.219361
min(as.data.frame(micro$shadmet)$TALOC) = 5.195637
@mrke
Copy link
Owner

mrke commented Jul 30, 2024

The output in the ectotherm model is what the simulated animal experienced as a result of its behaviour (e.g., moving between sun and shade conditions, moving below ground, climbing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants