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 - input_wrf.F: SIZE MISTMATCH

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.

Hi,

I have successfully run simulations for WRF-ARW for a few months (Jan-Mar) but when I try to simulate it for few other months (Apr-May) then I am getting the following error message when I run real.exe:

"metgrid input_wrf.F first_date_nml = 2016-04-01_00:00:00
d01 2016-05-11_12:00:00 input_wrf.F: SIZE MISMATCH: namelist ide,jde,num_metgrid_levels= 74 74 27
d01 2016-05-11_12:00:00 input_wrf.F: SIZE MISMATCH: input file ide,jde,kde = 74 74 32
d01 2016-05-11_12:00:00 ---- ERROR: Mismatch between namelist and input file dimensions
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1142
NOTE: Please check and reset these options
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0"

Appreciate assistance and guidance.

Thanks
Kunal
 
Please change the setting from

num_metgrid_levels=27

to

num_metgrid_levels=32

Then rerun this case.
 
Top