Skip to content

Commit

Permalink
Merge pull request #3 from adcroft/change-default-grounding
Browse files Browse the repository at this point in the history
Changes default value of cdrag_grounding
  • Loading branch information
alex-huth authored Jan 8, 2021
2 parents 7aa0455 + fd14a22 commit 3e13c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icebergs_framework.F90
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ module ice_bergs_framework
real :: spring_coef !< Spring constant for bonded iceberg interactions
real :: contact_spring_coef !<Spring coefficient for berg collisions -Alex
character(len=11) :: fracture_criterion !<'strain_rate','strain',or 'none'
real :: cdrag_grounding
real :: cdrag_grounding=0.0 !< Drag coefficient against ocean bottom
real :: h_to_init_grounding
real :: frac_thres_n !normal fracture strain threshold
real :: frac_thres_t !tangential fracture strain threshold
Expand Down Expand Up @@ -587,7 +587,7 @@ subroutine ice_bergs_framework_init(bergs, &
real :: spring_coef=1.e-8 ! Spring constant for iceberg interactions (this seems to be the highest stable value)
real :: contact_spring_coef=0. !Spring coef for berg collisions (is set to spring_coef if not specified)
character(len=11) :: fracture_criterion='none' !<'strain_rate','strain',or 'none'
real :: cdrag_grounding=20.0
real :: cdrag_grounding=0.0 ! Drag coefficient against ocean bottom
real :: h_to_init_grounding=100.0
real :: frac_thres_n=0.0 !normal fracture strain threshold
real :: frac_thres_t=0.0 !tangential fracture strain threshold
Expand Down

0 comments on commit 3e13c5e

Please sign in to comment.