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

LCZ ingestion not working when running geogrid

sashank

New member
I did the following:

added to namelist.wps:
geog_data_res = 'cglc_modis_lcz+default', 'cglc_modis_lcz+default',

linked GEOGRID.TBL to GEOGRID.TBL.ARW_LCZ

added the following to GEOGRID.TBL

===============================
name=LANDUSEF
priority = 2
dest_type = categorical
z_dim_name = land_cat
interp_option = cglc_modis_lcz:nearest_neighbor
rel_path = cglc_modis_lcz:CGLC_MODIS_LCZ_global/
===============================

However getting the follwoing warning, and geo file produced did not use lcz params
2025-10-10 12:30:13.773 --- INFORM: For LANDUSEF, couldn't find interpolator sequence for resolution cglc_modis_lcz.
2025-10-10 12:30:13.773 --- INFORM: Using default interpolator sequence for LANDUSEF.
2025-10-10 12:30:13.773 --- INFORM: For LANDUSEF, couldn't find cglc_modis_lcz data source.
2025-10-10 12:30:13.773 --- INFORM: Using default data source for LANDUSEF.
 

Attachments

  • ls.txt
    2.4 KB · Views: 0
  • geogrid.log
    28.8 KB · Views: 0
  • GEOGRID.TBL
    36.7 KB · Views: 0
  • namelist.wps
    785 bytes · Views: 0
Top