Check input arguments for data
Check that the param list inputs have correct structure and range given an associated data file.
check_data_str_range(all_params, dat_list)
all_params
: A named list of the parameters containing at a minimum year and fleet valuesdat_list
: An SS data list object as read in by SS_readdat
.