From b1766110228e5e936481e0365b5341efd393a086 Mon Sep 17 00:00:00 2001 From: ftomei Date: Tue, 18 Jun 2024 15:49:49 +0200 Subject: [PATCH] add crop unit table --- agrolib/crop/crop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agrolib/crop/crop.h b/agrolib/crop/crop.h index 68c81dbe..29c32389 100644 --- a/agrolib/crop/crop.h +++ b/agrolib/crop/crop.h @@ -43,8 +43,8 @@ /*! * water need */ - double kcMax; /*!< [-] */ - int psiLeaf; /*!< [cm] */ + double kcMax; /*!< [-] maximum crop coefficient */ + int psiLeaf; /*!< [cm] maximum water suction potential */ double stressTolerance; /*!< [-] */ double fRAW; /*!< [-] fraction of Readily Available Water */