Skip to content

Commit

Permalink
Merge pull request #1081 from scrasmussen/bugfix/scm-rts
Browse files Browse the repository at this point in the history
Bugfix: aerosol data error reporting
  • Loading branch information
grantfirl authored Aug 9, 2024
2 parents 62f7656 + e2f4a63 commit 7506fd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ subroutine GFS_phys_time_vary_init (
! Read aerosol climatology
call read_aerdata (me,master,iflip,idate,errmsg,errflg)
endif
if (errflg /= 0) return
else
! Update the value of ntrcaer in aerclm_def with the value defined
! in GFS_typedefs.F90 that is used to allocate the Tbd DDT.
Expand Down

0 comments on commit 7506fd1

Please sign in to comment.