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

Edit WRF dust emission and transportation scheme.

ChurnM

New member
Dear reader,

For my MSc thesis i'm using WRF to model the emission and transport of dust polluted with microplastics. I'm using the AFWA dust emission scheme and the GOCART dust transportation scheme. Due to the microplastics having a different shape, size and density when compared to the dust, I want to edit the existing 5 size bins used in the model but i'm not sure how to correctly do this. The microplastics emitted would be a set fraction of the total dust emitted and once the microplastics are airborne they are deposited only through gravitational settling. My idea is that I would add a few particle size bins (representing the microplastics) and include the effect of the shape factor in the dry deposition using Stoke's law.

This thread also talks about adding dust tracers but is does not mention how to do the emissions as I would like them. Please let me know what I would need to edit to achieve my goals or if it is even possible. Thanks in advance.

Capture.JPG
 
Changing the distribution of what percentage of the bulk emitted dust flux gets assigned to each size bin in the AFWA dust emission module (dust_opt = 3) is pretty easy (prescribed; set with the distr_dust parameter). However, changing the number or effective diameter of the suspended dust size bins will require modifying multiple components of the GOCART suite in addition to the emission module. It's possible, but I'm not sure if that's the best option if you're not planning to use WRF-Chem's aerosol feedback functionality. Adding a microplastic emission module to WRF-ARW and using the passive tracer functionality might give you more flexibility to shape your experimental design the way you want it. Either option could work though.

Keep in mind - all three of the dust emission modules that work with the GOCART suite include a lot of assumptions about emitted dust flux particle size distribution and where/when to loft dust. They tend to work well when the dust production is being driven by abrasion (i.e., sand-blasting) from steady state saltation under strong wind forcing in areas with minimal vegetation and dust sources associated with holocene era mega lakes. These assumptions tend to work well for large-scale atmospheric dust weather patterns and climatological applications. Accuracy for finer-scale phenomena and specific regional areas will vary.

For the chem_opt=401 setting, I'd suggest referencing the WRF-Chem Users Guide instead of the LeGrand et al. 2019 paper. Georg Grell and Steve Peckham added the dust only option shortly after the WRF-Chem framework was released.
 
Super thanks for taking the time to reply, currently my MSc thesis is coming to an and and I managed to edit the code to include even a simple form of wet deposition. In the end it was just following all the routines and subroutines carefully and adding the 5 MP bins. I Indeed used the distr_dust to distribute dust along the new bins with Microplastic density and sizes.
 
That's great! When you finish your research, please consider releasing your code modifications through NCAR, github, or websites that host enduring code (e.g., zenodo). Microplastic transport modeling has been a hot topic lately.
 
I am currently using the WRF-Chem model to simulate dust transport only. After running the simulation, I found that variables DUST_1, DUST_2, DUST_3, DUST_4, and DUST_5 can all be outputted. However, the output results for PM10, PM2.5, and AOD (Aerosol Optical Depth) are all zero. I would greatly appreciate it if you could inform me of the possible reasons for this issue. Thank you.
 
I am currently using the WRF-Chem model to simulate dust transport only. After running the simulation, I found that variables DUST_1, DUST_2, DUST_3, DUST_4, and DUST_5 can all be outputted. However, the output results for PM10, PM2.5, and AOD (Aerosol Optical Depth) are all zero. I would greatly appreciate it if you could inform me of the possible reasons for this issue. Thank you.
In my run I was only interested in the seperate dust concentrations, and frankly I do not know how to turn on the PM 10, 2.5 and AOD settings. You could check if there is a setting to turn on radiation coupling to incorporate the AOD.

After a quick google i found this https://ruc.noaa.gov/wrf/wrf-chem/wrf_tutorial_2018/dust_volcano.pdf
On the second slide there is a calculation for both PM values. Let me know if that is enough.
 
Top