Skip to content

Commit be96654

Browse files
committed
update inline comment about surface tracer values
1 parent e2ba718 commit be96654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ subroutine ocn_diagnostic_solve(dt, statePool, forcingPool, meshPool, verticalMe
399399

400400
!
401401
! extrapolate tracer values to ocean surface
402-
! this eventually be a modelled process
403-
! at present, just copy k=1 tracer values onto surface values
404-
! field will be updated below is better approximations are available
402+
! this eventually could be a modelled process
403+
! at present, just copy minLevelCell tracer values onto surface values
404+
! field will be updated below as better approximations are available
405405

406406
!TDR need to consider how to handle tracersSurfaceValues
407407
#ifdef MPAS_OPENACC

0 commit comments

Comments
 (0)