wrf-chem
unread,Sep 18, 2023, 6:47:11 PM9/18/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wrf-chem
Hi,
I am performing several simulations with aerosol direct effects both turned on and with the emission source of interest turned on/off, in different simulation experiments.
I want to separate the direct effects from the indirect effects by running additional simulations with the direct effects turned off.
How can I do it?
I’ve been following the WRF-Chem user’s guide from the version 3.9.1 (the version of the model that I am running with), and there seems to be some contradictory information in it.
The chemical mechanism that I am using is the CBMZ-MOSAIC with 8 bins (aq). To run the model with direct and indirect effects, I am using the Morrison double-moment microphysics option and the following namelist.input options, considering three one-way nested domains (36 km, 12 km, 4 km horizontal grid resolution):
aer_ra_feedback = 1, 1, 1,
aer_op_opt = 1, 1, 1,
cu_rad_feedback = .true., .true., .false.,
cu_diag = 1, 1, 0,
progn = 1, 1, 1,
wetscav_onoff = 1, 1, 1,
cldchem_onoff = 1, 1, 1,
Turning off the aerosol direct effects should be achieved by making aer_ra_feedback = 0, 0, 0. However, in section 4.3.3 of the WRF-Chem User’s guide v3.9.1.1 says the following:
“To run with indirect effect on, one should turn on the aerosol direct effect (aer_rad_feeedback = 1 and aer_op_opt > 0).”
Thus, believing in what the user’s guide says, it seems that having the direct effect turned on is necessary for running the model with aerosol indirect effects turned on.
Any advice on how to run the model with aerosol indirect effects on and aerosol direct effects off?
Thank you.
Kind regards,
Rui Silva
PS: I know that it is not possible to run only with aerosol direct effects with a chem_opt that includes aqueous chemistry, and that for running with indirect effects the chem_opt should include aqueous reactions. Hence, the only option should be turning off the direct effects. The question is how?