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

Divide the SOILWAT2 output into cell-specific files #470

Closed
chaukap opened this issue Feb 14, 2020 · 0 comments
Closed

Divide the SOILWAT2 output into cell-specific files #470

chaukap opened this issue Feb 14, 2020 · 0 comments
Assignees

Comments

@chaukap
Copy link
Contributor

chaukap commented Feb 14, 2020

This is a part of the larger issue #467. Right now the SOILWAT2 output is all contained in the same files in the following format for a 4 x 4 grid:

cell 0 day 1
cell 1 day 1
cell 2 day 1
cell 3 day 1
cell 0 day 2
cell 1 day 2
. . .
cell 2 day 365
cell 3 day 365

Obviously it would be ideal if we could break this input up into 4 files. Because SOILWAT2 has no idea that gridded mode exists, and the last thing I want to do is couple SOILWAT2 and STEPWAT2 more tightly together, I think the best course of action is to create a function that divides the output files from SOILWAT2 into M files where M is the number of cells.

@chaukap chaukap added this to the Seed Dispersal milestone Feb 14, 2020
@chaukap chaukap self-assigned this Feb 14, 2020
chaukap pushed a commit that referenced this issue Feb 18, 2020
(issue #470)
While I was at it I realized that the "Writing files" status in the progress bar could use tuning up.
@chaukap chaukap closed this as completed Feb 19, 2020
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