MMNINLU error on input for WRF3.9.1

htan2013

Member
Dear all,

I met this error when I tried to run wrf.exe:

input_wrf: SIMULATION_START_DATE not available in input
will use head_grid start time from namelist
MMINLU error on input
1 input_wrf: wrf_get_next_time current_date: ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ Status = -102
---- ERROR: Could not find matching time in input file
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1142
NOTE: Please check and reset these options
-------------------------------------------

I have wrfrst_d01_2043-10-01_00_00_00 ready, and the namelist.input is attached.
I check the "Times" in wrfrst file, it shows:
Times =
"2043-10-01_00:00:00" ;

The wrfrst, namelist and wrfbdy/wrflowinp files are from someone else. I copied it to my directory.
Not sure what happened. Appreciate any advice.

Thanks,
HT
 

Attachments

Hi, Can you issue the following and then attach the *.txt files created?

Code:
ncdump -v Times wrfbdy_d01 >& wrfbdy.txt

ncdump -v Times wrflowinp_d01 >& wrflowinp.txt
 
Back
Top