FATES initialization with inventory #1120
-
Dear Developers, total area is wrong in update_hlm_dynamics 3.197600000000000E-003 I suspect there might be an issue with how I've calculated the area in my PSS file. I've utilized a calculation of 1 divided by the total number of patches (e.g., if patches are labeled as patch01, patch01, patch02, patch02, patch03, and patch04, then the area calculation should yield area = 1/4). Furthermore, regarding the CSS file, does it exclusively include living trees or all trees? Also, it seems that merging identical cohorts might not be necessary, which means each tree correspond to its own cohort? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
@LianGong98 I had this issue before, and the culprit happened to be truncation error. When you write the patch file, I suggest using several digits (12-14 digits), which should be sufficient to avoid the error message. Perhaps as a long-term solution, we could be less strict, by internally rescaling the patch areas when the area is not exactly 1 (potentially issuing a warning instead of an error). The CSS file should include living plants only. You are right, you can provide each individual tree as its own cohort in the initialisation file, and FATES will merge them into less cohorts if needed. |
Beta Was this translation helpful? Give feedback.
@LianGong98 I had this issue before, and the culprit happened to be truncation error. When you write the patch file, I suggest using several digits (12-14 digits), which should be sufficient to avoid the error message. Perhaps as a long-term solution, we could be less strict, by internally rescaling the patch areas when the area is not exactly 1 (potentially issuing a warning instead of an error).
The CSS file should include living plants only. You are right, you can provide each individual tree as its own cohort in the initialisation file, and FATES will merge them into less cohorts if needed.