Skip to content

Commit

Permalink
quick fix to default N hemisphere initial thicknesses. Removed unnece…
Browse files Browse the repository at this point in the history
…ssary line in footloose part of thermodynamics
  • Loading branch information
alex-huth committed Apr 19, 2021
1 parent cf1ce33 commit 2133641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/icebergs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,6 @@ subroutine thermodynamics(bergs)
!basal turbulent melting
Mb_fl=max( 0.58*(dvo**0.8)*(SST+4.0)/(Lfl**0.2), 0.) *perday
Tnfl=max(Tfl- Mb_fl*bergs%dt,0.) ! new FL thickness (m)
nVolfl=Tnfl*Wnfl*Lnfl ! new footloose volume (m^
if (bergs%use_operator_splitting) then
!buoyant convection
Lnfl=max(Lfl-Mv_fl*bergs%dt,0.) ! new FL length (m)
Expand Down
2 changes: 1 addition & 1 deletion src/icebergs_framework.F90
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ subroutine ice_bergs_framework_init(bergs, &
real, dimension(nclasses) :: initial_mass_n=(/4.58e8, 3.61e9, 1.22e10, 2.91e10, 5.09e10, 7.34e10, 1.15e11, 1.65e11, 2.94e11, 5.59e11/) !for N hemisphere
real, dimension(nclasses) :: distribution_n=(/0.14, 0.15, 0.20, 0.15, 0.08, 0.07, 0.05, 0.05, 0.05, 0.05/) ! for N hemisphere
real, dimension(nclasses) :: mass_scaling_n=(/200, 50, 25, 13, 8, 5, 2, 1, 1, 1/) ! for N hemisphere
real, dimension(nclasses) :: initial_thickness_n=(/80, 159.5, 240, 320, 360, 360, 360, 360, 360/) ! for N hemisphere
real, dimension(nclasses) :: initial_thickness_n=(/80.4, 159.5, 240., 320., 360., 360., 360., 360., 360., 360./) ! for N hemisphere
integer(kind=8) :: debug_iceberg_with_id = -1 ! If positive, monitors a berg with this id
! DEM-mode parameters
!logical :: dem=.false. !if T, run in DEM-mode with angular terms, variable stiffness, etc
Expand Down

0 comments on commit 2133641

Please sign in to comment.