quanted / hms

hydrologic micro-services
3 stars 3 forks source link

Modify Surface Runoff module #111

Closed rajbirp closed 4 years ago

rajbirp commented 4 years ago
  1. Rename "Source" Input Parameter to "Algorithm" similar to Evapotransportation. Valid values for the parameter are: NLDAS, GLDAS, and Curve Number.
  2. Add another input parameter called "Precipitation Data Source". Possible values for the parameter are: NLDAS, GLDAS, DAYMET, PRISM, TRMM, NCEI (if possible).
  3. When Curve Number is selected as the Algorithm then the valid values for "Temporal Resolution" are: Daily, Weekly, and Monthly. Valid values for "Precipitation Data Source" are: NLDAS, GLDAS, DAYMET, PRISM, TRMM, and NCEI (if possible).
  4. Change the web page such that if NLDAS is selected as the value of "Algorithm" Parameter then the only valid value for Precipitation Parameter is NLDAS. The valid Temporal Resolution values for NLDAS Algorithm are: Hourly, 3-hourly (?), Daily, Weekly, and Monthly. If GLDAS is selected as then the only valid value for "Precipitation Data Source" is GLDAS. The valid Temporal Resolution values for GLDAS Algorithm are: Hourly (?), Daily, Weekly, 3-Hourly, and Monthly.
  5. Make "Input Parameters" panel content on the "Overview" page consistent with the "Data Request" tab form.
deronsmith commented 4 years ago

Update completed