How to modify scale factor of emission in CMAQ-5.4-DESIC?

Hi, everyone,

I want to scale emissions from one stream by a common factor, and I added a rule to the last line of BLD_CCTM_v54_intel_cb6r5_ae7_aq/CMAQ_Control_DESID_cb6r5_ae7_aq.nml.

! Scalling all the species of fine particular. Add by Haofan Wang.
! Region      | Stream Label  |Emission | CMAQ-        |Phase/|Scale |Basis |Op
!  Label      |               |Surrogate| Species      |Mode  |Factor|      |
'EVERYWHERE'  , 'AR'         ,'All'    ,'All'         ,'ALL' ,30.  ,'UNIT','m',

The Stream Label in my CCTM script can be seen in following code.

   #> Gridded Emissions Files
   setenv N_EMIS_GR 5
   set EMISfile  = ${GRID_NAME}_${YYYYMMDD}_CB06_agriculture.nc
   setenv GR_EMIS_001 ${EMISpath}/${EMISfile}
   setenv GR_EMIS_LAB_001 AG
   setenv GR_EM_SYM_DATE_001 F # To change default behaviour please see Users Guide for EMIS_SYM_DATE

   set EMISfile  = ${GRID_NAME}_${YYYYMMDD}_CB06_power.nc
   setenv GR_EMIS_002 ${EMISpath}/${EMISfile}
   setenv GR_EMIS_LAB_002 PP
   setenv GR_EM_SYM_DATE_002 F # To change default behaviour please see Users Guide for EMIS_SYM_DATE

   set EMISfile  = ${GRID_NAME}_${YYYYMMDD}_CB06_residential.nc
   setenv GR_EMIS_003 ${EMISpath}/${EMISfile}
   setenv GR_EMIS_LAB_003 AR
   setenv GR_EM_SYM_DATE_003 F # To change default behaviour please see Users Guide for EMIS_SYM_DATE

   set EMISfile  = ${GRID_NAME}_${YYYYMMDD}_CB06_transportation.nc
   setenv GR_EMIS_004 ${EMISpath}/${EMISfile}
   setenv GR_EMIS_LAB_004 TR
   setenv GR_EM_SYM_DATE_004 F # To change default behaviour please see Users Guide for EMIS_SYM_DATE

   set EMISfile  = ${GRID_NAME}_${YYYYMMDD}_CB06_industry.nc
   setenv GR_EMIS_005 ${EMISpath}/${EMISfile}
   setenv GR_EMIS_LAB_005 IN
   setenv GR_EM_SYM_DATE_005 F # To change default behaviour please see Users Guide for EMIS_SYM_DATE

However, the PM2.5 concentration have no changed, and I think it’s because the changes in CMAQ_Control_DESID_cb6r5_ae7_aq.nml are not working properly.

Note: The emissions in the AR contain particulate matter and do not all have a value of zero.

I look forward to hearing from you.

Best regards,
Haofan

Hello Haofan,

If possible, please attach one of the log files that begin with CTM_LOG_. In these files is a record of what DESID interpreted from the information it was provided.

Thanks,
Ben Murphy

Hello Ben,

Thanks for your respond.
This attachment is one of my CTM_LOG_ file.

CTM_LOG_000.v54_intel_10km_20100110.txt (443.6 KB)

Thanks,
Haofan

Thanks Haofan,

If you search for “Sector Label: AR” and see the lines that follow, there is evidence that DESID interpreted your instruction correctly and applied it to the emissions.

One thing you can do is output the Emissions diagnostic files for your base case and perturbed case to confirm that the emissions changed. I suspect they have. Is it possible that emissions from AR are smaller in magnitude than from other sources and so a 30x change is difficult to notice?

Cheers,
Ben

1 Like

Hello Ben,

I apologise for the delay in replying.

I have checked my CCTM output. This concentration have changed after the DESIC.nml changed. However, there is no significant changes in the CCTM output due to the emissions from AR are much smaller than from other source.

Thank you very much!

Best regards,
Haofan

Thanks for your reply Haofan,

So do I understand correctly that this issue is resolved?

Best wishes,
Ben

Hi, Ben.

Thanks for your help. Yes, this issue have resolved.

Best regards,
Haofan