Opened 11 years ago
Closed 11 years ago
#41 closed enhancement (fixed)
Do not take missing value for averaging operation
Reported by: | ymipsl | Owned by: | ymipsl |
---|---|---|---|
Priority: | minor | Component: | XIOS |
Version: | 1.0 | Keywords: | |
Cc: |
Description
When you have some missing data in the model, it would be convenient to avoid to take into acount these values when temporal operation like averaging are performed.
Change History (2)
comment:1 Changed 11 years ago by ymipsl
- Type changed from defect to enhancement
comment:2 Changed 11 years ago by ymipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in rev r470 and r471 :
Log Message:
Enhancement : using new field attribute "detect_missing_value=true" adn defining a default value, the temporal operator (average, minimum, maximum, accumulate ...) detect missing value in the field and don't take them into account to perform the operation.