Skip to content

Bug fix in optical_prep_gocart#667

Merged
davegill merged 2 commits intowrf-model:release-v4.0.2from
saneku:optical_prep_gocart_0.1_instead_0.46
Oct 24, 2018
Merged

Bug fix in optical_prep_gocart#667
davegill merged 2 commits intowrf-model:release-v4.0.2from
saneku:optical_prep_gocart_0.1_instead_0.46

Conversation

@saneku
Copy link
Contributor

@saneku saneku commented Oct 16, 2018

TYPE: bug fix

KEYWORDS: optical_prep_gocart, volume-averaged refractive index, WRF-Chem

SOURCE: Alexander Ukhov, KAUST

DESCRIPTION OF CHANGES:
Problem: It was found that the dust particles having radii less than 0.46 microns are not accounted in the calculation of volume-averaged refractive index needed by Mie calculations. Since the finer particles have a bigger influence on AOD in comparison to the coarser particles (per unit of mass), it eventually led to the underestimation of the AOD.

Solution: 0.46 was replaced by 0.1, where the value 0.1 corresponds to the beginning of the first GOCART bin (radii: 0.1-1.0 μm).

Left column (1-5) - GOCART dust bins.
other columns are 8 MOZAIC size bins.

dustfrc_goc8bin BEFORE CORRECTION:
image

dustfrc_goc8bin AFTER CORRECTION:
image

LIST OF MODIFIED FILES:
M chem/module_optical_averaging.F
M phys/module_data_gocart_dust.F

TESTS CONDUCTED:
Test case was run. The obtained result is expected: the AOD level has increased.
result

@davegill
Copy link
Contributor

@saneku
Alexander,
Would you please make this PR to the release-4.0.2 branch, not master. It should be simple on the github page (#667) to just click the big EDIT button (where you can change the PR title) and modify the box that says "base:master" to "base:release-v4.0.2". Verify that your "Files Changed" are still OK (same expected mods, only two file changed, etc).

@saneku saneku changed the base branch from master to release-v4.0.2 October 16, 2018 21:44
@saneku
Copy link
Contributor Author

saneku commented Oct 16, 2018

Done!

Copy link
Contributor Author

@saneku saneku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all done

@davegill
Copy link
Contributor

@saneku @ravanah @kayeekayee
Alexander,
I am good with these mods now. Let's get the Chem guys to review.

@kayeekayee kayeekayee self-requested a review October 17, 2018 21:49
Copy link
Contributor

@davegill davegill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a clean set of modifications. I am good with this PR.

@ravanah and @kayeekayee
Please provide a review

Copy link
Contributor

@kayeekayee kayeekayee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@davegill davegill merged commit 0bdfffc into wrf-model:release-v4.0.2 Oct 24, 2018
@saneku saneku deleted the optical_prep_gocart_0.1_instead_0.46 branch October 24, 2018 19:46
weiwangncar pushed a commit that referenced this pull request Oct 10, 2024
)

TYPE: bug fix

KEYWORDS: WRF-Chem, GOCART, optical properties, dust, sea salt, AOD

SOURCE: KAUST

DESCRIPTION OF CHANGES:
Problem:
It was found that WRF-Chem with GOCART aerosol scheme disregards the radiative effect of the largest dust and sea salt particles (5th and 4th bins).

Solution:
Mass redistribution between GOCART dust/sea salt and MOZAIC bins now accounts for the 5th dust and 4th sea salt bins. The number of MOZAIC bins was changed from 8 to 9 and MOZAIC max size range was increased from 10 to 20 um.

This PR is an addition to  #667 and #677 PR.

LIST OF MODIFIED FILES: 
M	chem/module_optical_averaging.F
M	chem/optical_driver.F

TESTS CONDUCTED: 
- 7-day WRF-Chem run over the Middle East with the GOCART aerosol scheme was conducted without the changes and with changes. As expected, AOD increased by 3% on average. Over dust source regions the AOD increase is more pronounced - 5% on average. See PR itself for details.
- The Jenkins tests are all passing.

RELEASE NOTE: Bug fix in the calculation of optical properties. Mass redistribution between GOCART dust/sea salt and MOZAIC bins was corrected. It slightly increased (by 3-5%) the aerosol optical depth
(AOD).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants