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

Running WRF with Modis data yields an error too many input landuse types

lirui111

New member
When I was simulating WRFv4.5 model using Modis data, I changed the land cover type using MCD12q1 data. The WPS part did not report any errors and ran normally. The REAL also ran normally, but WRF reported too many input land use types errors, How can I fix the error?

rsl.error.0006:
INITIALIZE THREE Noah LSM RELATED TABLES
Normal ending of CAMtr_volume_mixing_ratio file
GHG annual values from CAM trace gas file
Year = 2024 , Julian day = 61
CO2 = 4.2522439610634302E-004 volume mixing ratio
N2O = 3.3495991497475930E-007 volume mixing ratio
CH4 = 1.9487297393219865E-006 volume mixing ratio
CFC11 = 2.0800352574117579E-010 volume mixing ratio
CFC12 = 4.7767273792767896E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
Max map factor in domain 1 = 1.00. Scale the dt in the model accordingly.
D01: Time step = 18.0000000 (s)
D01: Grid Distance = 3.00000000 (km)
D01: Grid Distance Ratio dt/dx = 6.00000000 (s/km)
D01: Ratio Including Maximum Map Factor = 5.99644232 (s/km)
D01: NML defined reasonable_time_step_ratio = 6.00000000
Normal ending of CAMtr_volume_mixing_ratio file
GHG annual values from CAM trace gas file
Year = 2024 , Julian day = 61
CO2 = 4.2522439610634302E-004 volume mixing ratio
N2O = 3.3495991497475930E-007 volume mixing ratio
CH4 = 1.9487297393219865E-006 volume mixing ratio
CFC11 = 2.0800352574117579E-010 volume mixing ratio
CFC12 = 4.7767273792767896E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
mediation_integrate.G 1242 DATASET=HISTORY
mediation_integrate.G 1243 grid%id 1 grid%oid 1
d01 2024-03-01_00:00:00 Input data is acceptable to use:
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 132 JS 104 JE 137
WRF NUMBER OF TILES = 1
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 2419
Warning: too many input landuse types
-------------------------------------------
Abort(1) on node 6 (rank 6 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 6
 
How many land use types do you have when using MCD12q1 ? Are these types same as those specified in LANDUSE.TBL?
 
How many land use types do you have when using MCD12q1 ? Are these types same as those specified in LANDUSE.TBL?
After reclassifying the tif file of MCD12q1 according to the WRF land cover type codes, there are still 17 types, and I did not modify LANDUSE.TBL, Can you guide me in making modifications to TBL? Here is my LANDUSE TBL and GEOGRID.TBL
 
After reclassifying the tif file of MCD12q1 according to the WRF land cover type codes, there are still 17 types, and I did not modify LANDUSE.TBL, Can you guide me in making modifications to TBL? Here is my LANDUSE TBL and GEOGRID.TBL
When I was simulating WRFv4.5 model using Modis data, I changed the land cover type using MCD12q1 data. The WPS part did not report any errors and ran normally. The REAL also ran normally, but WRF reported too many input land use types errors, How can I fix the error?

rsl.error.0006:
INITIALIZE THREE Noah LSM RELATED TABLES
Normal ending of CAMtr_volume_mixing_ratio file
GHG annual values from CAM trace gas file
Year = 2024 , Julian day = 61
CO2 = 4.2522439610634302E-004 volume mixing ratio
N2O = 3.3495991497475930E-007 volume mixing ratio
CH4 = 1.9487297393219865E-006 volume mixing ratio
CFC11 = 2.0800352574117579E-010 volume mixing ratio
CFC12 = 4.7767273792767896E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
Max map factor in domain 1 = 1.00. Scale the dt in the model accordingly.
D01: Time step = 18.0000000 (s)
D01: Grid Distance = 3.00000000 (km)
D01: Grid Distance Ratio dt/dx = 6.00000000 (s/km)
D01: Ratio Including Maximum Map Factor = 5.99644232 (s/km)
D01: NML defined reasonable_time_step_ratio = 6.00000000
Normal ending of CAMtr_volume_mixing_ratio file
GHG annual values from CAM trace gas file
Year = 2024 , Julian day = 61
CO2 = 4.2522439610634302E-004 volume mixing ratio
N2O = 3.3495991497475930E-007 volume mixing ratio
CH4 = 1.9487297393219865E-006 volume mixing ratio
CFC11 = 2.0800352574117579E-010 volume mixing ratio
CFC12 = 4.7767273792767896E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
mediation_integrate.G 1242 DATASET=HISTORY
mediation_integrate.G 1243 grid%id 1 grid%oid 1
d01 2024-03-01_00:00:00 Input data is acceptable to use:
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 132 JS 104 JE 137
WRF NUMBER OF TILES = 1
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 2419
Warning: too many input landuse types
-------------------------------------------
Abort(1) on node 6 (rank 6 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 6
I have resolved this issue, change the mminlu value in the index file to 'USGS', WRF runs normally
 
Top