Closed KaixuanDai closed 9 months ago
You would need to analyze the core dump to find out where exactly the error occurred. It's impossible to diagnose this from afar.
One thing that caught my eye is that it looks like you supply long-wave downwelling radiation (rlds.clm) as your "lwnet"
input file. That is the wrong type of radiation. The value of lwnet = 289.56
in your output is outside the range of what you would expect as long wave net radiation so I can imagine that this causes unexpected model behaviour.
You should either provide long wave net radiation as input, or you can change the "radiation"
setting in your configuration file to RADIATION_LWDOWN
to have LPJmL convert long-wave downwelling radiation to long wave net radiation. Note, however, that using long wave downwelling vs. using long wave net radiation will lead to different results if you use monthly climate input data.
Thanks for the suggestion, I changed the parameters to and still get the above error. The new output is :
Simulation begins...
temp = 24.40 prec = 0.60 wet = 0.88 lwdown = 362.56 swdown = 226.71
Subsequently I would like to try debugging the program to find the real cause of the error, thank you a lot.
Hi, After I prepared the basic soil grids input data by the LandInG, and the necessary climate data by this repository. My input parameters are:
When I run the
-fpe
flag, the model sometimes shows the errorERROR019: Floating point exception occurred
.However, by removing the
-fpe
flag, the the succeed runnng as fallows:I would like to know what problem might be causing this error? Thanks.