This repository was archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Agenda Notes Monday July 27th 2015 3:00 PM
Douglas Jacobsen edited this page Jul 28, 2015
·
3 revisions
Date: 27 July 2015
Time: 3:00pm MST
Call-in number: 1-866-740-1260
Access Code: 4978161
- Stream intervals refer to other intervals
- Filter infrastructure comments
- Unit conversions in streams
Example of stream intervals referring to other intervals:
<stream name="restart" ...
output_interval="0000-00-01_00:00:00" >
...
</stream>
<stream name="otherRestartStream" ...
output_interval="stream:restart:output_interval" >
...
</stream>
- Stream intervals refer to other intervals
- Sounds reasonable
- Could be done with almost no code
- Will start to work on it
- Unit converstions in streams
- Would like to output things with different units than are used internal to the model.
- Might only need to have a 'units' attribute on output fields, and no 'modelUnits', 'scale_factor', or 'add_offset'
- Could add some validation for units attributes
- Could add an attribute to specify if the units have been scaled or if they are native
- Need to ensure the native array is not modified
- Filter infrastructure
- Will try to have a discussion that can build on them more
New Design Documents: