INTERFACE:
subroutine read_obs(unit,yy,mm,dd,hh,min,ss,N,obs,ierr)DESCRIPTION:
This routine will read all non-profile observations. The routine allows for reading more than one scalar variable at a time. The number of data to be read is specified by N. Data read-in are returned in the 'obs' array. It is up to the calling routine to assign meaning full variables to the individual elements in obs.
USES:
IMPLICIT NONEINPUT PARAMETERS:
integer, intent(in) :: unit
integer, intent(in) :: N
OUTPUT PARAMETERS:
integer, intent(out) :: yy,mm,dd,hh,min,ss
REALTYPE,intent(out) :: obs(:)
integer, intent(out) :: ierr
REVISION HISTORY:
Original author(s): Karsten Bolding & Hans Burchard
See observation module