Skip to content

Commit

Permalink
Return if error reading aerosol data
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Aug 2, 2024
1 parent 62f7656 commit e2f4a63
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 e2f4a63

Please sign in to comment.