Fix dust optical averaging mass index#2357
Draft
saneku wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed GOCART longwave aerosol refractive-index mixing.
TYPE: bug fix
KEYWORDS: WRF-Chem, GOCART, aerosol optics, longwave radiation, refractive index, dust
SOURCE: Alexander Ukhov (KAUST)
DESCRIPTION OF CHANGES:
Problem:
The GOCART aerosol optical preparation routine had an inconsistency in the longwave shell refractive-index calculation.
The longwave dust contribution in the shell refractive-index blend used mass_oin with dens_dust. In optical_prep_gocart, mass_oin represents the non-dust inorganic aerosol mass, while GOCART dust (DUST_1 ... DUST_5) is redistributed into mass_soil. The corresponding shortwave shell blend and the full-particle longwave blend both use mass_soil for the dust contribution.
Solution:
Updated the longwave shell refractive-index blend in optical_prep_gocart to use mass_soil for the dust refractive-index contribution.
LIST OF MODIFIED FILES:
M chem/module_optical_averaging.F
TESTS CONDUCTED:
Ran WRF-Chem GOCART (chem_opt=301) aerosol optical calculations before and after the correction.
Instantaneous 550 nm AOD before and after the GOCART longwave refractive-index correction.
Diagnostic plots show that the impact on instantaneous 550 nm AOD is small, with spatial differences generally within a few percent. This is expected because the fix is in the longwave refractive-index mixing and does not directly target the shortwave 550 nm AOD diagnostic.
The radiative diagnostics show a clearer response for a selected strong-response time, 2016-07-31_08:00:00. The corrected calculation changes clear-sky dust radiative effects at TOA, BOA, and in the atmospheric column. The atmospheric column dust forcing is mainly positive where dust loading is large. The percent differences are spatially localized but demonstrate that the longwave refractive-index inconsistency can affect instantaneous domain-averaged heating rates and clear-sky dust forcing diagnostics even when AOD changes are modest.
The corrected calculation produces localized changes in clear-sky dust radiative effects. In the inspected case, the BOA net dust forcing is mostly negative because SW surface dimming dominates the weak positive LW surface effect. The atmospheric-column forcing is mostly positive because SW atmospheric domain-averaged heating dominates weak LW cooling. TOA forcing is spatially mixed, with positive and negative regions depending on surface/background conditions and dust loading.
The correction produces localized changes in domain-averaged LW/SW heating rates and in TOA, BOA, and column dust forcing, with the strongest response at 2016-07-31_08:00:00 UTC.
The domain-averaged LW dust heating-rate contribution is negative, the SW contribution is positive and dominates the net atmospheric heating-rate profile,
RELEASE NOTE:
Fixed a GOCART aerosol longwave optical-property mixing inconsistency in WRF-Chem.