Skip to content

Commit 3b4072c

Browse files
aekissdougiesquire
authored andcommitted
Fix typo in long_name of total_net_massin: predip -> precip (mom-ocean#11)
1 parent e3e2717 commit 3b4072c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/MOM_forcing_type.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ subroutine register_forcing_type_diags(Time, diag, US, use_temperature, handles,
17951795
units='kg s-1', conversion=US%RZL2_to_kg*US%s_to_T)
17961796

17971797
handles%id_total_net_massin = register_scalar_field('ocean_model', 'total_net_massin', Time, diag, &
1798-
long_name='Area integrated mass entering ocean due to predip, runoff, ice melt', &
1798+
long_name='Area integrated mass entering ocean due to precip, runoff, ice melt', &
17991799
units='kg s-1', conversion=US%RZL2_to_kg*US%s_to_T)
18001800

18011801
!=========================================================================

0 commit comments

Comments
 (0)