Hi everyone, I'm using convert_emiss to conduct volcanic ash simulation following excercise 2(NOAA - Global Systems Laboratory)
I have get the files(wrf_gocart_backg, emissopt3_d01, emissfire_d01, volcs_d01), and when I copy them to convert_emiss directory then run ./convert_emiss.exe, the error occured:
READ GOCART BACKGROUND DATA
At line 385 ofa file convert_emiss.f90 (unit = 19, file = 'wrf_gocart_backg')
Fortran runtime error: End of file
I checked the size of wrf_gocart_backg and found that the size of mine seems too big.
the size of my wrf_gocart_backg is 101551692
and the size of wrf_gocart_backg in exercise 2 is 1136624
I think maybe that's the problem, but I don't know how to fix it.
Anybody can provide some advice? I'll really appreciate it. Or is there another software could take the place of convert_emiss? I want to make these files produced by PRE-CHEM-SRC can be used in WRF-Chem.
I have get the files(wrf_gocart_backg, emissopt3_d01, emissfire_d01, volcs_d01), and when I copy them to convert_emiss directory then run ./convert_emiss.exe, the error occured:
READ GOCART BACKGROUND DATA
At line 385 ofa file convert_emiss.f90 (unit = 19, file = 'wrf_gocart_backg')
Fortran runtime error: End of file
I checked the size of wrf_gocart_backg and found that the size of mine seems too big.
the size of my wrf_gocart_backg is 101551692
and the size of wrf_gocart_backg in exercise 2 is 1136624
I think maybe that's the problem, but I don't know how to fix it.
Anybody can provide some advice? I'll really appreciate it. Or is there another software could take the place of convert_emiss? I want to make these files produced by PRE-CHEM-SRC can be used in WRF-Chem.