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


csm_recvgrid


INTERFACE:

   subroutine csm_recvgrid(cam_longxy, cam_latixy, cam_numlon, &
                           cam_landfrac, cam_landmask)
DESCRIPTION:

    Receive valid land grid and land mask from coupler
ARGUMENTS:
     implicit none
     integer , intent(out) :: cam_numlon(lsmlat)           !cam number of long
     real(r8), intent(out) :: cam_longxy(lsmlon,lsmlat)    !cam lon values
     real(r8), intent(out) :: cam_latixy(lsmlon,lsmlat)    !cam lat values
     real(r8), intent(out) :: cam_landfrac(lsmlon,lsmlat)  !cam fractional lan
     integer , intent(out) :: cam_landmask(lsmlon,lsmlat)  !cam land mask
REVISION HISTORY:
    02.09.17 Mariana Vertenstein Updated to clm2_1 data structures



Mariana Vertenstein 2004-06-21