Skip to content

Commit

Permalink
Merge pull request #282 from GEOS-ESM/feature/GAAS_fix_for_AMIP_emiss…
Browse files Browse the repository at this point in the history
…ions

Feature/gaas fix for amip emissions
  • Loading branch information
mmanyin authored Sep 26, 2024
2 parents ffd885f + 0afc0ef commit 453771c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update ESMF CMake target to `ESMF::ESMF`

### Fixed
- Updated GAAS_Gridcomp_Extdata.yaml in AMIP/ to avoid the model to crash when GAAS is turned on and AMIP emissions chosen.
### Deprecated


Expand Down
24 changes: 14 additions & 10 deletions GAAS_GridComp/AMIP/GAAS_GridComp_ExtData.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
Collections:
GAAS_d5124_m2_jan10.aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: /discover/nobackup/projects/gmao/merra2/data/chem/d5124_m2_jan10/Y%y4/M%m2/d5124_m2_jan10.aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4
aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: das.aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4
freq: PT3H
GAAS_d5124_m2_jan10.aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: /discover/nobackup/projects/gmao/merra2/data/chem/d5124_m2_jan10/Y%y4/M%m2/d5124_m2_jan10.aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4
aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: das.aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4
freq: PT3H
GAAS_d5124_m2_jan10.aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: /discover/nobackup/projects/gmao/merra2/data/chem/d5124_m2_jan10/Y%y4/M%m2/d5124_m2_jan10.aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4
aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4:
template: das.aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4
freq: PT3H

Samplings:
GAAS_sample_0:
time_interpolation: False
update_offset: PT450S
exact: True

Exports:
aod_a:
collection: GAAS_d5124_m2_jan10.aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4
collection: aod_a.sfc.%y4%m2%d2_%h2%n2z.nc4
sample: GAAS_sample_0
variable: AOD
fail_on_missing_file: false
aod_f:
collection: GAAS_d5124_m2_jan10.aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4
collection: aod_f.sfc.%y4%m2%d2_%h2%n2z.nc4
sample: GAAS_sample_0
variable: AOD
fail_on_missing_file: false
aod_k:
collection: GAAS_d5124_m2_jan10.aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4
collection: aod_k.sfc.%y4%m2%d2_%h2%n2z.nc4
sample: GAAS_sample_0
variable: AOD
fail_on_missing_file: false

0 comments on commit 453771c

Please sign in to comment.