67 | | REAL :: thisobs%inno_omit=0.0 ! Omit observation if squared innovation larger this factor times |
68 | | ! observation variance (only active for >0) |
69 | | }}} |
70 | | to a value > 0.0. This activates the omission and specifies the omission limit. If inno_omit=2.0, an observation would be omitted if the squared difference between the observed ensemble mean state and the observation value is larger than 2 times the observation error variance. |
| 67 | REAL :: thisobs%inno_omit=0.0 ! Omit observation if innovation larger this factor times |
| 68 | ! observation standard deviation (only active for >0) |
| 69 | }}} |
| 70 | to a value > 0.0. This activates the omission and specifies the omission limit. If inno_omit=2.0, an observation would be omitted if the absolute value of the difference between the observed ensemble mean state and the observation value is larger than 2 times the observation error standard deviation. |