Skip to content

Commit

Permalink
docs: remove old table
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Jan 19, 2024
1 parent daee615 commit 0a5fce6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/docs/about/references/keywords/TIME_SERIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ be specified in a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) fi

### Attributes dependent on time series type

| TYPE | [INTERPOLATION_TYPE](/about/references/keywords/INTERPOLATION_TYPE.md) | [EXTRAPOLATION](/about/references/keywords/EXTRAPOLATION.md) | [INFLUENCE_TIME_VECTOR](/about/references/keywords/INFLUENCE_TIME_VECTOR.md) |
|-----------------|--------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| DEFAULT | RIGHT | FALSE | Optional. Default: TRUE |
| MISCELLANEOUS | Required: LEFT, RIGHT or LINEAR | Optional. Default: FALSE | Optional. Default: TRUE |
| **Description** | Defines how rates are interpolated between the given time steps (LEFT/RIGHT/LINEAR). | Defines whether the rates in the source should be set to 0 after the last time step (FALSE), or equal to value at last time step after the time interval (TRUE). | Determine if time steps should contribute to global time vector. TRUE or FALSE. At least one time vector is required to be TRUE. |

| | DEFAULT | MISCELLANEOUS | Description |
|------------------------------------------------------------------------|-------------------------|---------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [INTERPOLATION_TYPE](/about/references/keywords/INTERPOLATION_TYPE.md) | RIGHT | Required: LEFT, RIGHT or LINEAR | Defines how rates are interpolated between the given time steps (LEFT/RIGHT/LINEAR). |
Expand Down

0 comments on commit 0a5fce6

Please sign in to comment.