Skip to content

Commit

Permalink
Merge pull request #1425 from MJHarrison-GFDL/apply_flx_adj_patch
Browse files Browse the repository at this point in the history
Change the declaration of stack variable in apply_flux_adjustments
  • Loading branch information
Hallberg-NOAA authored Jun 17, 2021
2 parents afc9e1c + ae71955 commit 4273444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/FMS_cap/MOM_surface_forcing_gfdl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ subroutine apply_flux_adjustments(G, US, CS, Time, fluxes)
type(forcing), intent(inout) :: fluxes !< Surface fluxes structure

! Local variables
real, dimension(SZI_(G),SZJ_(G)) :: temp_at_h ! Various fluxes at h points [W m-2] or [kg m-2 s-1]
real, dimension(G%isc:G%iec,G%jsc:G%jec) :: temp_at_h ! Various fluxes at h points [W m-2] or [kg m-2 s-1]

integer :: isc, iec, jsc, jec, i, j
logical :: overrode_h
Expand Down

0 comments on commit 4273444

Please sign in to comment.