next up previous contents
Next: ndepdyn_init (Source File: ndepFileMod.F90) Up: Fortran: Module Interface ndepFileMod Previous: Fortran: Module Interface ndepFileMod   Contents

ndeprd


INTERFACE:

   subroutine ndeprd(ndep)
DESCRIPTION:

Read the nitrogen deposition dataset.


USES:

     use shr_kind_mod, only: r8 => shr_kind_r8
     use clm_varctl  , only : fndepdat, single_column
     use fileutils   , only : getfil
     use decompMod   , only : get_proc_bounds
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
     real(r8), pointer :: ndep(:)         ! annual nitrogen deposition rate (gN/m2/yr)
CALLED FROM:
   subroutine initialize in module initializeMod
REVISION HISTORY:
   Created by Peter Thornton, 1 June 2004
LOCAL VARIABLES:




Erik Kluzek 2010-06-21