next up previous contents
Next: getdatetime (Source File: getdatetime.F90) Up: Fortran: Module Interface filterMod Previous: allocFilters   Contents

setFilters


INTERFACE:

   subroutine setFilters( nc )
DESCRIPTION:

Set CLM filters.


USES:

     use clmtype
     use decompMod , only : get_clump_bounds
     use pftvarcon , only : npcropmin
     use clm_varcon, only : istsoil, isturb, icol_road_perv, istice_mec
     use clm_varcon, only : istcrop
ARGUMENTS:
     implicit none
     integer, intent(IN) :: nc          ! clump index
REVISION HISTORY:
   Created by Mariana Vertenstein
   2004.04.27 DGVM naturally-vegetated filter added by Forrest Hoffman
   2005.09.12 Urban related filters added by Mariana Vertenstein



Erik Kluzek 2011-06-15