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

real.exe error with RUC LSM (grid%tsk unreasonable)

lslrsgis

Member
Dear WRF community,



I have met a problem when running WRF V4.0.3 after executing ./real.exe. The driving data used is ERA-Interim. RUC land surface model is selected. The error in rsl.out.* file is as follows:



d01 2014-12-01_00:00:00 No average surface temperature for use with inland lakes

Assume non-RUC LSM input

from Noah to RUC - compute Noah bucket

from Noah to RUC - compute RUC bucket

error in the grid%tsk

i,j= 14 1

grid%landmask= 0.0000000E+00

grid%tsk, grid%sst, grid%tmn= 0.0000000E+00 0.0000000E+00 0.0000000E+00

-------------- FATAL CALLED ---------------

FATAL CALLED FROM FILE: <stdin> LINE: 3062

grid%tsk unreasonable



namelist.input, rsl.out.* and rsl.error.* are packed in one zip file.



Note: The ./real.exe can pass without any error when NOAH land surface model is selected, with the same option in namelist.input.
 

Attachments

  • files_RUC_tsk.zip
    205.5 KB · Views: 11
Hi,
In your namelist.input file, you have num_soil_layers = 4. When running with the RUC LSM, you need to set this to 9. I'm not certain that will fix the issue, but please give that a try and let me know the result after that. Thanks!
 
Dear WRF community,



I have met a problem when running WRF V4.0.3 after executing ./real.exe. The driving data used is ERA-Interim. RUC land surface model is selected. The error in rsl.out.* file is as follows:



d01 2014-12-01_00:00:00 No average surface temperature for use with inland lakes

Assume non-RUC LSM input

from Noah to RUC - compute Noah bucket

from Noah to RUC - compute RUC bucket

error in the grid%tsk

i,j= 14 1

grid%landmask= 0.0000000E+00

grid%tsk, grid%sst, grid%tmn= 0.0000000E+00 0.0000000E+00 0.0000000E+00

-------------- FATAL CALLED ---------------

FATAL CALLED FROM FILE: <stdin> LINE: 3062

grid%tsk unreasonable



namelist.input, rsl.out.* and rsl.error.* are packed in one zip file.



Note: The ./real.exe can pass without any error when NOAH land surface model is selected, with the same option in namelist.input.
Hi Islrsgis

I am facing the same issue as yours. Where you able to solve the error. Could you kindly share?
Thank you​

 
Hi,
In your namelist.input file, you have num_soil_layers = 4. When running with the RUC LSM, you need to set this to 9. I'm not certain that will fix the issue, but please give that a try and let me know the result after that. Thanks!
I tried this, but it didn't help.
 
I followed
But not able to figure out the issue.
 
@Anie_Lal
Are you also using RUC input data? If not, please create a new topic and we can help you on that thread. This thread is specific to RUC input data and that error. If you are using RUC, can you please attach your rsl.error.0000 file, along with your namelist.input file? Thanks!
 
@Anie_Lal
Are you also using RUC input data? If not, please create a new topic and we can help you on that thread. This thread is specific to RUC input data and that error. If you are using RUC, can you please attach your rsl.error.0000 file, along with your namelist.input file? Thanks!
Hallo, I also use RUC land surface model, but the driving data is ERA5. I tried Noah Land Surface Model and Thermal Diffusion Scheme, and the same error as lslrsgis can be solved by adding the parameter ‘surface_input_source’ in the namelist.input file. However, this error is appeared when I use RUC land surface model. I guess that some variables is missing in ERA5 single level data. The most difficult problem is that I am not clear which variable is needed. Could you give me some advice ?Thanks!
The attachment is my namelist.wps file, namelist_input file and rsl.error.0000 file.
 

Attachments

  • namelist.wps
    212 bytes · Views: 2
  • namelist.input
    3.7 KB · Views: 7
  • rsl.error.0000
    1.5 KB · Views: 5
Top