I am trying to run a simple WRF test on two different machines and am trying to figure out why one was successful whereas another was not.
I am running the same test on both machines and am able to get all the way to wrf.exe on both. However, on the unsuccessful machine I get the following error in my rsl.error.0000 file:
###UNSUCCESSFUL rsl.error.0000
Timing for Writing wrfout_d01_2036-09-17_00:00:00 for domain 1: 24.97511 elapsed seconds
At line 777 of file module_date_time.f90
Fortran runtime error: Bad value during integer read
Error termination. Backtrace:
#0 0x14e742b8d171 in ???
#1 0x14e742b8dd19 in ???
#2 0x14e742b8e521 in ???
#3 0x14e742d93706 in ???
#4 0x14e742d97adc in ???
#5 0x14e742d98ca4 in ???
#6 0xf06daf in ???
#7 0xfb9102 in ???
#8 0x10453ea in ???
#9 0x1049f0b in ???
#10 0x468739 in ???
#11 0x407431 in ???
#12 0x406a1c in ???
#13 0x14e741dcc7e4 in ???
#14 0x406a5d in ???
#15 0xffffffffffffffff in ???
It is unclear to me if this means the wrfout file write finished or not. In my successful case, this is what the rsl.error.0000 file displays at the same place:
###SUCCESSFUL rsl.error.0000
Timing for Writing wrfout_d01_2036-09-17_00:00:00 for domain 1: 0.69404 elapsed seconds
Timing for processing lateral boundary for domain 1: 1.77285 elapsed seconds
While I have seen a few posts on the forum regarding the error "At line 777 of file module_date_time.f90 | Fortran runtime error: Bad value during integer read", they have not been helpful for me with this current issue. Any suggestions for solving this issue are appreciated.
I am running the same test on both machines and am able to get all the way to wrf.exe on both. However, on the unsuccessful machine I get the following error in my rsl.error.0000 file:
###UNSUCCESSFUL rsl.error.0000
Timing for Writing wrfout_d01_2036-09-17_00:00:00 for domain 1: 24.97511 elapsed seconds
At line 777 of file module_date_time.f90
Fortran runtime error: Bad value during integer read
Error termination. Backtrace:
#0 0x14e742b8d171 in ???
#1 0x14e742b8dd19 in ???
#2 0x14e742b8e521 in ???
#3 0x14e742d93706 in ???
#4 0x14e742d97adc in ???
#5 0x14e742d98ca4 in ???
#6 0xf06daf in ???
#7 0xfb9102 in ???
#8 0x10453ea in ???
#9 0x1049f0b in ???
#10 0x468739 in ???
#11 0x407431 in ???
#12 0x406a1c in ???
#13 0x14e741dcc7e4 in ???
#14 0x406a5d in ???
#15 0xffffffffffffffff in ???
It is unclear to me if this means the wrfout file write finished or not. In my successful case, this is what the rsl.error.0000 file displays at the same place:
###SUCCESSFUL rsl.error.0000
Timing for Writing wrfout_d01_2036-09-17_00:00:00 for domain 1: 0.69404 elapsed seconds
Timing for processing lateral boundary for domain 1: 1.77285 elapsed seconds
While I have seen a few posts on the forum regarding the error "At line 777 of file module_date_time.f90 | Fortran runtime error: Bad value during integer read", they have not been helpful for me with this current issue. Any suggestions for solving this issue are appreciated.