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

Add option to load SS_output from RData file #1

Open
iagomosqueira opened this issue Sep 21, 2017 · 0 comments
Open

Add option to load SS_output from RData file #1

iagomosqueira opened this issue Sep 21, 2017 · 0 comments
Assignees

Comments

@iagomosqueira
Copy link
Member

For long grids a possible option to speed up loading is to avoid the multiple calls to r4ss::SS_output by creating and RData, or RDS, file with the result of a call to SS_output, either during the call to ss3 in conditioning, or on a subsequent foreach loop.

readss3() functions could accept as location the RData file and load the out list from there, rather than having repeated calls to SS_output by each readss3 function.

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

1 participant