Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 5, 2024
1 parent 0325f66 commit 483193b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jobs/prepare_art_oem.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def main(cfg):
ds_chem['PS'].attrs["long_name"] = 'surface pressure'
# Remapping chemical tracer names
if "remap_tracers" in cfg.chem:
for chem_in, chem_out in cfg.chem[
'remap_tracers'].items():
for chem_in, chem_out in cfg.chem['remap_tracers'].items():
ds_chem[chem_out] = ds_chem[chem_in]
# merge:
ds_merged = xr.merge([ds_meteo, ds_chem], compat="override")
Expand Down

0 comments on commit 483193b

Please sign in to comment.