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

NOTE: 1 namelist vs input data inconsistencies found.

fxning

New member
Hello, I encountered this problem while running real.exe and I don't know how to adjust it

taskid: 0 hostname: n-vmwarevirtualplatform
module_io_quilt_old.F 2931 T
Ntasks in X 1 , ntasks in Y 1
Domain # 1: dx = 900.000 m
Domain # 2: dx = 300.000 m
Domain # 3: dx = 100.000 m
REAL_EM V4.3.1 PREPROCESSOR
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde 1 557 1 392
ims,ime,jms,jme -4 562 -4 397
ips,ipe,jps,jpe 1 557 1 392
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 6493555940 bytes allocated
d01 2022-10-17_06:00:00 Yes, this special data is acceptable to use: OUTPUT FROM METGRID V4.3.1
d01 2022-10-17_06:00:00 Input data is acceptable to use: met_em.d01.2022-10-17_06:00:00.nc
metgrid input_wrf.F first_date_input = 2022-10-17_06:00:00
metgrid input_wrf.F first_date_nml = 2022-10-17_06:00:00
d01 2022-10-17_06:00:00 input_wrf.F: SIZE MISMATCH: namelist num_metgrid_levels = 27
d01 2022-10-17_06:00:00 input_wrf.F: SIZE MISMATCH: input file BOTTOM-TOP_GRID_DIMENSION = 38
d01 2022-10-17_06: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: 1301
NOTE: Please check and reset these options
-------------------------------------------
 

Attachments

  • namelist.input
    9.8 KB · Views: 1
d01 2022-10-17_06:00:00 input_wrf.F: SIZE MISMATCH: namelist num_metgrid_levels = 27
d01 2022-10-17_06:00:00 input_wrf.F: SIZE MISMATCH: input file BOTTOM-TOP_GRID_DIMENSION = 38

This message means that the number of levels in your met_em* files is 38, but in namelist.input, you have num_metgrid_levels=27. Change that to 38 in the namelist and try again.
 
Top