"floating overflow" error in LIS #1220
-
Hi, However, now I am facing a new "floating overflow" error which is recorded in the PBS error log as below :
The PBS output file logs the following :
The lislog.xxxx does not log anything specific to the error, and just ends while processing 19870920 timestep :
The HyMAP2_modelMod.F90 contains the following code at line 393: I would appreciate if someone could help me resolve this issue. I am attaching the lisconfig file for reference. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bhanu-magotra, All that said, I suggest that you update the following options in your lis.config file: HYMAP2 routing model time step: "15mn" These options will result in longer, but more stable runs. I also suggest that you don't restart HyMAP from a previous run using the previous configuration. Instead, you should "coldstart" the model with the new configuration. If the model keeps crashing at the same line, you can play with the alfa coefficient. Alternatively, if local inertia isn't really needed in your simulations, you can keep your original configuration and simply use "kinematic", as follows: HYMAP2 routing method: "kinematic" That will insure stability in your runs. I hope this helps. Augusto |
Beta Was this translation helpful? Give feedback.
Hi @bhanu-magotra,
I see in your lis.config file that you are using "1hr" time step for both HyMAP and Noah. I can also see that you are using "local inertia" as routing method. As opposed to the "kinematic" wave option, local inertia may result in numerical instability and crash. Numerical stability is reached by using short time steps. The "adaptive" time step option is built for that purpose. That option breaks the user defined time step into optimal time steps. Optimality is based on the alfa coefficient. Ideally, that coefficient should be lower than 1.
All that said, I suggest that you update the following options in your lis.config file:
HYMAP2 routing model time step: "15mn"
HYMAP…