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
The current version of the model takes model input data as a series of 8 input .csv files (4 main data files in the /R directory and 4 used in brood table calculation/creation /Reallocation directory), which are updated manually each year.
To reduce effort and improve efficiency, and reduce the probability of transcription errors, it would be ideal to have the model code read data directly from ADFG databases.
As discussed with Greg Buck (ADFG), I single input R object could be produced by ADFG annually and used as the single input to the run reconstruction model. This would require updating current functions that read in data and create ADMB input (.dat) files to read the proposed .RData file and some reformatting/dimension checking of the data upon import.
The text was updated successfully, but these errors were encountered:
Due to data coming from multiple sources that are not integrated even within ADFG, this is not easy. However, we should be able to reduce and standardize the number of input data files, as well as their location.
The current version of the model takes model input data as a series of 8 input .csv files (4 main data files in the /R directory and 4 used in brood table calculation/creation /Reallocation directory), which are updated manually each year.
To reduce effort and improve efficiency, and reduce the probability of transcription errors, it would be ideal to have the model code read data directly from ADFG databases.
As discussed with Greg Buck (ADFG), I single input R object could be produced by ADFG annually and used as the single input to the run reconstruction model. This would require updating current functions that read in data and create ADMB input (.dat) files to read the proposed .RData file and some reformatting/dimension checking of the data upon import.
The text was updated successfully, but these errors were encountered: