next up previous contents
Next: Fortran: Module Interface pft2colMod Up: Fortran: Module Interface organicFileMod Previous: Fortran: Module Interface organicFileMod   Contents

organicrd


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 initializeMod
REVISION HISTORY:
   Created by David Lawrence, 4 May 2006
   Revised by David Lawrence, 21 September 2007
LOCAL VARIABLES:




Erik Kluzek 2011-06-15