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

How to export a simulation result file #155

Closed
1150376430 opened this issue May 29, 2024 · 2 comments
Closed

How to export a simulation result file #155

1150376430 opened this issue May 29, 2024 · 2 comments

Comments

@1150376430
Copy link

Hello, can the simulation results of aquacrop be saved as a file? What code needs to be added?

@Han-Su22
Copy link

Hi, depending on which variables you want to have. In general, you can have

model.outputs.final_stats

to return your final results. This gives you a pandas dataframe. You can use pandas function to save the results into a csv file or others.

@1150376430
Copy link
Author

I am really grateful!

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

3 participants