I recently successfully ran PREP-CHEM-SRC-1.5 and WRF-Chem convert_emiss.exe.
My model domain covers the Atlantic Ocean, Africa, Europe, and parts of South and North America. The wrfinput_d01 file exemplifies this.
However, in the wrfchemi file, somehow I get a Pacific Ocean domain.
When I do an ncdump -h wrfchemi_d01 the parameters are the same as the met_em meteorology files.
:CEN_LAT = 7.499992f ;
:CEN_LON = -7.5f ;
:TRUELAT1 = 7.5f ;
:TRUELAT2 = 0.f ;
:MOAD_CEN_LAT = 7.499992f ;
:STAND_LON = -7.5f ;


:GMT = 0.f ;
:JULYR = 2012 ;
:JULDAY = 363 ;
:MAP_PROJ = 3 ;
:MAP_PROJ_CHAR = "Mercator" ;
What can I do to rectify this?
Thanks