fire_emis: failed to read datos_totales.txt at record = 22020; error = 5010

65 views
Skip to first unread message

Andrea Ximena Miranda Corzo

unread,
May 13, 2024, 12:58:23 AM5/13/24
to wrf-chem-fire_emiss
Dear all, 
I have interests to create wrffire_d<domain> files my simulation in WRF-Chem. 
I downloaded the data from 2023 with MOZART speacions from this page https://www.acom.ucar.edu/acresp/MODELING/finn_emis_txt/2023/, where there one txt for day, so I join all in one txt that have data for all days. 
But when I am trying to execute the ./fire_emiss, i encountered this error:

....chk_map: checking output variable pm25
chk_map: checking output variable pm10
 fire_emis: getting julian days for /data/users/ysilva/WRF_CHEM4/fire_emiss/grid_finn_fire_emis_v2020/src/datos_totales.txt
 fire_emis: this usually takes about 30 - 45 seconds
fire_emis: failed to read datos_totales.txt at record =      22020; error =  5010
STOP Read error

datos_totales.txt have all the data for 2023, but in the namelist I only try to execute ./fire_emis date 213 (1st of August ) to 214 (2 nd of August ).

Could anyone help me please,
Thank you all :)

Gabriele Pfister

unread,
May 13, 2024, 3:25:41 PM5/13/24
to Andrea Ximena Miranda Corzo, wrf-chem-fire_emiss
Hi Andrea, 

is it possible that something happened when merging the text files, e.g. a header in the middle of the text file? Or else could you try to just run one day using the original text file and see if that works?

Gabi

--
================================
Gabriele Pfister
Atmospheric Chemistry Observations & Modeling (ACOM) Lab
NSF National Center for Atmospheric Research (NCAR)
Email: pfi...@ucar.edu
Work Phone: +1 303 497 2915
Web: https://staff.ucar.edu/users/pfister

Andrea Ximena Miranda Corzo

unread,
May 14, 2024, 1:31:04 AM5/14/24
to wrf-chem-fire_emiss, Gabriele Pfister, wrf-chem-fire_emiss, Andrea Ximena Miranda Corzo
Hi Gabriele! 
Well, I tried to run ./fire_emis for one day, and it end successfully with the files wrffirechemi... .
 To join the .txt files I used the next commands:
1. Copy the head of the first file
    head -n 1 GLOB_MOZ4_2023001.txt > GLOB_MOZ4.txt
2. Concat all the files  without the head:
    cat GLO_MOZ4_2023* | sed '1d' >> GLOB_MOZ4.txt
To check I open the file GLOB_MOZ4.txt, and its seems all it's ok with the structure.

Could you tell me if maybe I'm doing something wrong. 

Thank you

Gabriele Pfister

unread,
May 14, 2024, 12:40:03 PM5/14/24
to Andrea Ximena Miranda Corzo, wrf-chem-fire_emiss
Hi Andrea

I assume the merging might add some hidden characters or some other mismatch in format. We could try and dig into the issue but since it works to create single days, could you just run all the simulation days separately?

Gabi
Reply all
Reply to author
Forward
0 new messages