next up previous contents
Next: mksoitex Up: Fortran: Module Interface mkgridMod Previous: mkrank   Contents

mksoicol


INTERFACE:

 subroutine mksoicol (fsoicol, ndiag, pctgla_o, soil_color_o)
DESCRIPTION:

   Make soil color classes for model grid from BATS T42 data
USES:
   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
ARGUMENTS:
   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 classes
CALLED FROM:
   subroutine mksrfdat in module mksrfdatMod
REVISION HISTORY:
   Author: Gordon Bonan



Mariana Vertenstein 2003-01-14