Andrea Ximena Miranda Corzo
unread,May 14, 2024, 1:31:04 AM5/14/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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