Skip to content

Commit

Permalink
Merge pull request ufs-community#3 from NOAA-SWPC/hotfix/satadj_typo
Browse files Browse the repository at this point in the history
addressing typo that prevented compilation
  • Loading branch information
akubaryk authored Jun 22, 2022
2 parents a57a62b + 5884a92 commit 1836576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/fv_sat_adj.F90
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ subroutine fv_sat_adj_run(mdt, zvir, is, ie, isd, ied, kmp, km, kmdelz, js, je,
integer :: k, j, i

#ifdef MULTI_GASES
real(kind=kind_dyn) :: qvip(isd_ied, jsd:jed, 1:ngas)
real(kind=kind_dyn) :: qvip(isd:ied, jsd:jed, 1:ngas)
#endif

! Initialize the CCPP error handling variables
Expand Down

0 comments on commit 1836576

Please sign in to comment.