Hi everyone,
This error is similar to those reported in several other cases over the past year ('WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL' occurred., Problems running Urban UCM and WUDAPT LCZ, cglc-modis-lcz_100m dataset " WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL USING DEFAULT URBAN MORPHOLOGY") -- however, I've tried the fixes suggested there and remain stuck.
When attempting to use the Demuzere et al. 2023 100m LCZ product for a simulation over part of Asia, real.exe is OK but the model run ends immediately with the following error:
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
Skipping over LUTYPE = USGS
LANDUSE TYPE = MODIFIED_IGBP_MODIS_NOAH FOUND 20 CATEGORIES
INPUT SOIL TEXTURE CLASSIFICATION = STAS
SOIL TEXTURE CLASSIFICATION = STAS FOUND 19 CATEGORIES
USING DEFAULT URBAN MORPHOLOGY
WARNING, FRC_URB2D = 0 BUT IVGTYP IS URBAN
WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL
-------------- FATAL CALLED ---------------
USING URBPARM_LCZ.TBL WITH OLD 3 URBAN CLASSES. SET USE_WUDAPT_LCZ=0
I set up the GEOGRID.TBL according to Demuzere et al. 2023. Following previous suggestions, I've ensured that:
use_wudapt_lcz=1
sf_urban_physics=1
sf_surface_physics=2 or 4
I also commented out a couple code segments related to FRC_URB2D in the Fortran files, following Potential bug for initializing urban fraction · Issue #2039 · wrf-model/WRF, which somehow didn't seem to make any difference. The same error occurs in both multi- and single-domain cases.
Any ideas of how I might change things to be able to use this LCZ product for WRF runs outside CONUS?
Attached are the wrf.log and the namelist.input, namelist.wps, module_initialize_real.F, and module_sf_urban.F files I've been using.
Thanks,
Colin
This error is similar to those reported in several other cases over the past year ('WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL' occurred., Problems running Urban UCM and WUDAPT LCZ, cglc-modis-lcz_100m dataset " WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL USING DEFAULT URBAN MORPHOLOGY") -- however, I've tried the fixes suggested there and remain stuck.
When attempting to use the Demuzere et al. 2023 100m LCZ product for a simulation over part of Asia, real.exe is OK but the model run ends immediately with the following error:
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
Skipping over LUTYPE = USGS
LANDUSE TYPE = MODIFIED_IGBP_MODIS_NOAH FOUND 20 CATEGORIES
INPUT SOIL TEXTURE CLASSIFICATION = STAS
SOIL TEXTURE CLASSIFICATION = STAS FOUND 19 CATEGORIES
USING DEFAULT URBAN MORPHOLOGY
WARNING, FRC_URB2D = 0 BUT IVGTYP IS URBAN
WARNING, THE URBAN FRACTION WILL BE READ FROM URBPARM.TBL
-------------- FATAL CALLED ---------------
USING URBPARM_LCZ.TBL WITH OLD 3 URBAN CLASSES. SET USE_WUDAPT_LCZ=0
I set up the GEOGRID.TBL according to Demuzere et al. 2023. Following previous suggestions, I've ensured that:
use_wudapt_lcz=1
sf_urban_physics=1
sf_surface_physics=2 or 4
I also commented out a couple code segments related to FRC_URB2D in the Fortran files, following Potential bug for initializing urban fraction · Issue #2039 · wrf-model/WRF, which somehow didn't seem to make any difference. The same error occurs in both multi- and single-domain cases.
Any ideas of how I might change things to be able to use this LCZ product for WRF runs outside CONUS?
Attached are the wrf.log and the namelist.input, namelist.wps, module_initialize_real.F, and module_sf_urban.F files I've been using.
Thanks,
Colin