Skip to content

Commit

Permalink
Revert "Update diagnostic name, old name has been obsoleted. Closes #155
Browse files Browse the repository at this point in the history
"

This reverts commit 7f5cc91.

- We are going to replace this commit with removing the conflicting line
  in MOM_obsolete_diagnostics.F90.
  • Loading branch information
adcroft committed May 1, 2015
1 parent 9d03ff3 commit b9a23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_forcing_type.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ subroutine register_forcing_type_diags(Time, diag, use_temperature, handles)
cmor_standard_name='surface_downward_latent_heat_flux', &
cmor_long_name='Surface Downward Latent Heat Flux')

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

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

0 comments on commit b9a23f4

Please sign in to comment.