INTERFACE:
subroutine get_all_obs(julday,secs,nlev,z)DESCRIPTION:
During the time integration this subroutine is called each time step to update all 'observation'. The routine is basically a wrapper routine which calls the variable specific routines. The only input to this routine is the time (in internal GOTM representation) and the vertical grid. It is up to each of the individual routines to use this information and to provide updated 'observations'.
USES:
IMPLICIT NONEINPUT PARAMETERS:
integer, intent(in) :: julday,secs
integer, intent(in) :: nlev
REALTYPE, intent(in) :: z(:)
REVISION HISTORY:
Original author(s): Karsten Bolding & Hans Burchard
See observation module