Skip to content
New issue

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

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

Already on GitHub? # to your account

Aerosol table updates for mineral dust #2703

Draft
wants to merge 2 commits into
base: dev/14.6.0
Choose a base branch
from
Draft
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: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed
- Updated default CEDS from CEDSv2 (0.5 deg x 0.5 de) to new CEDS (0.1 deg x 0.1 deg)
- Move Cloud-J and Fast-JX input directoryies to Cloud-J and new Fast-JX menus respectively in geoschem_config.yml
- Updated photolysis input directory path to use FJX_scat-aer.dat with new mineral dust values based on spheroidal shapex

### Fixed
- Fixed CEDS `HEMCO_Config.rc` entries to emit TMB into the TMB species (and not HCOOH)
- Added C6H14 emissions into the ALK6 species for CMIP6 & HTAPv3 inventories

### Removed
- `CEDSv2`, `CEDS_GBDMAPS`, `CEDS_GBDMAPSbyFuelType` emissions entries from HEMCO and ExtData template files
- Remove Fast-JX input directory from geoschem_config.yml files except for Hg simulation

## [14.5.1] - 2025-01-10
### Added
Expand Down
4 changes: 2 additions & 2 deletions GeosCore/input_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ SUBROUTINE Config_Photolysis( Config, Input_Opt, RC )
! Directories with photolysis input files
!------------------------------------------------------------------------

key = "operations%photolysis%input_directories%fastjx_input_dir"
key = "operations%photolysis%fast-jx%fastjx_input_dir"
v_str = MISSING_STR
CALL QFYAML_Add_Get( Config, TRIM( key ), v_str, "", RC )
IF ( RC /= GC_SUCCESS ) THEN
Expand All @@ -2974,7 +2974,7 @@ SUBROUTINE Config_Photolysis( Config, Input_Opt, RC )
ENDIF
Input_Opt%FAST_JX_DIR = TRIM( v_str )

key = "operations%photolysis%input_directories%cloudj_input_dir"
key = "operations%photolysis%cloudj_input_dir"
v_str = MISSING_STR
CALL QFYAML_Add_Get( Config, TRIM( key ), v_str, "", RC )
IF ( RC /= GC_SUCCESS ) THEN
Expand Down
4 changes: 1 addition & 3 deletions run/CESM/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: /see/namelist/file
num_levs_with_cloud: 22
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -56,9 +57,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: /see/namelist/file
cloudj_input_dir: /see/namelist/file
overhead_O3:
use_online_O3_from_model: true
use_column_O3_from_met: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2025-01-Hg/
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -75,9 +76,8 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fast-jx:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05-Hg/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2024-09-Hg/
overhead_O3:
use_online_O3_from_model: ${RUNDIR_USE_ONLINE_O3}
use_column_O3_from_met: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2025-01/
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -75,9 +76,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2024-09/
overhead_O3:
use_online_O3_from_model: false
use_column_O3_from_met: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2025-01/
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -98,9 +99,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2024-09/
overhead_O3:
use_online_O3_from_model: ${RUNDIR_USE_ONLINE_O3}
use_column_O3_from_met: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2025-01/
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -82,9 +83,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2024-09/
overhead_O3:
use_online_O3_from_model: ${RUNDIR_USE_ONLINE_O3}
use_column_O3_from_met: true
Expand Down
4 changes: 1 addition & 3 deletions run/GEOS/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: /discover/nobackup/projects/gmao/share/dasilva/fvInput/ExtData/chemistry/GEOSCHEMchem/v0.0.0/CHEM_INPUTS/CLOUD_J/v2025-01/
num_levs_with_cloud: 34
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -69,9 +70,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: /discover/nobackup/projects/gmao/share/dasilva/fvInput/ExtData/chemistry/GEOSCHEMchem/v0.0.0/CHEM_INPUTS/FAST_JX/v2023-10/
cloudj_input_dir: /discover/nobackup/projects/gmao/share/dasilva/fvInput/ExtData/chemistry/GEOSCHEMchem/v0.0.0/CHEM_INPUTS/CLOUD_J/v2024-09/
overhead_O3:
use_online_O3_from_model: true
use_column_O3_from_met: true
Expand Down
4 changes: 1 addition & 3 deletions run/WRF/fullchem/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ operations:
photolysis:
activate: true
cloud-j:
cloudj_input_dir: /n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/data/ExtData/CHEM_INPUTS/CLOUD_J/v2025-01/
num_levs_with_cloud: 20
cloud_scheme_flag: 3
opt_depth_increase_factor: 1.050
Expand All @@ -77,9 +78,6 @@ operations:
sphere_correction: 1
num_wavelength_bins: 18
use_H2O_UV_absorption: true
input_directories:
fastjx_input_dir: /n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/data/ExtData/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: /n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/data/ExtData/CHEM_INPUTS/CLOUD_J/v2024-09/
overhead_O3:
use_online_O3_from_model: true
use_column_O3_from_met: true
Expand Down