diff --git a/.circleci/config.yml b/.circleci/config.yml index d0e05347..3c95aa11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: gcc-build-env: docker: - - image: gmao/ubuntu20-geos-env-mkl:v6.2.4-openmpi_4.0.5-gcc_10.3.0 + - image: gmao/ubuntu20-geos-env-mkl:v6.2.8-openmpi_4.0.6-gcc_11.2.0 auth: username: $DOCKERHUB_USER password: $DOCKERHUB_AUTH_TOKEN diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aee62b5..d6b9cce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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 -N/A +### 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 @@ -18,6 +21,7 @@ etc. - Updated rc files to reflect new ExtData structure ## Removed + - Removed aerosols from legacy GOCART ### Fixed diff --git a/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc b/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc index 1c9aa5bb..30df3064 100644 --- a/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc +++ b/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc @@ -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)