9#ifndef ORYZA2000_NCROP_H_
10#define ORYZA2000_NCROP_H_
12#include <containers/lvector.h>
29 lerr_t NcropInitialize( Oryza2000State *);
31 lerr_t NcropRateCalculation(
bool , Oryza2000State *);
33 lerr_t NcropIntegrate(
bool , Oryza2000State *);
44 inline double ancr()
const {
return this->anso + this->anlv + this->anrt + this->anld + this->anst; };
50 inline double ancrf()
const {
return this->ansta + this->anlva; };
55 inline double atn()
const {
return this->atnlv + this->atnst + this->atnrt; };
Spatially explicit groundwater model.
Definition airchemistryput.h:15