Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Jun 11, 2024
1 parent 3e9a5e6 commit 233ff02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/darwin/darwin_surfforcing.F
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ SUBROUTINE DARWIN_SURFFORCING(
surfphos = ptr2mol * MAX(surfPO4Min,
& MIN(surfPO4Max, Ptracer(i,j,k,bi,bj,iPO4)))
& * maskC(i,j,k,bi,bj)
surfsi = ptr2mol * MAX(surfSiMinINit,
surfsi = ptr2mol * MAX(surfSiMin,
& MIN(surfSiMax, Ptracer(i,j,k,bi,bj,iSiO2)))
& * maskC(i,j,k,bi,bj)

Expand Down
2 changes: 1 addition & 1 deletion pkg/darwin/darwin_surfforcing_init.F
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ SUBROUTINE DARWIN_SURFFORCING_INIT(myThid)
surfphos = ptr2mol * MAX(surfPO4MinInit,
& MIN(surfPO4MaxInit, Ptracer(i,j,k,bi,bj,iPO4)))
& * maskC(i,j,k,bi,bj)
surfsi = ptr2mol * MAX(surfSiMinINit,
surfsi = ptr2mol * MAX(surfSiMinInit,
& MIN(surfSiMaxInit, Ptracer(i,j,k,bi,bj,iSiO2)))
& * maskC(i,j,k,bi,bj)
C$TAF init dic_surf = static, 10
Expand Down

0 comments on commit 233ff02

Please sign in to comment.