Changes between Version 3 and Version 4 of PDAFomi_set_doassim


Ignore:
Timestamp:
Nov 24, 2024, 4:16:04 PM (3 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_doassim

    v3 v4  
    99The interface is:
    1010{{{
    11   SUBROUTINE PDAFomi_set_doassim(doassim)
     11  SUBROUTINE PDAFomi_set_doassim(thisobs, doassim)
    1212
     13    TYPE(obs_f), INTENT(inout) :: thisobs    ! Observation type
    1314    INTEGER, INTENT(in) :: doassim           ! (1) assimilate this observation type; (0) no assimilation of this obs. type
    1415}}}