-
Notifications
You must be signed in to change notification settings - Fork 383
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
Change dust emission size distribution and shortwave absorption props #3063
Merged
Conversation
This file contains 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
Change dust emission size distribution to emit more coarse dust particles. This is consistent with the recent emission measurement data. Change shortwave absorption properties to reduce the absorption of dust particles. This results in better agreement with the AERONET surface measurements of aerosol absorption optical depth. Change dust_emis_fact for default and all typically used cases including CMIP6 to tune dust emissions to match the aerosol optical depth constraint with the updated emission size distribution above. [CC] [NML]
singhbalwinder
added a commit
that referenced
this pull request
Aug 23, 2019
Change dust emission size distribution and shortwave absorption props Change dust emission size distribution to emit more coarse dust particles. This is consistent with the recent emission measurement data. Change shortwave absorption properties to reduce the absorption of dust particles. This results in better agreement with the AERONET surface measurements of aerosol absorption optical depth. Change dust_emis_fact for default and all typically used cases including CMIP6 to tune dust emissions to match the aerosol optical depth constraint with the updated emission size distribution above. [CC] [NML] * yfeng/eam/dust2updates: Change dust emission size distribution and shortwave absorption props
Pushed to next |
singhbalwinder
added a commit
that referenced
this pull request
Aug 26, 2019
Change dust emission size distribution and shortwave absorption props Change dust emission size distribution to emit more coarse dust particles. This is consistent with the recent emission measurement data. Change shortwave absorption properties to reduce the absorption of dust particles. This results in better agreement with the AERONET surface measurements of aerosol absorption optical depth. Change dust_emis_fact for default and all typically used cases including CMIP6 to tune dust emissions to match the aerosol optical depth constraint with the updated emission size distribution above. [CC] [NML] * yfeng/eam/dust2updates: Change dust emission size distribution and shortwave absorption props
jgfouca
pushed a commit
that referenced
this pull request
Nov 7, 2024
…cer_shortcut Automatically Merged using E3SM Pull Request AutoTester PR Title: Use add_tracer() shortcut for adding a field to tracers group PR Author: tcclevenger PR LABELS: AT: AUTOMERGE
jgfouca
pushed a commit
that referenced
this pull request
Nov 7, 2024
…nge and cleanup Renaming the helper_micro.hpp file for clarity. Correcting the inclusion of helper_micro. Removing README.md because we transferred the mam4 routines to mam4xx. Removing std::vector<std::string> from the initialization of extfrc_lst_. Move EKAT_REQUIRE_MSG outside of for-loops. Using extent_int. Using MDRangePolicy instead of team policy. Update components/eamxx/src/physics/mam/eamxx_mam_microphysics_process_interface.cpp Co-authored-by: Naser Mahfouz <naser.mahfouz@pnnl.gov> Only compile single-process test with double precision. Updating the name of a field in output.yaml. This PR renames the field dgncur_a to dgnum in eamxx_mam_wetscav_process_interface, which requires changes in the output.yaml files. Due to this change, we need to regenerate the baseline files for all tests where the wet_scav process is involved if dgncur_a is listed in output.yaml. Using double to get parameter from EKAT parser. Adds mapping files for finer resolutions Refactoring: Renamed compute_days function for better clarity and added detailed comments. Adding modification from PR #3063.
rfiorella
pushed a commit
to rfiorella/E3SM
that referenced
this pull request
Jan 28, 2025
…nge and cleanup Renaming the helper_micro.hpp file for clarity. Correcting the inclusion of helper_micro. Removing README.md because we transferred the mam4 routines to mam4xx. Removing std::vector<std::string> from the initialization of extfrc_lst_. Move EKAT_REQUIRE_MSG outside of for-loops. Using extent_int. Using MDRangePolicy instead of team policy. Update components/eamxx/src/physics/mam/eamxx_mam_microphysics_process_interface.cpp Co-authored-by: Naser Mahfouz <naser.mahfouz@pnnl.gov> Only compile single-process test with double precision. Updating the name of a field in output.yaml. This PR renames the field dgncur_a to dgnum in eamxx_mam_wetscav_process_interface, which requires changes in the output.yaml files. Due to this change, we need to regenerate the baseline files for all tests where the wet_scav process is involved if dgncur_a is listed in output.yaml. Using double to get parameter from EKAT parser. Adds mapping files for finer resolutions Refactoring: Renamed compute_days function for better clarity and added detailed comments. Adding modification from PR E3SM-Project#3063.
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.
Change dust emission size distribution to emit more coarse dust particles. This is consistent
with the recent emission measurement data. Change shortwave absorption properties to
reduce the absorption of dust particles. This results in better agreement with the AERONET
surface measurements of aerosol absorption optical depth.
Change dust_emis_fact for default and all typically used cases including CMIP6 to tune
dust emissions to match the aerosol optical depth constraint with the updated emission
size distribution above.
[CC]
[NML]