Skip to content

Commit 687b9aa

Browse files
committed
corrected spelling error
1 parent ec60e89 commit 687b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/equation_of_state/MOM_EOS.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ subroutine EOS_init(param_file, EOS, US)
14741474
logical :: EOS_quad_default
14751475
real :: Rho_Tref_Sref ! Density at Tref degC and Sref ppt [kg m-3]
14761476
real :: Tref ! Reference temperature [degC]
1477-
real :: Sref ! Reference calinity [psu]
1477+
real :: Sref ! Reference salinity [psu]
14781478

14791479
! Read all relevant parameters and write them to the model log.
14801480
call log_version(param_file, mdl, version, "")

0 commit comments

Comments
 (0)