I am having an issue with importing a new land cover dataset into WRF and was hoping I could get some pointers in doing this. I am wanting to use only the NLCD 2011 dataset as my new land cover. I have reclassified the NLCD landcover categories using ArcMap to align with the NLCD40 landcover category entries in LANDUSE.TBL and VEGPARM.TBL. I then converted the image to binary format using gdal_translate, which gave me one binary file with the naming system in the WRF manual (00001-ncols.00001-nrows). I have put the file in my geog folder and created an index file also (I've copied it below). It goes up to 99 because the NLCD40 Commercial/industrial landcover is labeled as 99 to use the urban canopy model. The new mminlu I have used is NLCD2011. When I go to run geogrid, I get the error "ERROR: MMINLU values differ among input fields. Based on reading LANDUSEF using entry 3 from GEOGRID.TBL mminlu = MODIFIED_IGBP_MODIS_NOAH but a previous GEOGRID.TBL entry resulted in mminlu being set to to NLCD2011". The GEOGRID.TBL entry is also pasted below (it is the third entry for LANDUSEF, so priority is 3). Do you know why it would tell me that my GEOGRID.TBL mminlu = MODIFIED_IGBP_MODIS_NOAH? I don't have that set in my index file and there isn't a place where it is specified in the GEOGRID.TBL entry.
index file:
type=categorical
category_min=1
category_max=99
projection=albers_nad83
dx=30.0
dy=30.0
known_x=1
known_y=104424
known_lat = 48.707394
known_lon = -130.232828
truelat1=29.5
truelat2=45.5
stdlon=-96.0
wordsize=1
missing_value=0.
filename_digits=6
tile_x=161190
tile_y=104424
tile_z=1
units="category"
description="NLCD 2011 with urban reclassified for SLUCM"
mminlu="NLCD2011"
GEOGRID.TBL entry:
===============================
name=LANDUSEF
priority=3
dest_type=categorical
z_dim_name=land_cat
interp_option = nearest_neighbor
abs_path = /group/sunf/Reed/geog/NLCD2011Reclass/
===============================
Thanks for your help,
Kyle
index file:
type=categorical
category_min=1
category_max=99
projection=albers_nad83
dx=30.0
dy=30.0
known_x=1
known_y=104424
known_lat = 48.707394
known_lon = -130.232828
truelat1=29.5
truelat2=45.5
stdlon=-96.0
wordsize=1
missing_value=0.
filename_digits=6
tile_x=161190
tile_y=104424
tile_z=1
units="category"
description="NLCD 2011 with urban reclassified for SLUCM"
mminlu="NLCD2011"
GEOGRID.TBL entry:
===============================
name=LANDUSEF
priority=3
dest_type=categorical
z_dim_name=land_cat
interp_option = nearest_neighbor
abs_path = /group/sunf/Reed/geog/NLCD2011Reclass/
===============================
Thanks for your help,
Kyle