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

About some question on LPJ model and the package #48

Closed
Algernonthanks opened this issue Sep 17, 2018 · 4 comments
Closed

About some question on LPJ model and the package #48

Algernonthanks opened this issue Sep 17, 2018 · 4 comments

Comments

@Algernonthanks
Copy link

Algernonthanks commented Sep 17, 2018

Dear developer, thank you for your great work! Recently, l just started to study LPJ-GUESS model. l have some question about the package, and l hope you can help me.
1, l have compiled the LPJ-GUESS and there are some files in the build folder, but l do not which one to use create a link to the guess executable, the guesscmd or guess? l am in the window system.
2, I'm confused about ‘gridlist.txt’, In this document, we should import the longitude and latitude of the simulated region? or all the grid size in the analyzed region?
Finally, l take the liberty of asking for a request: can you share with me the data used in this package test? . l think that can help me understand the model.
Thank you for you again!

@Rasilgon
Copy link
Collaborator

Hi AbelDavid,

below you find the answers to your reported issues. Next time please consider reporting each issue separately, it makes it easier for us to answer and for everyone else to follow the issue.

Issue 1:

1, l have compiled the LPJ-GUESS and there are some files in the build folder, but l do not which one to use create a link to the guess executable, the guesscmd or guess? l am in the window system.

You should use the name of the executable file you have. In Windows is guesscmd.exe.

Issue 2:

I'm confused about ‘gridlist.txt’, In this document, we should import the longitude and latitude of the simulated region? or all the grid size in the analyzed region?

The gridlist.txt is the text file having the coordinates of the grid or the grid IDs. The formatting is given by the model not by the package. You can find an example file in the package by typing:
mainDir <- system.file("extdata", package = "rLPJGUESS")
list.files(mainDir)
readLines(file.path(mainDir, "gridlist.txt"))

This code lines are from the package vignette. You should be able to access it by typing
vignette("rLPJGUESS")
or at this link https://cdn.rawgit.com/biometry/rLPJGUESS/80a8ac8a/rLPJGUESS/vignettes/rLPJGUESS.html

rLPJGUESS is an interface for the model LPJ-GUESS. If you have questions regarding the model, you might consider contacting the model developers.

@Algernonthanks
Copy link
Author

Dear Rasilgon, thank you for your detailed explanation. when l try to run test data in the rLJPGUESS package, l found the test data in the test folder in empty. l take the liberty of asking for a request: can you share with me the data used in this package test?

@mauriziobagnara
Copy link
Contributor

Hi AbelDavid,
I apologize for my late reply.
The test data folder is meant for internal testing only, therefore it does not include forcing or input data.
If you are still interested in trying out the package, have a look at our recent publication on Environmental Modelling and Software "An R package facilitating sensitivity analysis, calibration and forward simulations with the LPJ-GUESS dynamic vegetation model" (https://www.sciencedirect.com/science/article/pii/S1364815217310629). You will find detailed instructions and code to perform several tasks there, as well as the link to the data used in all the simulations.
I hope this helps!

@florianhartig
Copy link
Member

I think this can be closed, so will close.

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

No branches or pull requests

4 participants