-
Notifications
You must be signed in to change notification settings - Fork 9
Update to e3sm-unified 1.2.0 #10
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
Conversation
|
This PR is a work in progress because this update will not be able to take place until a version of e3sm_diags and processflow are available that work with cdat v. 8.0. |
3426d54 to
08fb958
Compare
|
@xylar may I suggest adding https://anaconda.org/cdat/e3sm_nex code is at: https://github.com/CDAT/e3sm_nex |
|
Sure. I need a package name, channel and version to pin (if any). |
|
... which I can get from your link above. Sorry. Will add. |
|
@xylar it was in the anaconda link above 😉 |
|
@doutriaux1, we just finally got libnetcdf 4.6.1 to build on conda-forge: This version has an important bug fix specifically included to address big NetCDF files produced by MPAS-Ocean in E3SM at high res. But... When I try to peg that version, I get: I realize that cc @czender |
|
This PR is waiting on:
It is looks unlikely that we will be able to update the version of libnetcdf to 4.6.1. |
|
Thanks @xylar for getting in |
|
I decided to up the version number to |
To support python3: * switch from pyevtk to evtk (conda package defined in this repo) * switch from progressbar to progressbar2
7037cef to
3e7d797
Compare
|
Okay, thanks for the help @zshaheen and @doutriaux1. I think the only thing were now waiting on is a version of |
Rather than a script per machine one script knows enough to handle the machine-specific details. Also, one base conda install can now handle multiple environments, to be selected with "conda activate <env>" or a module file that takes care of that step.
Also, take out some unnecessary "export"s.
15889b7 to
317d531
Compare
Updates to many package versions for v. 1.2.0
Change to a single install script for all machines.