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
Traceback (most recent call last):
/lib64/libpthread.so.0(+0x7ea5) [0x2abf8f589ea5]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0xb61b4) [0x2abf8f8541b4]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0x83995) [0x2abf8f821995]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0x84317) [0x2abf8f822317]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(__kmp_invoke_microtask+0x93) [0x2abf8f853d43]
./vic_image.exe() [0x4b4bd1]
./vic_image.exe() [0x40d7f7]
./vic_image.exe() [0x443e9a]
[ERROR] ../../vic_run/src/CalcAerodynamic.c:119: errno: Numerical result out of range: Trunk space height below "center" of lower boundary
What does this mean and how can I fix it?
The text was updated successfully, but these errors were encountered:
ZhengWang1003
changed the title
error in make (Makefile)
[ERROR] ../../vic_run/src/CalcAerodynamic.c:119: errno: Numerical result out of range: Trunk space height below "center" of lower boundary
Mar 18, 2023
Hi everyone,
when I execute the: vic_image.exe -g global.txt, (VIC.5.0.1),
the error occurred as follows (in result file: vic.log.txt),
......
[DEBUG] ../shared_image/src/vic_image_run.c:57: Running timestep 0: dmy:
day : 1
day_in_year : 1
seconds : 0
month : 1
year : 1961
Traceback (most recent call last):
/lib64/libpthread.so.0(+0x7ea5) [0x2abf8f589ea5]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0xb61b4) [0x2abf8f8541b4]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0x83995) [0x2abf8f821995]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(+0x84317) [0x2abf8f822317]
/public/software/compiler/intel/intel-compiler-2017.5.239/compiler/lib/intel64/libiomp5.so(__kmp_invoke_microtask+0x93) [0x2abf8f853d43]
./vic_image.exe() [0x4b4bd1]
./vic_image.exe() [0x40d7f7]
./vic_image.exe() [0x443e9a]
[ERROR] ../../vic_run/src/CalcAerodynamic.c:119: errno: Numerical result out of range: Trunk space height below "center" of lower boundary
What does this mean and how can I fix it?
The text was updated successfully, but these errors were encountered: