bugfix: CAMtr_volume_mixing_ratio read issue #176
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TYPE: bugfix
KEYWORDS: read file, iso_fortran_env
SOURCE: Soren Rasmussen, NCAR
DESCRIPTION OF CHANGES: The iso_fortran_env constant
iostat_end
has replaced the traditional, but not defined by the Fortran standard,-1
to mean the end-of-file has been reached. This fix reflects that change that is starting to appear in some compilers.TESTS CONDUCTED: The
CLWRF -- clwrf -- CLWRF ALERT!
statement had started appearing with the Cray compiler 15.0.1, without any change to the "CAMtr_volume_mixing_ratio.SSP245" input file. This warning message is not showing up anymore.Checklist
Merging the PR depends on following checklist being completed. Add
X
betweeneach of the square brackets if they are completed in the PR itself. If a
bullet is not relevant to you, please comment on why below the bullet.
issue describes and documents the problem and general solution, the PR
describes the technical details of the solution.)