Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed bug so ejected melt fraction is actually written
  • Loading branch information
Austin Blevins committed Mar 1, 2023
1 parent 84ae0d5 commit 2213977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/io_write_regotrack.f90
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ subroutine io_write_regotrack(user,surf,domain)
write(FAGE) age(:,:)
write(FMD) distvol(:,:)
write(FEJM) ejm(:)
!write(FEJMF) ejmf(:)
write(FEJMF) ejmf(:)
write(FMF) meltfrac(:)
write(FDF) meltdist(:,:)
deallocate(meltvolume,thickness,comp,age,distvol,ejm,ejmf,meltfrac,meltdist)
Expand Down

0 comments on commit 2213977

Please sign in to comment.