Skip to content

Commit

Permalink
Rebase HEMCO PR #279 atop of the HEMCO 3.9.1 release
Browse files Browse the repository at this point in the history
This merge brings in the updates for HEMCO PR #279 (Use USTAR read
from GEOS instead of calculating from U10M and V10M, by @yuanjianz)
atop the HEMCO 3.9.1 release.  This will be merged into the HEMCO
3.10.0 development stream after passing integration tests.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 18, 2024
1 parent 7a0db0e commit ac9fc32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'stale'
exempt-issue-labels:
- 'category: Discussion'
- 'category: Feature Request'
- 'deferred'
- 'help needed: Open Research Problem'
- 'help needed: Request Input from Community'
- 'never stale'
- 'TODO: Documentation'
exempt-issue-labels: 'category: Discussion','category: Feature Request','deferred','help needed: Open Research Problem','help needed: Request Input from Community','never stale','TODO: Documentation'
days-before-issue-stale: 30
days-before-issue-close: 7
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue.'
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
### Changed
- Use USTAR from meteorology instead of calculating from reference 10m wind in DustDead extension
- Use `USTAR` from meteorology instead of calculating from reference 10m wind in DustDead extension

## [3.9.1] - 2024-06-28
### Fixed
- Fixed formatting error in `.github/workflows/stale.yml` that caused the Mark Stale Issues action not to run

## [3.9.0] - 2024-05-30
### Added
Expand Down

0 comments on commit ac9fc32

Please sign in to comment.