Changes between Version 1 and Version 2 of PDAFomi_set_inno_omit_ivar
- Timestamp:
- Nov 24, 2024, 4:18:20 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_inno_omit_ivar
v1 v2 10 10 The interface is: 11 11 {{{ 12 SUBROUTINE PDAFomi_set_inno_omit_ivar( inno_omit_ivar)12 SUBROUTINE PDAFomi_set_inno_omit_ivar(thisobs, inno_omit_ivar) 13 13 14 TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type 14 15 REAL, INTENT(in) :: inno_omit_ivar ! Inverse variance set for omitted observations 15 ! this should be much smaller that the actual inverse observation error variance16 ! this should be much smaller that the actual inverse observation error variance 16 17 }}} 17 18