Skip to content

v1.1.0rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@forsyth2 forsyth2 released this 15 Oct 19:32
· 232 commits to main since this release
fa0bc38

Bug Fixes (user-facing)

  • Fix validation of campaign configs #143 (new in rc2)

Features (user-facing)

  • Support for additional E3SM Diagnostics sets
    • Add annual_cycle_zonal_mean set to e3sm_diags default #108
    • Add streamflow diags #126
  • 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 (new in rc2)
  • Support for high-resolution simulations
    • Add high resolution support #136
  • Print in .settings files the settings each task used
    • Print settings #137

Docs (user-facing)

  • Docs for testing E3SM Unified #84
  • Enable revisions to old docs #113
  • Update docs #119

Tests

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

CI/CD

  • Add tbump to simplify version bumping #91
  • Fix timeout of conda build caused by Python version 3.10.0 #155 (new in rc3)

Cleanup

  • Refactor coupled_global #106