-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Prevent collection duration from being shorter than frequency
History/history_mod.F90 - Added error trap to make sure that the collection duration (which specifies when it's time to write a new file) is never shorter than the collection frequency (which specifies the diagnostic time interval). This prevents an error that can result in empty diagnostic files. - Updated error messages to use "YYYYMMDD hhmmss" notation CHANGELOG.md - UPdated accordingly Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters