Skip to content

Commit

Permalink
Merge pull request #296 from geoschem/bugfix/reduce_hemco_read_prints…
Browse files Browse the repository at this point in the history
…_in_mpi

Remove excessive prints when using MPI
  • Loading branch information
lizziel authored Dec 3, 2024
2 parents deaa192 + ab94096 commit d00af43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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
### Fixed
- Fixed excessive prints when using MPI

## [3.10.0] - 2024-11-07
### Added
- Added TSOIL1 field to `ExtState`
Expand Down
2 changes: 1 addition & 1 deletion src/Core/hcoio_read_std_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ SUBROUTINE HCOIO_Read( HcoState, Lct, RC )
ENDIF

! Also write to standard output
WRITE( 6, 100 ) TRIM( srcFile )
IF ( HcoState%Config%amIRoot ) WRITE( 6, 100 ) TRIM( srcFile )
100 FORMAT( 'HEMCO: Opening ', a )

! This is now the file in archive
Expand Down

0 comments on commit d00af43

Please sign in to comment.