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

WRF can't identify lake class in wrfinput file

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

yanhongyi

Member
I see that the index file of "modis_landuse_20class_30s_with_lakes" (which is set as default in namelist.wps) points to "MODIFIED_IGBP_MODIS_NOAH", and "MODIFIED_IGBP_MODIS_NOAH" has no lake class parameters in LANDUSE.TBL and VEGPARM.TBL...this also confuses me, because without lake's parameters, real.exe will change lake class to water class in wrfinput file.

how to solve this problem?
 
REAL handles the lake issue based on sf_lake_physics option. When this option is turned on, the landuse type of lake is used to determine lakemask, and the lake physics module will be called later when wrf.exe starts. If the sf_lake_physics is turned off, REAL will reset lake points to water points and these points will be treated the same as ocean water points in wrf.exe run. This its why no specific parameters are given to 'lake' in LANDUSE.TBL and VEGPARM.TBL.
 
Top