iwfm.calib.hyds_missed

iwfm.calib.hyds_missed(sim_sites, obs_sites)[source]

Compare lists of sites and return the sites from each list that are not in the other list.

Parameters:
  • sim_sites (list of strings) – simulation sites

  • obs_sites (list of strings) – observation sites

Returns:

  • sim_miss (list of strings) – simulation sites not in obs_sites

  • obs_miss (list of strings) – observation sites not in sim_sites