next up previous contents
Next: csm_sendcontrol Up: Fortran: Module Interface clm_csmMod Previous: Fortran: Module Interface clm_csmMod   Contents

csm_recvorb


INTERFACE:

   subroutine csm_recvorb (eccen, obliqr, lambm0, mvelpp)
DESCRIPTION:

    Receive initial integer, real and character control data from 
    the flux coupler.  Parse it into the variables used by the land
    model. Receive information contains orbital parameters from the 
    flux coupler.
ARGUMENTS:
     implicit none
     real(r8), intent(out) :: eccen  !Earth's eccentricity of orbit
     real(r8), intent(out) :: obliqr !Earth's obliquity in radians
     real(r8), intent(out) :: lambm0 !Mean longitude of perihelion at the vernal equinox (radians)
     real(r8), intent(out) :: mvelpp !Earth's moving vernal equinox long of perihelion plus pi (radians)
REVISION HISTORY:
    02.09.17 Mariana Vertenstein Updated to clm2_1 data structures



Mariana Vertenstein 2003-01-14