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

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 longitudes 
     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 land
     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 2003-01-14