30 type(
qg_gom),
intent(in) :: gom
32 real(kind_real),
intent(in) :: bias
39 hofx%values(1,iobs) = gom%x(iobs)+bias
50 type(
qg_gom),
intent(inout) :: gom
52 real(kind_real),
intent(inout) :: bias
59 gom%x(iobs) = hofx%values(1,iobs)
60 bias = bias+hofx%values(1,iobs)
subroutine, public qg_stream_equiv(gom, hofx, bias)
Get equivalent for streamfunction (TL calls this subroutine too)
subroutine, public qg_stream_equiv_ad(gom, hofx, bias)
Get equivalent for streamfunction - adjoint.