You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering FATES-Hydro failing in dry regions, I think because it is not killing cohorts that should be dying. Here is an example error message from a run with the main branch (also posted in this discussion):
Using the fates_hydro_solver=2 did not help, and I also got the same error using this branch.
I tried increasing fates_mort_scalar_hydrfailure to 1.0 and replacing the linear function for hmort in EDMortalityFunctionsMod.F90 with an exponential. This allowed the case to run for longer before failing (11 years as opposed to two years), with error message:
23: EDPlantHydraulics water balance error exceeds threshold of =
23: 2.000000000000000E-005
23: transpiration demand: 1.760214942429399E-006 kg/step/plant
23: leaf water: 4.838807086771196E-002 kg/plant
23: stem_water: 2.758020242712950E-002 kg/plant
23: root_water: 4.295458774597534E-002 kg/plant
23: LWP: -1.84694996093702
23: dbh: 0.764072176312517
23: pft: 2
23: tree lai: 0.756667509231287 m2/m2 crown
23: recruitflag: F
23: lat: -21.7894736842106 lon: 292.500000000000
23: ENDRUN:
23: ERROR in FatesPlantHydraulicsMod.F90 at line 3866
For now I am just going to adjust my region to avoid dry areas outside the Amazon, but I wanted to post about this in case anyone else encountered this type of error.
ETA these runs are in no-comp mode with three evergreen tropical tree PFTs.
The text was updated successfully, but these errors were encountered:
PR 1164 with fates_hydro_solver=2 resolves this problem, so I am closing this issue. (Note that with fates_hydro_solver=1, it still fails with a "Could not find a stable solution for hydro 1D solve" error in one of the dry gridcells.)
I am encountering FATES-Hydro failing in dry regions, I think because it is not killing cohorts that should be dying. Here is an example error message from a run with the main branch (also posted in this discussion):
Using the fates_hydro_solver=2 did not help, and I also got the same error using this branch.
I tried increasing fates_mort_scalar_hydrfailure to 1.0 and replacing the linear function for hmort in EDMortalityFunctionsMod.F90 with an exponential. This allowed the case to run for longer before failing (11 years as opposed to two years), with error message:
For now I am just going to adjust my region to avoid dry areas outside the Amazon, but I wanted to post about this in case anyone else encountered this type of error.
ETA these runs are in no-comp mode with three evergreen tropical tree PFTs.
The text was updated successfully, but these errors were encountered: