Changes between Version 2 and Version 3 of PDAFomi_set_obs_err_type
- Timestamp:
- Nov 24, 2024, 4:17:20 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_obs_err_type
v2 v3 10 10 The interface is: 11 11 {{{ 12 SUBROUTINE PDAFomi_set_obs_err_type( obs_err_type)12 SUBROUTINE PDAFomi_set_obs_err_type(thisobs, obs_err_type) 13 13 14 INTEGER, INTENT(in) :: obs_err_type ! Type of observation error 14 TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type 15 INTEGER, INTENT(in) :: obs_err_type ! Type of observation error 15 16 }}} 16 17