bruceyoung01
Member
Hi all,
Currently I am trying to run WRFChem v4.0. In order to run it, I need to generate the NEI emission using the new convert_emiss.exe in WRFChem v4.0, since I can not use the wrfchemi_d* files generated from previous versions of WRFChem, even I use the following option in the namelist.input
force_use_old_data = .true.
I still can not run wrf.exe.
However, while running convert_emiss.exe, I got an error saying
.............................................
Time period # 25 to process = 2015-06-02_00:00:00
Total analysis times to input = 25
Total number of times to input = 25 25
At line 1265 of file convert_emiss.f90 (unit = 91, file = 'wrfem_00to12z_d01')
Fortran runtime error: I/O past end of record on unformatted file
...............................................
The wrfem_00to12z_d01 was generated from emiss_v04.F. I tried it on convert_emiss.exe in WRFChem v3.5, it worked well.
So I compared convert_emiss.F between WRFChem v3.5 and v4.0, and found a lot of difference. I am not sure whether you have the experiences on dealing with this error. It seems that it stopped at reading the following statement in convert_emiss.F
........................................................
read(91)dname
........................................................
Any ideas? Thank you very much
Best,
Zhifeng
Currently I am trying to run WRFChem v4.0. In order to run it, I need to generate the NEI emission using the new convert_emiss.exe in WRFChem v4.0, since I can not use the wrfchemi_d* files generated from previous versions of WRFChem, even I use the following option in the namelist.input
force_use_old_data = .true.
I still can not run wrf.exe.
However, while running convert_emiss.exe, I got an error saying
.............................................
Time period # 25 to process = 2015-06-02_00:00:00
Total analysis times to input = 25
Total number of times to input = 25 25
At line 1265 of file convert_emiss.f90 (unit = 91, file = 'wrfem_00to12z_d01')
Fortran runtime error: I/O past end of record on unformatted file
...............................................
The wrfem_00to12z_d01 was generated from emiss_v04.F. I tried it on convert_emiss.exe in WRFChem v3.5, it worked well.
So I compared convert_emiss.F between WRFChem v3.5 and v4.0, and found a lot of difference. I am not sure whether you have the experiences on dealing with this error. It seems that it stopped at reading the following statement in convert_emiss.F
........................................................
read(91)dname
........................................................
Any ideas? Thank you very much
Best,
Zhifeng