INTERFACE:
subroutine mksoicol (fsoicol, ndiag, pctgla_o, soil_color_o)DESCRIPTION:
Make soil color classes for model grid from BATS T42 dataUSES:
use shr_kind_mod, only: r8 => shr_kind_r8 use clm_varpar !parameters use clm_varsur !surface variables use clm_varctl !run control variables use fileutils, only : getfil use areaMod !area averaging routines use shr_sys_mod, only : shr_sys_flush use ncdio use abortutils, only : endrunARGUMENTS:
implicit none character(len=*), intent(in) :: fsoicol !input soicol dataset integer , intent(in) :: ndiag !unit number for diagn real(r8), intent(in) :: pctgla_o(lsmlon,lsmlat) !output grid: percent integer , intent(out):: soil_color_o(lsmlon,lsmlat) !output grid: soil colCALLED FROM:
subroutine mksrfdat in module mksrfdatModREVISION HISTORY:
Author: Gordon Bonan