./wrf.exe ERROR

Sarakhj

New member
Hi 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 in run directory. 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: 1695
module_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 0
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
INPUT FILE FOR LANDUSE REACHED END OF FILE
LANDUSE 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.0001
CURRENT DATE = 2024-05-15_00:00:00
SIMULATION START DATE = 2024-05-15_00:00:00
Max 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.00000000
INPUT 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

Please double check to make sure that LANDUSE.TBL is located in your working directory. The error message clearly indicates that this file is absent.
 
Last edited:
Back
Top