Skip to content

Commit

Permalink
Bump to 1.8.1 (#120)
Browse files Browse the repository at this point in the history
* Fix `one_land_file` outdated ref in `\lnd-elm\lnd-job.yaml`
  • Loading branch information
tomvothecoder authored Feb 4, 2022
1 parent 022d42f commit 413c378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e3sm_to_cmip/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.1rc1"
__version__ = "1.8.1"
2 changes: 1 addition & 1 deletion scripts/cwl_workflows/lnd-elm/lnd-job.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413c378

Please sign in to comment.