years_of_observations
if (min_year >= ZIC_MIN + years_of_observations)
min_year -= years_of_observations;
if (max_year <= ZIC_MAX - years_of_observations)
max_year += years_of_observations;
max_year = min_year + years_of_observations;