INTERFACE:
subroutine compat_check_spval( spval, data, string )DESCRIPTION:
Check that the given piece of real data sent from the coupler is valid
data and not the couplers special data flag. This ensures that the data
you expect is actually being sent by the coupler.
!PARAMETERS
implicit none
real(r8), intent(in) :: spval
real(r8), intent(in) :: data
character(len=*), intent(in) :: string
REVISION HISTORY:
02.09.17 Mariana Vertenstein Updated to clm2_1 data structures