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
 
您好,我想寻求建议。我使用 CGLC-MODIS-LCZ_100m 作为底层表面数据,并结合了论文“在共享社会经济途径 (SSP) 和代表性集中途径 (RCP) 的八种情景下,2100 年全年 1 公里分辨率的全球城市分数变化”中的城市分数数据。我自定义并替换了输入文件中的 FRC_URB2D 字段。所有预处理步骤(geogrid.exe、ungrib.exe、metgrid.exe real.exe)均以 NUM_LAND_CAT=61(基于 MODIS)成功运行。但是,在wrf.exe过程中,我遇到了错误:
Warning: too many input landuse types

我注意到您的解决方案涉及将索引文件中的 mminlu 值修改为“USGS”。我有三个问题:

  1. 您在哪个地理数据索引文件中修改了 mminlu?
  2. 修改后,您是否重新运行了整个 WRF 工作流程?
  3. 如果我切换到 'USGS'(默认 24 个类别),它会影响我的 NUM_LAND_CAT=61 设置吗?
以下是我的日志文件 (rsl.error.0000.txt) 供您参考。非常感谢您抽出时间接受采访!
 

Attachments

  • rsl.out.0000
    38.4 KB · Views: 0
Top