Changes between Version 2 and Version 3 of PDAFomi_set_obs_err_type


Ignore:
Timestamp:
Nov 24, 2024, 4:17:20 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_obs_err_type

    v2 v3  
    1010The interface is:
    1111{{{
    12   SUBROUTINE PDAFomi_set_obs_err_type(obs_err_type)
     12  SUBROUTINE PDAFomi_set_obs_err_type(thisobs, obs_err_type)
    1313
    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
    1516}}}
    1617