Skip to content

v1.1.0

Choose a tag to compare

@forsyth2 forsyth2 released this 04 Nov 22:04
· 383 commits to main since this release
4f75a52

Bug Fixes (user-facing)

  • Fix validation of campaign configs #143

Features (user-facing)

  • Support for additional E3SM Diagnostics sets
    • Add annual_cycle_zonal_mean set to e3sm_diags default #108
    • Add streamflow diags #126
    • Add zonal mean 2d stratosphere set from e3sm_diags #163 #161
  • Value for environment_commands can be assumed based on the machine you're running on.
    • Update E3SM Unified paths #118
  • Ability to add extra variables in time-series
    • Add extra_vars option for in the "ts" section #124
  • Ability to specify a campaign, which will auto-fill other parameters
    • Add campaign parameter #138
    • Add support for cryosphere campaign #144
  • Support for high-resolution simulations
    • Add high resolution support #136
  • Print in .settings files the settings each task used
    • Print settings #137
  • Global Time Series updates
    • Add input_subdir parameter to global time series #158 #161
    • Allow Global Time Series to work without MPAS Analysis #160 #161

Docs (user-facing)

  • Docs for testing E3SM Unified #84
  • Enable revisions to old docs #113
  • Update docs #119
  • Docs should specify using Cori-haswell #162 #161

Tests

  • Update E3SM Diags testing #112
  • Use debug queue for integration tests #130
  • Ignore templateDir in tests #153

CI/CD

  • Add tbump to simplify version bumping #91
  • Fix timeout of conda build caused by Python version 3.10.0 #155

Cleanup

  • Refactor coupled_global #106
  • Update gitignore #161