wrf.exe error

Sarakhj

New member
Hello everyone;

I have installed WRF version 4.3.3 and linked the LANDUSE.TBL and VEGPARM.TBL files with other LANDUSE.TBL and VEGPARM.TBL files. The ./real.exe step completed without any errors, but ./wrf.exe has the following error:
D01: Ratio Including Maximum Map Factor = 2.27969980 (s/km)D01: NML defined reasonable_time_step_ratio = 6.00000000-------------- FATAL CALLED ---------------FATAL CALLED FROM FILE: <stdin> LINE: 1695module_physics_init.F: LANDUSE_INIT: open failure for LANDUSE.TBL-------------------------------------------Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"INPUT FILE FOR LANDUSE REACHED END OF FILELANDUSE IN INPUT FILE DOES NOT MATCH LUTABLE: TABLE NOT USED(base) farjami@computenode:/mnt/datadisk1/farjami/wrf-polar/Build_WRF/WRF-4.3.3/run$ tail rsl.error.0001CURRENT DATE = 2024-05-15_00:00:00SIMULATION START DATE = 2024-05-15_00:00:00Max map factor in domain 1 = 1.14. Scale the dt in the model accordingly.D01: Time step = 60.0000000 (s)D01: Grid Distance = 30.0000000 (km)D01: Grid Distance Ratio dt/dx = 2.00000000 (s/km)D01: Ratio Including Maximum Map Factor = 2.27969980 (s/km)D01: NML defined reasonable_time_step_ratio = 6.00000000INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"LANDUSE IN INPUT FILE DOES NOT MATCH LUTABLE: TABLE NOT USED
Is there a way to solve this problem? I would appreciate your guidance in this matter. I have attached the namelist file for your reference.

Best regards
 

Attachments

The error message "open failure for LANDUSE.TBL" indicates that "LANDUSE.TBL" doesn't exist in your working directory.

Also, "Maximum Map Factor = 2.27969980" is way too large. The reasonable value should be around 1.0

Please take a look at the document here to gain necessary knowledge about running WRF.
 
Back
Top