Skip to content

Commit

Permalink
Merge pull request #776 from xylar/fix-cmip6-mapping-filenames
Browse files Browse the repository at this point in the history
Fix incorrect creation dates for e3sm_to_cmip maps
  • Loading branch information
xylar authored Feb 18, 2024
2 parents 1e1ac50 + c4d5585 commit 2f3fa4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def run(self):
Run this step of the testcase
"""
super().run()
# more verbose creation date for clarity
creation_date = f'20{self.creation_date}'
creation_date = self.creation_date
make_e3sm_to_cmip_maps(self.config, self.logger, self.mesh_short_name,
creation_date, self.ntasks)

Expand Down

0 comments on commit 2f3fa4d

Please sign in to comment.