Dear all,
I am reaching you as I have an issue on using WRF4.2 with a moving nest and high-resolution terrain and landuse input.
Currently, I manage to run WRF with a moving nest but without using high-resolution terrain. When doing it, I am following instructions presented here https://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.3/users_guide_chap5.html#movenest
and putting in my namelist:
Knowing that rsmas data are from here: https://www2.mmm.ucar.edu/wrf/src/wrf_files/data4movingnest.html
Also, geogrid made by WPS was done by using usgs with lakes.
The problem seems related to the interpolation of the LU_INDEX for the d02 when using hires. When doing so, lu_index tends to put incoherent values ( from negative to high values) and interp error
which creates the following error in WRF:
I traced it back to the interp_fcnm_lu function ( in share/interp_fcn.F) but could not go futher to understand what was wrong.
I tried adding -DLANDREAD_STUB in CFLAGS of the configure.wrf but it did not change anything.
I don't know if you have ever encountered this kind of problem and if you have any solution for it.
Thank you
Mathieu
I am reaching you as I have an issue on using WRF4.2 with a moving nest and high-resolution terrain and landuse input.
Currently, I manage to run WRF with a moving nest but without using high-resolution terrain. When doing it, I am following instructions presented here https://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.3/users_guide_chap5.html#movenest
and putting in my namelist:
Code:
input_from_hires = .false., .true.,
rsmas_data_path = “terrain_and_landuse_data_directory”
Knowing that rsmas data are from here: https://www2.mmm.ucar.edu/wrf/src/wrf_files/data4movingnest.html
Also, geogrid made by WPS was done by using usgs with lakes.
The problem seems related to the interpolation of the LU_INDEX for the d02 when using hires. When doing so, lu_index tends to put incoherent values ( from negative to high values) and interp error
Code:
horizontal interp error - lake ( 15, 13), using average -4.0000
which creates the following error in WRF:
Code:
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1734
ERROR: LANDUSE OUTSIDE RANGE = -1 AT 24 1 LUN= 33
-------------------------------------------
I traced it back to the interp_fcnm_lu function ( in share/interp_fcn.F) but could not go futher to understand what was wrong.
I tried adding -DLANDREAD_STUB in CFLAGS of the configure.wrf but it did not change anything.
I don't know if you have ever encountered this kind of problem and if you have any solution for it.
Thank you
Mathieu