Skip to content

Commit 412c177

Browse files
herrwang0Hallberg-NOAA
authored andcommitted
Correct the unit of diagnostic "eta_cor"
It should be in thickness unit (m for Boussinesq and kg/m2 for non-Boussinesq). The long name description is also slightly changed.
1 parent 0f977a4 commit 412c177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/MOM_barotropic.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6315,7 +6315,7 @@ subroutine barotropic_init(u, v, h, Time, G, GV, US, param_file, diag, CS, &
63156315
CS%id_vbtav = register_diag_field('ocean_model', 'vbtav', diag%axesCv1, Time, &
63166316
'Barotropic time-average meridional velocity', 'm s-1', conversion=US%L_T_to_m_s)
63176317
CS%id_eta_cor = register_diag_field('ocean_model', 'eta_cor', diag%axesT1, Time, &
6318-
'Corrective mass flux within a timestep', 'm', conversion=GV%H_to_m)
6318+
'Corrective mass or volume flux within a timestep', thickness_units, conversion=GV%H_to_MKS)
63196319
CS%id_visc_rem_u = register_diag_field('ocean_model', 'visc_rem_u', diag%axesCuL, Time, &
63206320
'Viscous remnant at u', 'nondim')
63216321
CS%id_visc_rem_v = register_diag_field('ocean_model', 'visc_rem_v', diag%axesCvL, Time, &

0 commit comments

Comments
 (0)