next up previous contents index
Next: csm_compat Up: Module clm_csmMod (File: clm_csmMod.F90) Previous: csm_flxave   Contents   Index


compat_check


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.
ARGUMENTS:
     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



Mariana Vertenstein 2004-06-21