You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support to select location and time range (#50)
* get forcing file from location
* check location format for bbox
* get forcing file with given site name
* add start time and end time
* update forcing_filename in all relevant functions
* slice forcing file based on the given time range
* replace NumberOfTimeSteps with start/end time
* fix save module
* update run model notebook
* fix save module
* fix typo
* fix old tests
* fix linter
* add tests for locations and time check
* add test for get forcing file
* test to check minutes
* add doc string
* fix linter
* Update PyStemmusScope/forcing_io.py
Co-authored-by: Bart Schilperoort <b.schilperoort@esciencecenter.nl>
* revise regex and use parametrize for test
* silent linter
* Refactored loc parsing with re.findall. Support +/- numbers
* Added support for "NA" start/end time input.
* Pin prospector version
* Fix linter/sonarcloud/pyroma issues
* Apply Sarah's suggestions
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
* Added "validate config" function to config_io
* Refactoring to remove "forcing_filename" kwarg
* Last changes based on Sarah's review, Updated notebook
* Apply Sarah's suggestions from code review
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
Co-authored-by: Bart Schilperoort <b.schilperoort@esciencecenter.nl>
Co-authored-by: Bart Schilperoort <b.schilperoort@gmail.com>
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
0 commit comments