Skip to content

Commit

Permalink
reset input_freq_distribution to false, the old default
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-huth committed Nov 18, 2022
1 parent 1ee47c1 commit 20cb345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icebergs_framework.F90
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ subroutine ice_bergs_framework_init(bergs, &
logical :: critical_interaction_damping_on=.true. ! Sets the damping on relative iceberg velocity to critical value - Added by Alon
logical :: tang_crit_int_damp_on=.true. ! Critical interaction damping for tangential component?
logical :: do_unit_tests=.false. ! Conduct some unit tests
logical :: input_freq_distribution=.true. ! Flag to show if input distribution is freq or mass dist (=1 if input is a freq dist, =0 to use an input mass dist)
logical :: input_freq_distribution=.false. ! Flag to show if input distribution is freq or mass dist (=1 if input is a freq dist, =0 to use an input mass dist)
logical :: read_old_restarts=.false. ! Legacy option that does nothing
logical :: use_old_spreading=.true. ! If true, spreads iceberg mass as if the berg is one grid cell wide
logical :: read_ocean_depth_from_file=.false. ! If true, ocean depth is read from a file.
Expand Down

0 comments on commit 20cb345

Please sign in to comment.