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

grid%tsk unreasonable ECHAM6

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.

JCollins

New member
I am trying to run WRF with climatic data (ECHAM6).

The preprocess steps I follow are:

- ungrib.exe with Vtable.ECHAM6_sigma (attached).
- calc_ecmwf_p.exe with ecmwf_coeffs (attached).
- metgrid.exe with METGRID.TBL.ECHAM6_sigma (attached).

The preprocess finishes correctly. When executing real.exe, the following error is printed:

Code:
NLCD40 being used with an OK scheme
  Assume Noah LSM input
artificial forcing silty clay loam at 40 points, out of 6241
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 3082
unreasonable grid% tsk
-------------------------------------------
application called MPI_Abort (MPI_COMM_WORLD, 1) - process 0
[unset]: write_line error; fd = -1 buf =: cmd = abort exitcode = 1
:
system msg for write_line failure: Bad file descriptor

I can not fix the error.
I also attach namelist.wps, namelist.input and real.log.
 

Attachments

  • namelist.input
    2.2 KB · Views: 83
  • namelist.wps
    749 bytes · Views: 77
  • real.log
    49 bytes · Views: 78
  • ecmwf_coeffs.txt
    3.3 KB · Views: 69
  • METGRID.TBL.ECHAM6_sigma.txt
    24.1 KB · Views: 74
  • Vtable.ECHAM6_sigma.txt
    4.1 KB · Views: 83
Hi,
This error message typically means that either the tsk value is not reasonable or it is not consistent with the landmask. Take a look at your met_em* files and look at the variable TSK to determine if anything looks odd. To be consistent with the landmask, there should be reasonable skin temperature values on the land points.
 
Top