Tarmactuna
New member
Hello WRF Community,
I'm currently working on generating more refined Land Surface Temperature (LST) maps using the WRF model. I have created some maps using the default settings and datasets but I don't think they are accurate enough and would like to refine these maps. To achieve this, I am attempting to incorporate more detailed datasets, specifically the NLCD 2021 land cover data and the USGS SRTM elevation data (If there is another way of getting more refined maps using the default data, please let me know). Despite following the tutorials and online presentations, I still face challenges in modifying the GEOGRID.TBL file and integrating this custom data into my WRF setup.
ERROR: Could not find interpolator sequence for requested resolution for LANDUSEF. The sources specified in namelist.wps is not listed in GEOGRID.TBL.
I'm currently working on generating more refined Land Surface Temperature (LST) maps using the WRF model. I have created some maps using the default settings and datasets but I don't think they are accurate enough and would like to refine these maps. To achieve this, I am attempting to incorporate more detailed datasets, specifically the NLCD 2021 land cover data and the USGS SRTM elevation data (If there is another way of getting more refined maps using the default data, please let me know). Despite following the tutorials and online presentations, I still face challenges in modifying the GEOGRID.TBL file and integrating this custom data into my WRF setup.
Steps I Have Taken:
- Data Preparation:
- Downloaded the NLCD 2021 land cover data and USGS SRTM elevation data.
- Ensured the data was in the correct format (GeoTIFF) and created the necessary index files using gdaltindex.
- Tutorials Followed:
- Modifications Made:
- Added entries in GEOGRID.TBL for the custom datasets with higher priority.
- Updated the namelist.wps file to reference the custom data sources.
Current Configuration:
GEOGRID.TBL Entries and namelist.wps file are attached below.Issue Encountered:
When I run geogrid.exe, I receive the following error:ERROR: Could not find interpolator sequence for requested resolution for LANDUSEF. The sources specified in namelist.wps is not listed in GEOGRID.TBL.
Request for Assistance:
I am seeking help with the following:- Correctly configuring the GEOGRID.TBL file to incorporate the custom datasets.
- Ensuring the namelist.wps file properly references the custom data.
- Any additional steps or common pitfalls to be aware of when using custom datasets in WRF.