Skip to content

Commit ebf363b

Browse files
committed
Update to v1.11.0
1 parent 1529a24 commit ebf363b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

e3sm_supported_machines/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def parse_args(bootstrap):
1515
parser = argparse.ArgumentParser(
1616
description='Deploy E3SM-Unified')
17-
parser.add_argument("--version", dest="version", default="1.11.0rc13",
17+
parser.add_argument("--version", dest="version", default="1.11.0",
1818
help="The version of E3SM-Unified to deploy")
1919
parser.add_argument("--conda", dest="conda_base",
2020
help="Path for the conda base")

recipes/e3sm-unified/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "E3SM-Unified" %}
2-
{% set version = "1.11.0rc13" %}
2+
{% set version = "1.11.0" %}
33
{% set build = 0 %}
44

55
package:
@@ -33,8 +33,8 @@ requirements:
3333
- r
3434
- cdo
3535
- cime_gen_domain 6.1.59 # [linux]
36-
- chemdyg 1.1.0rc3
37-
- e3sm_diags 3.0.0rc4
36+
- chemdyg 1.1.0
37+
- e3sm_diags 3.0.0
3838
- e3sm_to_cmip 1.11.3
3939
- e3sm-tools 3.0.2 # [linux]
4040
- geometric_features 1.6.1
@@ -47,7 +47,7 @@ requirements:
4747
- mache 1.28.0
4848
- moab 5.5.1 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc']
4949
- mosaic 1.1.0 # [py>=310]
50-
- mpas-analysis 1.13.0rc10
50+
- mpas-analysis 1.13.0
5151
- mpas_tools 0.36.0
5252
- nco 5.3.2 # [mpi != 'hpc']
5353
- pcmdi_metrics 3.8.2
@@ -57,9 +57,9 @@ requirements:
5757
- uxarray 2024.11.1 # [py<310]
5858
- uxarray >=2024.12.0 # [py>=310]
5959
- xcdat 0.8.0
60-
- zppy 3.0.0rc5
60+
- zppy 3.0.0
6161
- zppy-interfaces 0.1.1
62-
- zstash 1.4.4rc2 # [linux]
62+
- zstash 1.4.4 # [linux]
6363

6464
### mkdocs
6565
- mkdocs-material

0 commit comments

Comments
 (0)