INTERFACE:
subroutine organicrd(organic)DESCRIPTION:
Read the organic matter dataset.
USES:
use clm_varctl , only : fsurdat, single_column
use clm_varpar , only : lsmlon, lsmlat, nlevsoi
use fileutils , only : getfil
use spmdMod , only : masterproc
use clmtype , only : grlnd
use ncdio_pio
ARGUMENTS:
implicit none
real(r8), pointer :: organic(:,:) ! organic matter density (kg/m3)
CALLED FROM:
subroutine initialize in module initializeModREVISION HISTORY:
Created by David Lawrence, 4 May 2006 Revised by David Lawrence, 21 September 2007LOCAL VARIABLES: