next up previous contents
Next: surfrd_mkrank (Source File: surfrdMod.F90) Up: Fortran: Module Interface surfrdMod Previous: surfrd_wtxy_veg_all   Contents

surfrd_wtxy_veg_dgvm


INTERFACE:

   subroutine surfrd_wtxy_veg_dgvm(domain)
DESCRIPTION:

Determine wtxy and vegxy for CNDV mode.


USES:

     use domainMod, only : domain_type
     use pftvarcon, only : noveg, crop
     use clm_varctl, only : create_crop_landunit
ARGUMENTS:
     implicit none
     type(domain_type),intent(in) :: domain ! domain associated with wtxy
CALLED FROM:
   subroutine surfrd in this module
REVISION HISTORY:
   Created by Mariana Vertenstein 12/04
LOCAL VARIABLES:




Erik Kluzek 2011-06-15