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

Loading metamodels for shade trees? #9

Open
AlexandraThorn opened this issue Nov 14, 2023 · 0 comments
Open

Loading metamodels for shade trees? #9

AlexandraThorn opened this issue Nov 14, 2023 · 0 comments

Comments

@AlexandraThorn
Copy link

AlexandraThorn commented Nov 14, 2023

I'm trying to understand how to run DynACof with parameters for shade trees.

The example code supplied uses Tree = NULL, which if I understand correctly assumes that there are no shade trees.

I tried loading the sample data available from the DynACof_inputs github, but when I run the code

sim= DynACof(Inpath = dynacof_data, FileName = list(Site = "site.R", Meteo ="meteorology.txt", Soil = "soil.R",Coffee = "coffee.R", Tree = "tree.R"))

as suggested, I keep getting the error:

Error in Tree() : object 'Metamodels' not found

The tree.R file from DynACof_inputs seems to define Metamodels = Metamodels, but as far as I can tell the function or object does not exist. In contrast, Allometries seems to be a function that loads as part of the DynACof library.

Is there somewhere to download example files for Metamodels?

(I also posted an issue on the DynACof_inputs, but the Issues here seems slightly more active, so I thought I would try here as well.)

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

1 participant