next up previous contents
Next: surfrd_wtxy_veg_dgvm Up: Fortran: Module Interface surfrdMod Previous: surfrd_wtxy_veg_rank   Contents

surfrd_wtxy_veg_all


INTERFACE:

   subroutine surfrd_wtxy_veg_all(ncid, domain)
DESCRIPTION:

Determine wtxy and veg arrays for non-dynamic landuse mode


USES:

     use domainMod   , only : domain_type
     use clm_varctl  , only : create_crop_landunit
     use pftvarcon   , only : nirrig, npcropmin
     use spmdMod     , only : mpicom, MPI_LOGICAL, MPI_LOR
ARGUMENTS:
     implicit none
     type(file_desc_t),intent(inout) :: ncid   ! netcdf id
     type(domain_type),intent(in) :: domain ! domain associated with wtxy
CALLED FROM:
   subroutine surfrd in this module
REVISION HISTORY:
   Created by Mariana Vertenstein, Sam Levis and Gordon Bonan
LOCAL VARIABLES:




Erik Kluzek 2011-06-15