An error occurred while loading the file. Please try again.
-
Thibault Hallouin authored
This functionality is inherited from `evalhyd-cli`. It allows the user to provide conditions as strings to specify how to generate temporal subsets. Conditions can be based on observed streamflow values (e.g. q>800, q<=120) or on time indices (e.g. to select particular events). This functionality is made available both for determinist and probabilist evaluation, unlike in `evalhyd-cli` where it was only available for probabilist evaluation. This is documented in the docstrings, and new unit tests are written.
b13d2f21
:host {
display: block;
margin-top: 14px;
mat-form-field {
width: calc(100% - 16px);
margin-right: 16px;
::ng-deep input.mat-input-element {
line-height: 1.3em;
width: calc(100% - 40px);
text-overflow: ellipsis;
}
.param-values-more {
position: absolute;
bottom: 0;
right: 0;
}
::ng-deep .mat-form-field-label {
font-size: 1.1em;
line-height: 1.4em;
margin-top: -2px;
&.mat-form-field-empty {
font-size: 1em;
}
}
}
}