Skip to content

Commit

Permalink
fix a bug in MOM_surface_forcing_gfdl.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Zhang authored and Cheng Zhang committed Aug 15, 2024
1 parent 95ab72a commit 42962e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
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 @@ -828,7 +828,7 @@ subroutine convert_IOB_to_forces(IOB, forces, index_bounds, Time, G, US, CS, dt_
forces%ustkb(i,j,istk) = IOB%ustkb(i-I0,j-J0,istk)
forces%vstkb(i,j,istk) = IOB%vstkb(i-I0,j-J0,istk)
enddo; enddo
call pass_vector(forces%ustkb(:,:,istk),forces%vstkb(:,:,istk), G%domain )
call pass_vector(forces%ustkb(:,:,istk),forces%vstkb(:,:,istk), G%domain, stagger=AGRID)
enddo

! Find the net mass source in the input forcing without other adjustments.
Expand Down
1 change: 0 additions & 1 deletion pkg/MOM6_DA_hooks
Submodule MOM6_DA_hooks deleted from 6d8834
1 change: 0 additions & 1 deletion pkg/geoKdTree
Submodule geoKdTree deleted from a4670b

0 comments on commit 42962e7

Please sign in to comment.