next up previous contents
Next: organicrd Up: Routine/Function Prologues Previous: Fortran: Module Interface ndepStreamMod   Contents

Fortran: Module Interface organicFileMod (Source File: organicFileMod.F90)

Contains methods for reading in organic matter data file which has organic matter density for each grid point and soil level

!USES use abortutils , only : endrun use clm_varctl , only : iulog use shr_kind_mod , only : r8 => shr_kind_r8


PUBLIC TYPES:

   implicit none
   private
   save
PUBLIC MEMBER FUNCTIONS:
   public :: organicrd  ! Read organic matter dataset
REVISION HISTORY:
   Created by David Lawrence, 4 May 2006
   Revised by David Lawrence, 21 September 2007
   Revised by David Lawrence, 14 October 2008



Subsections

Erik Kluzek 2011-06-15