Releases: E3SM-Project/e3sm_diags
Releases · E3SM-Project/e3sm_diags
v1.5.0
e3sm_diags
can now be ran as a container, in addition to being manually installed and ran that way.- View how to do so on Edison at NERSC via Shifter here.
- The auxiliary script to run a container,
e3sm_diags_container.py
, supports Docker and Shifter. - Singularity support will be added in the next release or so.
- A quick guide will be added for Docker and Singularity soon as well.
- Scripts added for creating the time-series observational data.
- Minor additions to the viewer.
v1.4.0
v.1.3.4
- Fixed major issue where NetCDF-4 files would not open on Edison compute nodes.
- Added
output_format_subplot
parameter to save individual panels when using matplotlib for the plotsets:- lat_lon
- polar
- zonal_mean_xy
- zonal_mean_2d
- cosp_histogram
- Expanded provenance. Now for each run, the command used, the
py
file, and thecfg
file used are save in{results_dir}/prov
. Ayml
file of the environment is also saved there as well.
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
- Added Taylor Diagrams for spatial variability for annual and seasonal means.
- Added provenance: a single run can be recreated with a single command.
- A dependency,
cdp
, was updated to support the provenance feature.- If using a development environment, explained here, create a new environment by following the instructions again.
- If using a regular environment, just run
conda update acme_diags
to getv1.2.0
ofacme_diags
.