Code: Select all
# ifndef WEAK_CONSTRAINT
!
! Set observation scale (ObsScale). The scale factor is used
! for screenning of the observations. This scale is one for good
! observations and zero for bad observations.
!
# ifdef BGQC
# ifdef IS4DVAR
IF (inner.eq.0.and.wrtNLmod(ng)) THEN !! not terminated
# else
IF (inner.eq.0.and.outer.eq.0) THEN !! not terminated
# endif
DO iobs=Mstr,Mend
ObsScale(iobs)=IniVal
END DO
# else
DO iobs=Mstr,Mend
ObsScale(iobs)=IniVal
END DO
# endif
# endif