Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected NLCD to BELD3 mapping for shrub/scrub and dwarf scrub #222

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

chogrefe
Copy link
Contributor

@chogrefe chogrefe commented Dec 5, 2024

Description and/or issue being addressed:
Corrects the error in NLCD40 land use mapping for inline windblown dust calculations described in issue #220

Impact on results:
When enabling the inline WBD module and using WRF simulations with NLCD40 LU as input, 2018 annual domain total WBD emissions over the 12US1 domain were reduced by about factor of 3-4, with the exact reduction depending on the approach used to specify vegetation fraction in the WRF simulations and likely also depending on the domain and year being simulated.

Significance:
Without this fix, users enabling the inline WBD module and using WRF simulations with NLCD40 LU as input to their CCTM simulations will likely experience excessive “soil” PM2.5 and total PM2.5 mass concentrations. Over the 12US1 domain, the effect is most pronounced during springtime over the Southwestern U.S. NLCD40 LU is used in many WRF applications over North America. With the corrected NLCD40 mapping, WBD estimates become comparable to those generated when using MODIS LU in WRF, the standard configuration in hemispheric WRF simulations and also used in the EQUATES 12US1 WRF simulations.

Tests conducted:
The following set of 2018 WRF simulations was used to quantify the impacts of the LU mapping fix and to also compare WBD estimates and resulting PM2.5 concentrations across different WRF configuration options (MODIS vs. LU; vegetation fraction (VEGF) obtained from MODIS satellite data vs. lookup-tables in the WRF PX LSM),:
• WRFv4.1.1 with MODIS LU and lookup-table VEGF
• WRFv4.3.3 with NLCD40 LU and satellite-derived VEGF
• WRFv4.3.3 with NLCD40 LU and lookup-table VEGF

The following CMAQ simulations were performed with these WRF inputs

  1. NO WBD: CMAQv5.4.0.3 with WRFv4.1.1 (MODIS LU, lookup-table VEGF), WBD switched off
  2. WBD_MODIS_TABLE: CMAQv5.4.0.3 with WRFv4.1.1 (MODIS LU, lookup-table VEGF), WBD switched on
  3. WBD_NLCD40_TABLE: CMAQv5.4.0.3 with WRFv4.3.3 (NLCD40 LU, lookup-table VEGF), WBD switched on
  4. WBD_NLCD40_TABLE_REMAP: CMAQv5.4.0.3 + LU mapping fix from this PR with WRFv4.3.3 (NLCD40 LU, lookup-table VEGF), WBD switched on
  5. WBD_NLCD40_SATELLITE: CMAQv5.4.0.3 with WRFv4.3.3 (NLCD40 LU, satellite-derived VEGF), WBD switched on
  6. WBD_NLCD40_SATELLITE_REMAP: CMAQv5.4.0.3 + LU mapping fix from this PR with WRFv4.3.3 (NLCD40 LU, satellite-derived VEGF), WBD switched on

Comparing runs 3 vs 4 and 5 vs 6 provide clean comparisons of the effects of the LU mapping fix on WBD estimates and PM2.5 concentrations for a given WRF configuration. For other comparisons, the differences between the WRF meteorological fields (wind, soil moisture, rain, etc.) caused by differences in LU (and other differences between v411 and v433, e.g. lightning assimilation) can have secondary impacts on WBD estimates and potentially larger impacts on atmospheric concentrations, making such comparisons less quantitative.

The time series below shows a comparison of the annual domain-total WBD emissions from runs 2 – 6 above.
dust_fig1
Comparing the blue vs. purple and green vs. orange lines shows that the WBD emissions over the 12US1 domain were reduced by about factor of 3-4 by the mapping error fix, with the exact reduction depending on the approach used to specify vegetation fraction in the WRF simulations. The figure also shows that the totals from the WBD_NLCD40_TABLE_REMAP simulation are fairly close to the WBD_MODIS_TABLE simulation. The implication is that while prior to the mapping fix, the choice of LU (NLCD40 vs. MODIS) in WRF was more impactful than the choice of VEGF (satellite-based vs. lookup table), the reverse is true after the mapping fix.

The maps below compare CMAQ PM2.5 “soil” (IMPROVE definition) concentrations for runs 3 – 6, i.e. the simulations directly testing the impact of the mapping fix for two different WRF NLCD40 configurations. They show seasonal mean concentrations (spring at the top, winter at the bottom) for WBD_NLCD40_TABLE (first column), WBD_NLCD40_TABLE_REMAP (second column), WBD_NLCD40_TABLE_REMAP - WBD_NLCD40_TABLE (third column), WBD_NLCD40_SATELLITE (fourth column), WBD_NLCD40_ SATELLITE_REMAP (fifth column), and WBD_NLCD40_SATELLITE _REMAP - WBD_NLCD40_SATELLITE (last column). Differences are largest during spring over the Southwestern US and can reach up to 5 ug/m3.

dust_fig2
The corresponding plot for total PM2.5 mass is shown below, note that the color scale ranges are twice as large as for the “soil” maps above.

dust_fig3
Finally, the time series below show comparisons to “soil” observations over the Southwestern U.S. (AZ, NM, UT, CO) for February – May, 2018. The following colors are used in these Figures:
• Observations - Black
• NO WBD: Orange
• WBD_MODIS_TABLE: Red
• WBD_NLCD40_TABLE: Dark Blue
• WBD_NLCD40_TABLE_REMAP: Light Blue
• WBD_NLCD40_SATELLITE: Dark Green
• WBD_NLCD40_SATELLITE_REMAP: Light Green

Absolute Concentrations:
dust_fig4

Bias:
dust_fig5

The Figures show that the significant overestimates present in the current code when using NLCD40 WRF inputs (dark blue and dark green) are greatly reduced. The simulation without WBD (orange) underestimates “soil” concentrations during apparent WBD events. The simulations with WBD on (and after correcting the NLCD40 mapping error) better capture these events, though there is a tendency for general overestimation.

Internal PR1181.

The mapping of the NCLD40 "shrub/scrub" and "dwarf scrub" land
use types (included as two of six "desert land" types in array
vnmld_nlcd40) to the BELD3 land use types used in the WBD code
via the dmap_nlcd40 array was incorrect.
Both of these categories were mapped to the BELD3 "barren or
sparsely vegetated" instead of the appropriate BELD3 "shrubland"
category. The origin of the erroneous mapping is unclear and dates
back at least to CMAQv5.1 when this code block was part of
LUS_DEFN.F
While correcting the erroneous mapping for NLCD40, I noticed
that the same error existed for the NLCD50 mapping and
corrected it as well. However, I am not aware of any dataset
using NLCD50 so the impact of the updated mapping for this
case was not tested.
Furthermore, the dmsk_nlcd40 and dmsk_nlcd_modis (NLCD50) arrays
were also updated with the revised mapping for these land use
categories, but this is a purely cosmetic change since the
desert fraction information stored in these arrays (which are
mapped to the generic dsmk array in cio) is no longer being used
in any portion of the code.

	modified:   lus_data_module.F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants