next up previous contents
Next: ndeprd Up: Routine/Function Prologues Previous: subroutine   Contents

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

Contains methods for reading in nitrogen deposition data file Also includes functions for dynamic ndep file handling and interpolation.

!USES use abortutils, only : endrun use ncdio use clmtype use spmdMod use clm_varpar, only: lsmlat, lsmlon use clm_varctl, only: iulog use shr_kind_mod, only: r8 => shr_kind_r8


PUBLIC TYPES:

   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: ndeprd  ! Read nitrogen deposition dataset
   public :: ndepdyn_init  ! position datasets for dynamic ndep
   public :: ndepdyn_interp ! interpolates between two years of ndep file data
REVISION HISTORY:
   Created by Peter Thornton, 1 June 2004
   2/5/05, PET: Added ndepdyn_init and ndepdyn_interp



Subsections

Erik Kluzek 2010-06-21