-
Notifications
You must be signed in to change notification settings - Fork 9
Update to 1.12.0 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update to 1.12.0 #137
Changes from 6 commits
739d2a6
e398e69
5c017d4
1c6a9f3
c5deaec
64eb787
72dce2d
188973e
4b5dc34
a4303a1
6c4ef8d
e8696ac
c31915c
7113180
047c730
c0f810e
4f314d9
2cc66fa
1f21059
f5ffbad
d6fdb3a
5f9abfe
14d1df4
ced1fb5
24ebabe
c0ae19f
fef77bf
cfc804c
40b30ac
fec404f
851c1d9
577f929
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ recreate = False | |
| suffix = | ||
|
|
||
| # the python version | ||
| python = 3.10 | ||
| python = 3.13 | ||
|
|
||
| # the MPI version (nompi, mpich or openmpi) | ||
| mpi = nompi | ||
|
|
@@ -22,7 +22,7 @@ ilamb = 2.7.2 | |
|
|
||
| # the version of mache to use during deployment (should match the version used | ||
| # in the package itself) | ||
| mache = 1.28.0 | ||
| mache = 1.31.0 | ||
|
|
||
| # the version of mpi4py to build if using system compilers and MPI | ||
| mpi4py = 4.0.1 | ||
|
|
@@ -39,13 +39,13 @@ xesmf = None | |
| # spack package specs | ||
| [spack_specs] | ||
|
|
||
| esmf = [email protected].0+mpi+netcdf~pnetcdf~external-parallelio | ||
| hdf5 = [email protected].3+cxx+fortran+hl+mpi+shared | ||
| esmf = [email protected].1+mpi+netcdf~pnetcdf~external-parallelio | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| hdf5 = [email protected].6+cxx+fortran+hl+mpi+shared | ||
| moab = [email protected]+mpi+hdf5+netcdf+pnetcdf+metis+parmetis+tempest | ||
| nco = [email protected].2+openmp | ||
| nco = [email protected].4+openmp | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| netcdf_c = [email protected]+mpi~parallel-netcdf | ||
| netcdf_fortran = [email protected] | ||
| parallel_netcdf = [email protected] | ||
| # parallelio = [email protected]+fortran+mpi~pnetcdf | ||
| tempestextremes = tempestextremes@2.2.3+mpi | ||
| tempestextremes = tempestextremes@2.3.1+mpi | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| tempestremap = [email protected] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| python: | ||
| - {{ python }}.* *_cpython | ||
| - {{ python }} | ||
|
|
||
| mpi: | ||
| - {{ mpi }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| {% set name = "E3SM-Unified" %} | ||
| {% set version = "1.11.1" %} | ||
| {% set version = "1.12.0rc2" %} | ||
xylar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| {% set build = 0 %} | ||
|
|
||
| package: | ||
|
|
@@ -44,18 +44,18 @@ requirements: | |
| - ipython | ||
| - jupyter | ||
| - livvkit 3.1.0 | ||
| - mache 1.28.0 | ||
| - mache 1.31.0 | ||
|
||
| - moab 5.5.1 {{ mpi_prefix }}_tempest_* # [mpi != 'hpc'] | ||
xylar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - mosaic 1.1.0 # [py>=310] | ||
| - mpas-analysis 1.13.0 | ||
| - mpas_tools 0.36.0 | ||
| - nco 5.3.2 # [mpi != 'hpc'] | ||
| - pcmdi_metrics 3.8.2 | ||
| - mosaic 1.1.0 | ||
| - mpas-analysis 1.14.0rc01 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - mpas_tools 1.2.2 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - nco 5.3.4 # [mpi != 'hpc'] | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| # can not be installed until dependency on genutils, cdutil, cdms2, cdp | ||
| # - pcmdi_metrics 3.8.2 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - squadgen 1.2.2 # [linux] | ||
| - tempest-remap 2.2.0 # [mpi != 'hpc'] | ||
| - tempest-extremes 2.2.3 {{ mpi_prefix }}_* # [mpi != 'hpc'] | ||
| - uxarray 2024.11.1 # [py<310] | ||
| - uxarray >=2024.12.0 # [py>=310] | ||
| - tempest-extremes 2.3.1 {{ mpi_prefix }}_* # [mpi != 'hpc'] | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - uxarray >=2024.12.0 | ||
| - xcdat 0.8.0 | ||
| - zppy 3.0.0 | ||
| - zppy-interfaces 0.1.2 | ||
|
|
@@ -75,24 +75,17 @@ requirements: | |
| - blas | ||
| - bottleneck | ||
| - cartopy >=0.17.0 | ||
| - cdat_info 8.2.1 | ||
| - cdms2 3.1.5 | ||
| - cdtime 3.1.4 | ||
| - cdutil 8.2.1 | ||
| - cmocean | ||
| # the last version before python 3.9 support was dropped | ||
| - dask 2024.8.0 # [py<310] | ||
| - dask 2024.11.2 # [py>=310] | ||
| - dask 2024.11.2 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - dogpile.cache | ||
| - eofs | ||
| - esmf 8.8.0 {{ mpi_prefix }}_* | ||
| - esmpy 8.8.0 | ||
| - esmf 8.8.1 {{ mpi_prefix }}_* | ||
| - esmpy 8.8.1 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - f90nml | ||
| - ffmpeg | ||
| - genutil 8.2.1 | ||
| - globus-sdk | ||
| - gsw | ||
| - hdf5 1.14.3 {{ mpi_prefix }}_* | ||
| - hdf5 1.14.6 {{ mpi_prefix }}_* | ||
| - ipygany | ||
| - libnetcdf 4.9.2 {{ mpi_prefix }}_* | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - lxml | ||
|
|
@@ -114,9 +107,7 @@ requirements: | |
| - progressbar2 | ||
| - proj 9.5.1 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - pyevtk | ||
| # the last version before python 3.9 support was dropped | ||
| - pyproj 3.6.1 # [py<310] | ||
| - pyproj 3.7.0 # [py>=310] | ||
| - pyproj 3.7.0 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - pyremap | ||
| - pytest | ||
| - pywavelets | ||
|
|
@@ -128,10 +119,8 @@ requirements: | |
| - shapely | ||
| - sympy >=0.7.6 | ||
| - tabulate | ||
| - windspharm # [py<=310] | ||
| # the last version before python 3.9 support was dropped | ||
| - xarray 2024.7.0 # [py<310] | ||
| - xarray 2025.1.1 # [py>=310] | ||
| - windspharm | ||
| - xarray 2025.1.1 | ||
andrewdnolan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - xesmf 0.8.8 | ||
|
|
||
| # addition ilamb 2.7 dependencies, for system MPI builds | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can leave this for now but will eventually need to be 2.0.0rcX once we have a release candidate.