Skip to content

Commit

Permalink
fix merge error in GFS_MP_generic_post.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Oct 4, 2024
1 parent 14afff2 commit d5842b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subroutine GFS_MP_generic_post_run(
logical, intent(in) :: cal_pre, lssav, ldiag3d, qdiag3d, cplflx, cplchm, cpllnd, progsigma, exticeden
integer, intent(in) :: index_of_temperature,index_of_process_mp,use_lake_model(:)
integer, intent(in) :: imfshalcnv,imfshalcnv_gf,imfdeepcnv,imfdeepcnv_gf,imfdeepcnv_samf
integer, dimension (:), intent(in) :: htop, xland
integer, dimension (:), intent(in) :: htop
real(kind=kind_phys), intent(in) :: fh_dfi_radar(:), fhour, con_t0c
real(kind=kind_phys), intent(in) :: radar_tten_limits(:)
integer, intent(in) :: ix_dfi_radar(:)
Expand Down

0 comments on commit d5842b6

Please sign in to comment.