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

NO ERROR but failed in reading wrfchemin* files.

lorenz_D

New member
Hi all,
The namelist is configured to read anthropogenic aerosols and biomass burning aerosols; however, it appears to only read biomass aerosols, omitting the intended files. Despite this issue, the real.exe executes without encountering any errors. Notably, the identical namelist functions flawlessly on another server.
------------------namelist.input------------------
!anthro
auxinput5_interval = 3600
!auxinput5_inname = 'wrfchemi_d<domain>_<date>',
io_form_auxinput5 = 2,
!bio
auxinput6_interval_h = 24
auxinput6_inname = 'wrfbiochemi_d01',
io_form_auxinput6 = 2,
!finn
auxinput7_inname = 'wrffirechemi_d<domain>_<date>',
auxinput7_interval_m = 60, 60, 60,
io_form_auxinput7 = 2,
frames_per_auxinput7 = 1, 1, 1,
-----------------rsl.error.0000------------------
STARTING WITH BACKGROUND CHEMISTRY
Subroutine input_chem_profile:
READING MEGAN 2 EMISSIONS DATA
mediation_integrate: med_read_wrf_chem_bioemissions: Open file wrfbiochemi_d01
mediation_integrate: med_read_wrf_chem_bioemissions: Read biogenic emissions at time 2021-06-27_00:00:00
d01 2021-06-27_00:00:00 Input data is acceptable to use: wrfbiochemi_d01
**WARNING** Time in input file not being checked **WARNING**
READING GOCART BG AND/OR DUST and DMS REF FIELDS
mediation_integrate: med_read_wrf_chem_gocart_bg: Open file wrfchemi_gocart_bg_d01
mediation_integrate: med_read_wrf_chem_gocart_bg: Read gocart_bg at time 2021-06-27_00:00:00
-----------------------------------------------------------
 
Top