Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrfchemi_d01_2022-03-01_12:00:00

samirakarbasi86

New member
Hi dears
I am trying run anthro_emis< sami.inp to produce wrfchemi files and I brought my inp file to run the "anthro_emis.exe". but it only produce wrfchemi_00::00:00 file until the end of date which is in sami.inp.(stop_output_time = '2022-03-02_00:00:00) and it is stopped.
what shall I do to produce emission files for 3 domains
this is my sami.inp:
&CONTROL
domains = 2,
anthro_dir = './edgar_v5_MOZART/'
wrf_dir = '/gpfs/projects/ehpc52/WRF-4.5.2-support/run/'
src_file_prefix = 'edgar_v5_2015_'
src_file_suffix = '_0.1x0.1.nc'
src_names = 'CO(28)','NOx(30)','SO2(64)','NH3(17)','BC(12)','OC(12)','PM2.5(1)','PM10(1)','BENZENE(78)','BIGALK(72)','BIGENE(56)','C2H2(26)','C2H4(28)',
'C2H5OH(46)','C2H6(30)','C3H6(42)','C3H8(44)','CH2O(30)',
'CH3CHO(44)','CH3COCH3(58)','CH3OH(32)','CH3COOH(60)','HCOOH(46)',
'MEK(72)','TOLUENE(92)','XYLENES(106)'
sub_categories = 'TOTAL'
serial_output = .true.
start_output_time = '2022-03-01_12:00:00'
stop_output_time = '2022-03-02_00:00:00'

output_interval = 3600,
data_yrs_offset = 7, !In the guidelines there is a -, but the correct one is a +!
emissions_zdim_stag = 1,
!emission map according to emiss_opt==10 used for MOZART-MOSAIC. See registry.chem.
!not indicating sectors in the mapping means it will look for all the ones indicated in sub_categories.
emis_map = 'CO->CO',
'NO->0.8*NOx',
'NO2->0.2*NOx',
'SO2->SO2',
'NH3->NH3',
'BENZENE->BENZENE',
'BIGALK->BIGALK',
'BIGENE->BIGENE',
'C2H2->C2H2',
'C2H4->C2H4',
'C2H5OH->C2H5OH',
'C2H6->C2H6',
'C3H6->C3H6',
'C3H8->C3H8',
'CH2O->CH2O',
'CH3CHO->CH3CHO',
'CH3COCH3->CH3COCH3',
'CH3OH->CH3OH',
'CH3COOH->CH3COOH',
'HCOOH->HCOOH',
'MEK->MEK',
'XYLENE->XYLENES',
'TOLUENE->TOLUENE',
'ISOP->0.0*CO',
'SULF->0.0*SO2',
'GLY->0.0*CO',
/
and this is the error:
CPLUS_INCLUDE_PATH, NETCDF_ROOT, NETCDF_DIR)
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
libc.so.6 00007F45D0E0CDF0 Unknown Unknown Unknown
libc.so.6 00007F45D0E6791E free Unknown Unknown
anthro_emis 0000000000492168 for_deallocate_ha Unknown Unknown
anthro_emis 0000000000430D57 Unknown Unknown Unknown
anthro_emis 000000000044E6EF Unknown Unknown Unknown
anthro_emis 000000000040E54D Unknown Unknown Unknown
libc.so.6 00007F45D0DF7EB0 Unknown Unknown Unknown
libc.so.6 00007F45D0DF7F60 __libc_start_main Unknown Unknown
anthro_emis 000000000040E465 Unknown Unknown Unknown
srun: error: gs01r2b67: task 0: Exited with exit code 174
srun: Terminating StepId=7966279.0
 
Hello,
I'm having a similar issue to you,did you solve it?
I would be very grateful if you could share your experience
 
Top