Skip to content

Commit

Permalink
Units on melt_by_ice_sheet_basin and some shortening of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-huth committed Aug 19, 2024
1 parent 734775d commit 723cd40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/icebergs_framework.F90
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module ice_bergs_framework
logical :: skip_first_outer_mts_step=.false.
logical :: no_frac_first_ts=.false.
logical :: footloose=.false. !< Turn footloose calving on/off
logical :: use_berg_origin_basins=.false. !< If true, save ice-sheet basin of origin for each berg and track berg melt associated with each basin
logical :: use_berg_origin_basins=.false. !< If T, save berg melt associated with the each ice-sheet basin of origin for the bergs

!Public params !Niki: write a subroutine to expose these
public nclasses,buffer_width,buffer_width_traj,buffer_width_bond_traj
Expand Down Expand Up @@ -146,8 +146,8 @@ module ice_bergs_framework
real, dimension(:,:), pointer :: cos=>null() !< Cosine from rotation matrix to lat-lon coords
real, dimension(:,:), pointer :: sin=>null() !< Sine from rotation matrix to lat-lon coords
real, dimension(:,:), pointer :: ocean_depth=>NULL() !< Depth of ocean (m)
real, dimension(:,:), pointer :: ice_sheet_basins=>NULL() !< Basins of origin for bergs (e.g. IMBIE basins, extended to cover calving cells)
real, dimension(:,:,:), pointer :: melt_by_ice_sheet_basin=>null() !< Total icebergs melt rate associated with each ice-sheet basin
real, dimension(:,:), pointer :: ice_sheet_basins=>NULL() !< Ice-sheet basins of origin for bergs (e.g. IMBIE basins)
real, dimension(:,:,:), pointer :: melt_by_ice_sheet_basin=>null() !< Total melt rate for bergs from each ice-sheet basin (kg/s/m^2)
real, dimension(:,:), pointer :: uo=>null() !< Ocean zonal flow (m/s)
real, dimension(:,:), pointer :: vo=>null() !< Ocean meridional flow (m/s)
real, dimension(:,:), pointer :: ui=>null() !< Ice zonal flow (m/s)
Expand Down Expand Up @@ -525,7 +525,7 @@ module ice_bergs_framework
logical :: tang_crit_int_damp_on=.true. !<crit interaction damping for tangential component?
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.
logical :: use_berg_origin_basins=.false. !< If true, save ice-sheet basin of origin for each berg and track berg melt associated with each basin
logical :: use_berg_origin_basins=.false. !< If T, save berg melt associated with the each ice-sheet basin of origin for the bergs
integer :: nbasins=1 !< Number of ice-sheet basins of origin for the bergs
integer(kind=8) :: debug_iceberg_with_id = -1 !< If positive, monitors a berg with this id

Expand Down

0 comments on commit 723cd40

Please sign in to comment.