Hello,everyone.
I want to know the effect of EROD's value on wrfout'EDUST. I tried simply adding some EROD where the EROD value was zero, but the change in the EDUST in the result was negligible.According to my knowledge, I think modification of EROD will have an impact on EDUST, but the change in the result is not great. Does anyone know why? I hope someone can help me. Thank you.Here are my namelist.input.
The effect of EROD's value on EDUST.
-
- Posts: 7
- Joined: Fri Apr 22, 2022 12:58 pm
The effect of EROD's value on EDUST.
- Attachments
-
- namelist.input
- (9.68 KiB) Downloaded 7 times
-
- Posts: 257
- Joined: Thu Feb 27, 2020 10:58 pm
Re: The effect of EROD's value on EDUST.
Hi
Dust emissions are linearly related to EROD values, however, emissions are nonlinearly related to wind speeds and so if there are very small emissions to begin with, the changes will likely also be small. Please see the code:
/chem/emissions_driver.F
and
/chem/module_gocart_dust.F
to help understand how EROD is used to calculate the emisisons.
Jordan
Dust emissions are linearly related to EROD values, however, emissions are nonlinearly related to wind speeds and so if there are very small emissions to begin with, the changes will likely also be small. Please see the code:
/chem/emissions_driver.F
and
/chem/module_gocart_dust.F
to help understand how EROD is used to calculate the emisisons.
Jordan