Hi
This is Zhifeng Yang, a graduate student from the department of physics, University of Maryland, Baltimore County.
I am using FINN data with the fire_emiss utility for WRF-Chem. When I set everything up and prepared the .inp file, and I ran
fire_emiss, I got the following error:
wrf_file: DX = 3.00000024 km
proj_init: projection = 1
proj_init: proj%hemi = 1.00000000
proj_init: proj%rebydx = 2123.33325
proj_init: proj%polei,j = -463.284729 2308.86743
proj_init: west-east,south-north = 255 205
handle_ncerr: fire_srf_types: Failed to open /home/vy57456/zzbatmos_user/data/emission/smoke_emission/FINN/
tempfor_from_img.nc No such file or directory
STOP netcdf error
I found where the error happens. It happens at the follow statement in file 'fire_srf_types.f90'
call handle_ncerr( nf_open( trim(filespec), nf_noclobber, ncid ), message )
It seems that nf_open does not open the defined file name. Also I can't find the file named
tempfor_from_img.nc. I am not sure why. Any ideas?