Skip to content

Commit

Permalink
Added array-syntax notation for a full-array copy
Browse files Browse the repository at this point in the history
  Added array-syntax notation for a full-array copy in ISOMIP_Tracer.F90. All
answers are bitwise identical.
  • Loading branch information
Hallberg-NOAA committed May 11, 2020
1 parent a6445be commit b2453e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/ISOMIP_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ subroutine ISOMIP_tracer_column_physics(h_old, h_new, ea, eb, fluxes, dt, G, G

if (.not.associated(CS)) return

melt(:,:) = fluxes%iceshelf_melt
melt(:,:) = fluxes%iceshelf_melt(:,:)

! max. melt
mmax = MAXVAL(melt(is:ie,js:je))
Expand Down

0 comments on commit b2453e4

Please sign in to comment.