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

Updated dust tuning parameters #85

Merged
merged 5 commits into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.2] - 2021-1-07

### Changed

- Update CI to Baselibs 6.2.8 and GCC 11.2
- Updated dust emissions tuning to be consistent with current Ginoux default.

## [2.0.1] - 2021-10-20

Expand Down
15 changes: 9 additions & 6 deletions ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ radius_upper: 1.0 1.8 3.0 6.0 10.0
# units [kg/m-3]
particle_density: 2500. 2650. 2650. 2650. 2650.

# Emission scheme
# ---------------
# Ginoux emission scheme
# -----------------------
emission_scheme: ginoux
#source_fraction: 0.0435465 0.106903 0.220117 0.484606 0.144828
Ch_DU: 0.2 0.2 0.08 0.15 0.08 0.067 # resolution dependent tuning constant for emissions (a,b,c,d,e,f)
#Ch_DU: 0.2 0.2 0.07 0.07 0.07 0.056 #original values
#Ch_DU: 0.2 0.2 0.07 0.07 0.07 0.056 #original values for (a,b,c,d,e,f)
Ch_DU: 0.3 0.3 0.11 0.11 0.11 0.088

# source_fraction: 0.0435465 0.106903 0.220117 0.484606 0.144828
source_fraction: 0.1 0.25 0.25 0.25 0.25
#----------------

# K14 emission scheme
# -------------------
#emission_scheme: k14
#source_fraction: 0.043 0.106 0.219 0.485 0.144
#Ch_DU: 0.02 0.02 0.02 0.0161 0.015 0.015 # resolution dependent tuning constant for emissions (a,b,c,d,e,f)
Expand Down