From feea6e64588e51d5e242ed7714784b920e8c852d Mon Sep 17 00:00:00 2001 From: Austin Blevins Date: Wed, 1 Mar 2023 15:16:22 -0500 Subject: [PATCH] debugging mix --- src/regolith/regolith_mix.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/regolith/regolith_mix.f90 b/src/regolith/regolith_mix.f90 index ab5c72be..8b4c1b0f 100644 --- a/src/regolith/regolith_mix.f90 +++ b/src/regolith/regolith_mix.f90 @@ -80,6 +80,7 @@ subroutine regolith_mix(user,surfi,mixing_depth,domain) newlayer%ejm = newlayer%ejm / newlayer%thickness newlayer%ejmf = newlayer%ejmf / newlayer%thickness newlayer%meltvolume = newlayer%meltvolume / newlayer%thickness + newlayer%totvolume = newlayer%totvolume / newlayer%thickness call util_push_array(surfi%regolayer, newlayer) !call util_destroy_list(poppedlist_top)