Skip to content

Commit

Permalink
typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
MJHarrison-GFDL committed Apr 23, 2018
1 parent a45a176 commit 70e9e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocean_data_assim/MOM_oda_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ subroutine apply_oda_tracer_increments(dt,G,tv,h,CS)
type(thermo_var_ptrs), intent(inout) :: tv !< A structure pointing to various thermodynamic variables
real, dimension(SZI_(G),SZJ_(G),SZK_(G)), &
intent(in) :: h !< layer thickness (m or kg/m2)
type(odaCS), intent(inout) :: CS !< the data assimilation structure
type(ODA_CS), intent(inout) :: CS !< the data assimilation structure

end subroutine apply_oda_tracer_increments
end module MOM_oda_driver_mod

0 comments on commit 70e9e25

Please sign in to comment.