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 trying to read metadata

BNishant

New member
Getting the error "Error trying to read metadata" when running wrf.exe and suddenly stops. I have shared the error and namelist file for the reference. Kindly suggest me some solution.

Regards
Nishant
 

Attachments

  • namelist.input
    5.6 KB · Views: 8
i think error in auxinput5_interval_m = 720,720,
You will need to set the interval to match 1 hour
auxinput5_interval_m = 60
 
When we are having two 12hr emission data files , then
auxinput5_inname = 'wrfchemi_<hr>z_d<domain>',
io_form_auxinput5 = 2,
frames_per_auxinput5 = 12,12,

Why the auxinput5_interval =60 ?? . Above setting are correct or not?
 
When we are having two 12hr emission data files , then
auxinput5_inname = 'wrfchemi_<hr>z_d<domain>',
io_form_auxinput5 = 2,
frames_per_auxinput5 = 12,12,

Why the auxinput5_interval =60 ?? . Above setting are correct or not?
input time interval for anthropogenic-emissions data. Typical settings are hourly for NEI emissions and monthly for the RETRO/EDGAR data
 
Top