Hello,
I am a beginner in WRF who is setting up a nested run using WRF 4.4.1 compiled with option 35 (with dm+sm). I run real.exe and wrf.exe for one domain without any problem, but when I include two additional nested domains, I only get one input file for d01 and not for d02 and d03. Running mpirun -np 4 ./real.exe, my job terminates after about 12 seconds. (I have managed to get the input files for similar additional nested domains d02 and d03 earlier, so I believe the problem is not related to the installation of WRF.)
I find this error message at the end of the rsl.error files:
where line 777 in module_date_time.f90 simply reads some date string:
However, I think my time input in the namelist.input is consistent with the time input in namelist.wps.
Attached are the namelist files and the rsl.error and rsl.out files. Any help would be highly appreciated.
Best regards,
Kristine
I am a beginner in WRF who is setting up a nested run using WRF 4.4.1 compiled with option 35 (with dm+sm). I run real.exe and wrf.exe for one domain without any problem, but when I include two additional nested domains, I only get one input file for d01 and not for d02 and d03. Running mpirun -np 4 ./real.exe, my job terminates after about 12 seconds. (I have managed to get the input files for similar additional nested domains d02 and d03 earlier, so I believe the problem is not related to the installation of WRF.)
I find this error message at the end of the rsl.error files:
Code:
At line 777 of file module_date_time.f90
Fortran runtime error: Bad value during integer read
Error termination. Backtrace:
#0 0x15263a93f171 in ???
#1 0x15263a93fd19 in ???
#2 0x15263a940521 in ???
#3 0x15263ab457a6 in ???
#4 0x15263ab49b6c in ???
#5 0x15263ab4ad34 in ???
#6 0x14d1202 in ???
#7 0x1579543 in ???
#8 0x4155f2 in ???
#9 0x415dc1 in ???
#10 0x406d70 in ???
#11 0x152639b81d84 in ???
#12 0x406dad in ???
#13 0xffffffffffffffff in ???
where line 777 in module_date_time.f90 simply reads some date string:
Code:
READ(str,33) yr,mm,dd,h,m,s
However, I think my time input in the namelist.input is consistent with the time input in namelist.wps.
Attached are the namelist files and the rsl.error and rsl.out files. Any help would be highly appreciated.
Best regards,
Kristine