Skip to content

v0.5.3

Compare
Choose a tag to compare
@austinorr austinorr released this 07 Apr 22:41
c4166af

Minor patch release

Enhancements

This release enables support for simpler config files by removing over-constrained land surface data files.

previously all of the following were required:

imp_ro_depth_inches: float
perv_ro_depth_inches: float
imp_ro_coeff: float
perv_ro_coeff: float

New behavior will calculate the imp_ro_depth_inches and perv_ro_depth_inches if they are not provided. This fallback requires the precip_depth_inches to be provided.

This release also adds try/except handlers to the endpoint tasks so that useful error messages can be returned even if something goes wrong.