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 while running wrf-chem

Vaishnavi_198

New member
Hey everyone,

I tried to run a wrf-chem simulation after preparing all the emission input files, like fire emission, biogenic emission and anthropogenic emissions but I ran into the error. I do not know what is wrong. I am using WRF version 4.3.3. Please find attached the rsl file and namelist.input file

Timing for Writing wrfout_d01_2023-01-01_00:00:00 for domain 1: 2.84189 elapsed seconds
d01 2023-01-01_00:00:00 CALL med_read_wrf_chem_emiss
mediation_integrate: med_read_wrf_chem_emissions: Open file wrfchemi_00z_d01
HOURLY EMISSIONS UPDATE TIME 0.0 0.0
mediation_integrate: med_read_wrf_chem_emissions: Read emissions for time 2023-01-01_00:00:00
d01 2023-01-01_00:00:00 mediation_integrate: calling input_auxinput5
d01 2023-01-01_00:00:00 NetCDF error: NetCDF: Attribute not found
d01 2023-01-01_00:00:00 NetCDF error in ext_ncd_get_dom_ti.code CHAR, line 83 Element TITLE
d01 2023-01-01_00:00:00 Error trying to read metadata
d01 2023-01-01_00:00:00 File name that is causing troubles = wrfchemi_00z_d01
d01 2023-01-01_00:00:00 You can try 1) ensure that the input file was created with WRF v4 pre-processors, or


Thank you
 

Attachments

  • namelist.input
    8.7 KB · Views: 4
  • rsl.error.0000
    31.8 KB · Views: 0
Last edited:
Hi @Vaishnavi_198,

I don't know if you managed to fixed the error in the end. However the solution is to include the string "V4" (referring to the WRF version being >= 4.0) in the TITLE attribute of your emission files. Hopefully it will help other people facing the same problem.
 
Top