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

FATAL CALLED FROM FILE: <stdin> LINE: 3062 grid%tsk unreasonable using GFS data

Hi all,
While running real.exe I'm facing an error.
in rsl.error.0000 -->

d01 2017-11-29_00:00:00 No average surface temperature for use with inland lakes
Assume Noah LSM input
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 3062
grid%tsk unreasonable

-------------------------------------------
I am using GFS data.
Here I attach the rsl.error.0000, namelist.input, and met_em.d01.2017-11-29_00:00:00.nc


Can anyone help me please to solve this error?
 

Attachments

  • met_em.d01.2017-11-29_00:00:00.zip
    449.3 KB · Views: 0
  • rsl.error.0000
    1.7 KB · Views: 2
  • namelist.input
    4.6 KB · Views: 6
The root cause of the error is below. You have to follow the steps below if you wanna use LSM.

The error was related to the geogrid.exe. The geographic data was not full. But the geogrid.log didn't show any error.
## Error
1. geo_em files show unreliable values for LANDMASK, SKINTEMP , SOILTEMP, HGT_M and ALBEDO12M variables.
2. It will reflect to met_em files also.
3. So real.exe cant read these inputs from met_em files, if you are using sf_surface_physics =2, 3, 4, or 5 (LSM)
## solution
1. Make sure the path to GEOG files is correct eg: /home/user/WPS_GEOG/ (Sometimes path starting with ~/WPS_GEOG/ won't work )
2. Re-run geogrid.exe, ungrib.exe and metgrid.exe

My error has been solved and here I attach the solution for the public.!
 
Top