Skip to content

subdaily discharge output

@najafi and I worked on the following:

New Subdaily discharge output

  • mHM now produces point output in subdaily as well.
  • The new point output include - subdaily_discharge.out, subdaily_discharge.nc and subdaily runtime messages (performance metrics)
  • A new subroutine write_subdaily_obs_sim_discharge is written which has similar code structure to write_daily_obs_sim_discharge
  • These subdaily output are only processed if nMeasPerDay is > 1

Subdaily read_timeseries bug fixed

  • read_timeseries in mo_read_timeseries had already incorporated nMeasPerDay and was flexible for reading sub-daily Qobs. However, a bug was found for the index variables which was fixed.
Edited by Sebastian Müller

Merge request reports