Skip to content

Commit 7f5cc91

Browse files
author
Nicholas Hannah
committed
Update diagnostic name, old name has been obsoleted. Closes #155
1 parent c464f2d commit 7f5cc91

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
@@ -1523,7 +1523,7 @@ subroutine register_forcing_type_diags(Time, diag, use_temperature, handles)
15231523
cmor_standard_name='surface_downward_latent_heat_flux', &
15241524
cmor_long_name='Surface Downward Latent Heat Flux')
15251525

1526-
handles%id_lat_evap = register_diag_field('ocean_model', 'latent_evap', diag%axesT1, Time, &
1526+
handles%id_lat_evap = register_diag_field('ocean_model', 'latent_evap_diag', diag%axesT1, Time, &
15271527
'Latent heat flux into ocean due to evaporation/condensation', 'Watt/m^2')
15281528

15291529
handles%id_lat_fprec = register_diag_field('ocean_model', 'latent_fprec_diag', diag%axesT1, Time,&

0 commit comments

Comments
 (0)