Skip to content

v0.6

Choose a tag to compare

@xylar xylar released this 25 Nov 08:53

This release:

  • adds a job script and example config file for Anvil (the E3SM nodes on Blues as Argonne)
  • adds a job script and example config file for Theta at Argonne
  • updates the example config files on Edison to a more recent run (both a long E3SM beta2 and a shorter beta3)
  • switches parallel tasks to using multiprocessing instead of subprocess
  • fixes example config files to specify the correct mapping directory where pregenerated mapping files can be found
  • adds support for prerequisite tasks and subtasks
  • adds a task for computing MPAS climatologies for all variables in a given component in one call to ncclimo
  • adds a subtask for remapping climatologies to the comparison grid
  • cleans up the documentation, fixing some missing packages that were causing the ReadTheDocs build to fail
  • adds a task for extracting time series with ncrcat
  • updates the MOC time series to iterate through monthly mean data manually, rather than using an xarray multi-file data set (which tends to lead to memory errors or other problems within dask).