Skip to content

Commit

Permalink
Remove unnecessary addition of optional arguments. #62
Browse files Browse the repository at this point in the history
  • Loading branch information
nichannah committed Jun 5, 2015
1 parent 9ab9b68 commit 423b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@ subroutine register_diags(Time, G, CS, ADp)
endif
if (CS%use_temperature) then
CS%id_T_predia = register_diag_field('ocean_model', 'temp_predia', diag%axesTL, Time, &
long_name='Potential Temperature', units='Celsius')
'Potential Temperature', 'Celsius')
CS%id_S_predia = register_diag_field('ocean_model', 'salt_predia', diag%axesTL, Time, &
'Salinity', 'PPT')
endif
Expand Down

0 comments on commit 423b0ee

Please sign in to comment.