INTERFACE:
subroutine surfrd_wtxy_special(ncid, domain)DESCRIPTION:
Determine weight with respect to gridcell of all special "pfts" as well as soil color and percent sand and clay
USES:
use pftvarcon , only : noveg
use UrbanInputMod , only : urbinp
use domainMod , only : domain_type
use clm_varctl , only : glc_nec, glc_topomax
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 moduleREVISION HISTORY:
Created by Mariana Vertenstein, Sam Levis and Gordon BonanLOCAL VARIABLES: