From 23c41cc90a5ae4a165c9837fafaee0debeb80d8e Mon Sep 17 00:00:00 2001 From: alex-huth Date: Mon, 19 Aug 2024 10:54:13 -0400 Subject: [PATCH] Units on melt_by_ice_sheet_basin and some shortening of comments --- src/icebergs_framework.F90 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/icebergs_framework.F90 b/src/icebergs_framework.F90 index 4d85fca..ed7f1e0 100644 --- a/src/icebergs_framework.F90 +++ b/src/icebergs_framework.F90 @@ -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 @@ -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) @@ -525,7 +525,7 @@ module ice_bergs_framework logical :: tang_crit_int_damp_on=.true. !