Add global dust variables to the DustEmisBase class that apply to both Zender and Leung dust emission methods
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
@dmleung notes that there are some global output variables (not just output over dust emission regions) that would apply to all dust emission methods and as such could (or should) be moved to the base class so they will always be handled for any dust emission method.
> I did some modifications to the code to output variables (such as wnd_frc_thr and wnd_frc_thr_it) for the whole globe including non-dust emission regions, not just when lnd_frc_mbl is non-zero. It would be great to make this work in different dust emission schemes.
https://github.com/ESCOMP/CTSM/pull/1897/files/21ec2bae64581024dce26a7e6406852d71f34258#r1695856191
The list of variables are:
- wnd_frc_thr
- wnd_frc_thr_it
- wnd_frc_thr_dry
- gwc
- liq_frac
@dmleung is the above list correct?
Contributor guide
Assessment
This issue has not been assessed yet.