Skip to content

Commit

Permalink
Add units for uhml,vhml
Browse files Browse the repository at this point in the history
- Commit a8f0b99 inadvertently turned off units entirely
  foruhml, vhml.
  • Loading branch information
adcroft committed Sep 22, 2017
1 parent fc732ac commit 11ad230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameterizations/lateral/MOM_mixed_layer_restrat.F90
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,10 @@ logical function mixedlayer_restrat_init(Time, G, GV, param_file, diag, CS)
else ; flux_to_kg_per_s = 1. ; endif

CS%id_uhml = register_diag_field('ocean_model', 'uhml', diag%axesCuL, Time, &
'Zonal Thickness Flux to Restratify Mixed Layer', conversion=flux_to_kg_per_s, &
'Zonal Thickness Flux to Restratify Mixed Layer', 'kg s-1', conversion=flux_to_kg_per_s, &
y_cell_method='sum', v_extensive=.true.)
CS%id_vhml = register_diag_field('ocean_model', 'vhml', diag%axesCvL, Time, &
'Meridional Thickness Flux to Restratify Mixed Layer', conversion=flux_to_kg_per_s, &
'Meridional Thickness Flux to Restratify Mixed Layer', 'kg s-1', conversion=flux_to_kg_per_s, &
x_cell_method='sum', v_extensive=.true.)
CS%id_urestrat_time = register_diag_field('ocean_model', 'MLu_restrat_time', diag%axesCu1, Time, &
'Mixed Layer Zonal Restratification Timescale', 'second')
Expand Down

0 comments on commit 11ad230

Please sign in to comment.