Skip to content

Commit

Permalink
Fix diagnostics call for sedFe
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Jun 25, 2024
1 parent 2a97638 commit 3424165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/darwin/darwin_forcing.F
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ SUBROUTINE DARWIN_FORCING( Ptrdummy,
#endif
CALL DIAGNOSTICS_FILL(scavRate,'scavRate',0,Nr,2,bi,bj,myThid)
CALL DIAGNOSTICS_FILL(scavLoss,'scvLosFe',0,Nr,2,bi,bj,myThid)
CALL DIAGNOSTICS_FILL(sedFe, 'sedFe ',0,Nr,1,bi,bj,myThid)
CALL DIAGNOSTICS_FILL(sedFe, 'sedFe ',0,Nr,2,bi,bj,myThid)
CALL DIAGNOSTICS_FILL(sedFlxFe,'sedFlxFe',0,1,2,bi,bj,myThid)
IF (DIAGNOSTICS_IS_ON('sfcSolFe', myThid)) THEN
DO j=jMin,jMax
Expand Down

0 comments on commit 3424165

Please sign in to comment.