Skip to content

Commit

Permalink
Last adjustments to merge diff from Bill
Browse files Browse the repository at this point in the history
  • Loading branch information
Katetc committed Jul 11, 2024
1 parent 75a100c commit 2af0790
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libglide/glide_setup.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,10 @@ subroutine print_parameters(model)
elseif (model%options%which_ho_babc == HO_BABC_POWERLAW) then
write(message,*) 'Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_const
call write_log(message)
write(message,*) 'Max Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_max
call write_log(message)
write(message,*) 'Min Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_min
call write_log(message)
write(message,*) 'm exponent for power law : ', model%basal_physics%powerlaw_m
call write_log(message)
elseif (model%options%which_ho_babc == HO_BABC_COULOMB_FRICTION) then
Expand All @@ -2668,6 +2672,10 @@ subroutine print_parameters(model)
call write_log(message)
write(message,*) 'Cp for Schoof power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_const
call write_log(message)
write(message,*) 'Max Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_max
call write_log(message)
write(message,*) 'Min Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_min
call write_log(message)
write(message,*) 'm exponent for Schoof power law : ', model%basal_physics%powerlaw_m
call write_log(message)
elseif (model%options%which_ho_babc == HO_BABC_COULOMB_POWERLAW_TSAI) then
Expand All @@ -2677,6 +2685,10 @@ subroutine print_parameters(model)
call write_log(message)
write(message,*) 'Cp for Tsai power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_const
call write_log(message)
write(message,*) 'Max Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_max
call write_log(message)
write(message,*) 'Min Cp for power law, Pa (m/yr)^(-1/3) : ', model%basal_physics%powerlaw_c_min
call write_log(message)
write(message,*) 'm exponent for Tsai power law : ', model%basal_physics%powerlaw_m
call write_log(message)
elseif (model%options%which_ho_babc == HO_BABC_POWERLAW_EFFECPRESS) then
Expand Down

0 comments on commit 2af0790

Please sign in to comment.