Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
Remove config_damage_stiffness_min as a variable in li_calculate_damage,
where it is no longer used.
  • Loading branch information
trhille committed Oct 31, 2023
1 parent 5ee7c46 commit 17b7bf2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3616,7 +3616,6 @@ subroutine li_finalize_damage_after_advection(domain, err)
type (mpas_pool_type), pointer :: meshPool
type (mpas_pool_type), pointer :: velocityPool
type (mpas_pool_type), pointer :: scratchPool
real(kind=RKIND), pointer :: config_damage_stiffness_min
logical, pointer :: config_damage_rheology_coupling
logical, pointer :: config_preserve_damage
logical, pointer :: config_print_calving_info
Expand All @@ -3638,7 +3637,6 @@ subroutine li_finalize_damage_after_advection(domain, err)
err = 0
call mpas_pool_get_config(liConfigs, 'config_damage_stiffness_min', config_damage_stiffness_min)
call mpas_pool_get_config(liConfigs, 'config_damage_rheology_coupling', config_damage_rheology_coupling)
call mpas_pool_get_config(liConfigs, 'config_damage_gl_setting', config_damage_gl_setting)
call mpas_pool_get_config(liConfigs, 'config_preserve_damage', config_preserve_damage)
Expand Down

0 comments on commit 17b7bf2

Please sign in to comment.