next up previous contents
Next: CNMResp Up: Routine/Function Prologues Previous: CNGResp   Contents

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

Module holding maintenance respiration routines for coupled carbon nitrogen code.


USES:

    use shr_kind_mod , only: r8 => shr_kind_r8
    use clm_varpar   , only: nlevgrnd
    use shr_const_mod, only: SHR_CONST_TKFRZ
    implicit none
    save
    private
PUBLIC MEMBER FUNCTIONS:
    public :: CNMResp
REVISION HISTORY:
   8/14/03: Created by Peter Thornton
   10/23/03, Peter Thornton: Migrated all subroutines to vector data structures.



Subsections

Erik Kluzek 2011-06-15