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

Update CEDS emissions for CO in achem (R21C) #278

Merged
merged 6 commits into from
Jul 25, 2024
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
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ version: 2.1

# Anchors to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.7.0
bcs_version: &bcs_version v10.22.3
# NOTE: The new version number is needed because R21C now
# needs a new NRL file. Rather than try and back port it
# to a v10 bcs, we just up the version for this PR
bcs_version: &bcs_version v11.3.0

orbs:
ci: geos-esm/circleci-tools@1
Expand All @@ -21,5 +24,6 @@ workflows:
baselibs_version: *baselibs_version
repo: GEOSgcm
checkout_fixture: true
fixture_branch: R21C
mepodevelop: true
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
-The filepath for anthropogenic emissions of CO used by achem was changed. Note the previous version of the emissions has an incorrect seasonal cycle.
### Removed
### Changed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion GEOSachem_GridComp/AMIP.20C/GEOSachem_ExtData.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SOAG_EMIS 'm-2 s-1' Y N 0
# CO emissions for VOC
CO_BIOMASS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none biomass ExtData/chemistry/HFED/v1.0/Y%y4/hfed.emis_co.x576_y361_t14.%y4.nc4
CO_BF_VOC 'kg m-2 s-1' Y Y %y4-%m2-%d2t12:00:00Z none none emcobf /dev/null
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21-revised/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4

# Photolysis rates
#jH2O2 's-1' Y N 0 none none jH2O2 ExtData/chemistry/GMI/v0.0.0/L72/Y2008/gmi_jh2o2.x144_y91_z72.2008%m2.nc4
Expand Down
2 changes: 1 addition & 1 deletion GEOSachem_GridComp/AMIP/GEOSachem_ExtData.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SOAG_EMIS 'm-2 s-1' Y N 0
# CO emissions for VOC
CO_BIOMASS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none biomass ExtData/chemistry/QFED/v2.6r1/sfc/0.1/Y%y4/M%m2/qfed2.emis_co.061.%y4%m2%d2.nc4
CO_BF_VOC 'kg m-2 s-1' Y Y %y4-%m2-%d2t12:00:00Z none none emcobf /dev/null
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21-revised/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4

# Photolysis rates
#jH2O2 's-1' Y N 0 none none jH2O2 ExtData/chemistry/GMI/v0.0.0/L72/Y2008/gmi_jh2o2.x144_y91_z72.2008%m2.nc4
Expand Down
2 changes: 1 addition & 1 deletion GEOSachem_GridComp/AMIP/GEOSachem_ExtData.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Collections:
GEOSachem_CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
template: ExtData/chemistry/CEDS/v2021-04-21-revised/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
GEOSachem_DMSclim_sfcconcentration.x360_y181_t12.Lana2011.nc4:
template: ExtData/chemistry/Lana/v2011/DMSclim_sfcconcentration.x360_y181_t12.Lana2011.nc4
GEOSachem_GEIA.emis_NH3.ocean.x576_y361.t12.20080715_12z.nc4:
Expand Down
2 changes: 1 addition & 1 deletion GEOSachem_GridComp/GEOSachem_ExtData.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SOAG_EMIS 'm-2 s-1' Y N 0
# CO emissions for VOC
CO_BIOMASS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none biomass ExtData/chemistry/QFED/v2.5r1-nrt/sfc/0.1/Y%y4/M%m2/qfed2.emis_co.006.%y4%m2%d2.nc4
CO_BF_VOC 'kg m-2 s-1' Y Y %y4-%m2-%d2t12:00:00Z none none emcobf /dev/null
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
CO_FS_VOC 'kg m-2 s-1' N Y %y4-%m2-%d2t12:00:00Z none none co ExtData/chemistry/CEDS/v2021-04-21-revised/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4

# Photolysis rates
#jH2O2 's-1' Y N 0 none none jH2O2 ExtData/chemistry/GMI/v0.0.0/L72/Y2008/gmi_jh2o2.x144_y91_z72.2008%m2.nc4
Expand Down
2 changes: 1 addition & 1 deletion GEOSachem_GridComp/GEOSachem_ExtData.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Collections:
GEOSachem_CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4:
template: ExtData/chemistry/CEDS/v2021-04-21/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
template: ExtData/chemistry/CEDS/v2021-04-21-revised/sfc/CO-em-anthro_CMIP_CEDS_gn.x2304_y1441_t12.%y4.nc4
GEOSachem_DMSclim_sfcconcentration.x360_y181_t12.Lana2011.nc4:
template: ExtData/chemistry/Lana/v2011/DMSclim_sfcconcentration.x360_y181_t12.Lana2011.nc4
GEOSachem_GEIA.emis_NH3.ocean.x576_y361.t12.20080715_12z.nc4:
Expand Down
Loading