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

ndepdyn_getdata (Source File: ndepFileMod.F90)


INTERFACE:

   subroutine ndepdyn_getdata(ntime, ndep)
DESCRIPTION:

Obtain dynamic ndep


USES:

     use clmtype     , only : grlnd
     use shr_kind_mod, only : r8 => shr_kind_r8
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
     integer , intent(in)  :: ntime
     real(r8), pointer     :: ndep(:)
LOCAL VARIABLES:




Erik Kluzek 2010-06-21