You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: