Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrf.exe Fortran runtime error: End of record

mostafa

Member
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 41 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
At line 1747 of file module_sf_noahdrv.f90
Fortran runtime error: End of record

Error termination. Backtrace:
#0 0x7fd749221960 in ???
#1 0x7fd7492224d9 in ???
#2 0x7fd74922310f in ???
#3 0x7fd749475360 in ???
#4 0x7fd74947f2db in ???
#5 0x7fd74948335b in ???
#6 0x7fd7494842e5 in ???
#7 0x5604c5719738 in ???
#8 0x5604c4dd1874 in ???
#9 0x5604c4dfa871 in ???
#10 0x5604c465c11c in ???
#11 0x5604c41ed05c in ???
#12 0x5604c3b8474a in ???
#13 0x5604c2ba4f5b in ???
#14 0x5604c2b2d477 in ???
#15 0x5604c2b2c8fe in ???
#16 0x7fd748df9d8f in ???
#17 0x7fd748df9e3f in ???
#18 0x5604c2b2c934 in ???
#19 0xffffffffffffffff in ???

hello, collage I'm get this error and find it at rsl.error 44 and 45 from 60 rsl can you help and advise me?
 

Attachments

  • namelist.input
    5.3 KB · Views: 3
  • namelist.wps
    739 bytes · Views: 1
  • rsl.error.zip
    2.8 KB · Views: 2
Thanks. I asked this because your namelist is set up with the domain resolutions:
dx = 39000, 13000, 4333.333,
dy = 39000, 13000, 4333.333,

If your input data is 0.25 degrees, that means it's roughly 28 km grid spacing, which means you do not need a parent domain with a resolution of 39 km. Your d01 could just be 13 km, and then you could have one nest with a resolution of 4.333 km, and that should be sufficient. Take a look at this page, which discusses best practices for setting up your domain.
 
Thanks. I asked this because your namelist is set up with the domain resolutions:
dx = 39000, 13000, 4333.333,
dy = 39000, 13000, 4333.333,

If your input data is 0.25 degrees, that means it's roughly 28 km grid spacing, which means you do not need a parent domain with a resolution of 39 km. Your d01 could just be 13 km, and then you could have one nest with a resolution of 4.333 km, and that should be sufficient. Take a look at this page, which discusses best practices for setting up your domain.
same error with 0.5deg but work with another set of physics. with some segmentation error without report
 
Even if using 0.5 degree data, you shouldn't need a parent domain with a resolution of 39km. I would recommend sticking with the 0.25 input data and not using the outer domain of 39km. Of course this means you will need to rerun WPS. It's possible you may still run into issues, and perhaps it does have to do with the physics options, but it's important to get your domain set up correctly first.
 
Even if using 0.5 degree data, you shouldn't need a parent domain with a resolution of 39km. I would recommend sticking with the 0.25 input data and not using the outer domain of 39km. Of course this means you will need to rerun WPS. It's possible you may still run into issues, and perhaps it does have to do with the physics options, but it's important to get your domain set up correctly first.
I'm already rerunning but I'm found this errors occurred when chemistry is running with the tropical physics on another hand i will take your opinion in next run thanks kwerner 😊😊
 
Top