From 413c37819dd1d7c7674f24f1ff81f61e6b7bdde3 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Fri, 4 Feb 2022 09:40:44 -0800 Subject: [PATCH] Bump to 1.8.1 (#120) * Fix `one_land_file` outdated ref in `\lnd-elm\lnd-job.yaml` --- e3sm_to_cmip/version.py | 2 +- scripts/cwl_workflows/lnd-elm/lnd-job.yaml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e3sm_to_cmip/version.py b/e3sm_to_cmip/version.py index aa598e99..2d986fc5 100644 --- a/e3sm_to_cmip/version.py +++ b/e3sm_to_cmip/version.py @@ -1 +1 @@ -__version__ = "1.8.1rc1" +__version__ = "1.8.1" diff --git a/scripts/cwl_workflows/lnd-elm/lnd-job.yaml b/scripts/cwl_workflows/lnd-elm/lnd-job.yaml index ed1f594e..90974e28 100644 --- a/scripts/cwl_workflows/lnd-elm/lnd-job.yaml +++ b/scripts/cwl_workflows/lnd-elm/lnd-job.yaml @@ -1,6 +1,6 @@ # path to raw clm2 data lnd_data_path: /lcrc/group/e3sm/ac.zhang40/E3SMv2/v2.LR.historical_0101/archive/lnd/hist -one_land_file: /lcrc/group/e3sm/ac.zhang40/E3SMv2/v2.LR.historical_0101/archive/lnd/hist/v2.LR.historical_0101.elm.h0.2000-01-01-00000.nc +one_land_file: /lcrc/group/e3sm/ac.zhang40/E3SMv2/v2.LR.historical_0101/archive/lnd/hist/v2.LR.historical_0101.elm.h0.2000-01.nc # path to CMOR case metadata diff --git a/tbump.toml b/tbump.toml index fd60d512..f5ab7897 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_to_cmip" [version] -current = "1.8.1rc1" +current = "1.8.1" # Example of a semver regexp. # Make sure this matches current_version before