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_flushARGUMENTS:
implicit none character(len=*), intent(in) :: fsoicol !input soicol dataset file name integer , intent(in) :: ndiag !unit number for diagnostic output real(r8), intent(in) :: pctgla_o(lsmlon,lsmlat) !output grid: percent glacier integer , intent(out):: soil_color_o(lsmlon,lsmlat) !output grid: soil color classesCALLED FROM:
subroutine mksrfdat in module mksrfdatModREVISION HISTORY:
Author: Gordon Bonan