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 ERROR when ./real.exe for WRF-UCM using NARR

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.

lslrsgis

Member
Dear WRF community,

I am trying to use WRF-UCM to do one month simulation around New York city. NARR (0.5*0.5deg, 3h) is used to generate lateral boundary condition and initial condition.

It seems OK when processing NARR files, namely the following four files (taking 2006070115 as example):
merged_AWIP32.2006070115.3D
merged_AWIP32.2006070115.RS.clm
merged_AWIP32.2006070115.RS.pbl
merged_AWIP32.2006070115.RS.sfc

However, when ./real.exe, there is fatal called error:
-------------------------------------------------------------------------------------------
p_top_requested = 5000.00000
allowable grid%p_top in data = 10000.0000
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1173
p_top_requested < grid%p_top possible from data
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1173
p_top_requested < grid%p_top possible from data


The namelist files, narr file lists and related files can be found in the tar file. Any help is appreciated, thanks.

LSL
 

Attachments

  • WRF_NARR_UCM_namelist_files.tar.gz
    663.8 KB · Views: 70
Thanks. I have changed the p_top_requested to 100000. However, when ./real.exe, there is error pompted out as:

-----------------------------------------------------------------------------

Domain 1: Current date being processed: 2006-07-12_00:00:00.0000, which is loop # 1 out of 5
configflags%julyr, %julday, %gmt: 2006 193 0.00000000
d01 2006-07-12_00:00:00 Yes, this special data is acceptable to use: OUTPUT FROM METGRID V4.0
d01 2006-07-12_00:00:00 Input data is acceptable to use: met_em.d01.2006-07-12_00:00:00.nc
metgrid input_wrf.F first_date_input = 2006-07-12_00:00:00
metgrid input_wrf.F first_date_nml = 2006-07-12_00:00:00
d01 2006-07-12_00:00:00 Timing for input 0 s.
Max map factor in domain 1 = 1.01. Scale the dt in the model accordingly.
Missing surface temp, replaced with closest level, use_surface set to false.
Missing surface RH, replaced with closest level, use_surface set to false.
Missing surface u wind, replaced with closest level, use_surface set to false.
Missing surface v wind, replaced with closest level, use_surface set to false.
ERROR in psfc: flag_psfc = 1, flag_soilhgt = 0, flag_slp = 0, sfcp_to_sfcp = F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1369
not enough info for a p sfc computation
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1369
not enough info for a p sfc computation
-------------------------------------------

What should I do?
 
Moreover, when I start to ./real.exe before the above step, it comes:

----------------- ERROR -------------------
namelist : num_metgrid_soil_levels = 4
input files : NUM_METGRID_SOIL_LEVELS = 0 (from met_em files).
d01 2006-07-12_00:00:00 ---- ERROR: Mismatch between namelist and global attribute NUM_METGRID_SOIL_LEVELS
d01 2006-07-12_00:00:00 input_wrf.F: SIZE MISMATCH: namelist ide,jde,num_metgrid_levels= 293 292 27
d01 2006-07-12_00:00:00 input_wrf.F: SIZE MISMATCH: input file ide,jde,kde = 293 292 30
d01 2006-07-12_00:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE: 2 namelist vs input data inconsistencies found.

Then I changed the soil levels and metgrid_levels in the namelist.input to consist with met_grid files. I am not sure this is proper or not.

BTW, is there any detailed guide for using NARR in WRF? Thanks.
 
Top