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

Error REAL. EXE

andysant18

New member
Hi, I am running the wrf model as first time, I am running it since a cluster on my computer . I has been use this model because I want to simulate hurricane Otis. Since 23 october 2023. That is my tesis proyect but I saw a few problems and I dont know what I Will do. All my datas are from ERA5. The next text is the error:
base) a.7116@tlaloc ~/Build_WRF/WPS-4.5 $ cat rsl.error.0000
taskid: 0 hostname: node1
module_io_quilt_old.F 2931 T
Ntasks in X 2 , ntasks in Y 2
Domain # 1: dx = 9000.000 m
REAL_EM V4.5.2 PREPROCESSOR
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde 1 220 1 220
ims,ime,jms,jme -4 117 -4 117
ips,ipe,jps,jpe 1 110 1 110
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 527238964 bytes allocated
d01 2023-10-23_00:00:00 Yes, this special data is acceptable to use: OUTPUT FROM METGRID V4.6.0
d01 2023-10-23_00:00:00 Input data is acceptable to use: met_em.d01.2023-10-23_00:00:00.nc
metgrid input_wrf.F first_date_input = 2023-10-23_00:00:00
metgrid input_wrf.F first_date_nml = 2023-10-23_00:00:00
----------------- ERROR -------------------
namelist : num_metgrid_soil_levels = 4
input files : NUM_METGRID_SOIL_LEVELS = 0 (from met_em files).
d01 2023-10-23_00:00:00 ---- ERROR: Mismatch between namelist and global attribute NUM_METGRID_SOIL_LEVELS
d01 2023-10-23_00:00:00 input_wrf.F: SIZE MISMATCH: namelist num_metgrid_levels = 27
d01 2023-10-23_00:00:00 input_wrf.F: SIZE MISMATCH: input file BOTTOM-TOP_GRID_DIMENSION = 11
d01 2023-10-23_00:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE: 2 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1298
NOTE: Please check and reset these options
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
(base) a.7116@tlaloc ~/Build_WRF/WPS-4.5 $
 
@ andysant18

The error message below clearly indicates that the vertical levels in your input data and that specified in namelist are inconsistent.
Please change namelist num_metgrid_levels = 11, then try again.

Code:
d01 2023-10-23_00:00:00 input_wrf.F: SIZE MISMATCH: namelist num_metgrid_levels = 27
d01 2023-10-23_00:00:00 input_wrf.F: SIZE MISMATCH: input file BOTTOM-TOP_GRID_DIMENSION = 11

I al also concerned where did you get ERA5 data? ERA5 should have 38 vertical levels. But your input data only have 11 levels. This is another concern I have at present.
 
Top