iwfm.calib.write_missing

iwfm.calib.write_missing(missing, obs_file, fname='missing.tmp', verbose=False)[source]

Take a list of observation IDs and filename obs_file, and write them to an output files (default output file name missing.tmp).

This is used to write out the observation IDs of observations in the observation data set that are not used in the simulation file

Parameters:
  • missing (list of strings) – observation names

  • obs_file (str) – observation file name

  • fname (str, default = 'missing.tmp') – output file name

Return type:

nothing