I have a biparental population of plants with high-density SNP/SSR marker data for all individuals and phenotypic data taken over three independent years. I've modeled each year separately for each trait of interest to calculate breeding values for each individual. I've also tried modeling the year as a random effect covariate, with a covariance matrix equal to the identity matrix (assuming no covariance between years), to see if modeling for a year covariate and combining phenotypic values across all three years can increase the heritability of my traits.
However, I've noticed that when I model using the CRAN sommer package's mmer() function, I will have heritability values that seem inflated more than they should. In some cases, I'll have no heritability for a trait when considered within a year, but when I model across all three years, with year as a random effect covariate and an identity covariance matrix, I get large increase in heritability values.
What is the best way to estimate BLUPs in this case, when I want to combine/consider all three years of data together? In particular, what way should I do this if I don't really have a good idea of how to specify a year-by-year covariance matrix?