From 35c854b5493f8c023a5021eb5d814dcdcf84ca6d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 26 Mar 2021 06:45:39 +0100 Subject: [PATCH] guide the user --- src/results.f90 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/results.f90 b/src/results.f90 index 11583f66f..90727b9c3 100644 --- a/src/results.f90 +++ b/src/results.f90 @@ -72,6 +72,7 @@ subroutine results_init(restart) call get_command(commandLine) call results_addAttribute('call',trim(commandLine)) call results_closeGroup(results_addGroup('cell_to')) + call results_addAttribute('description','mappings to place data in space','cell_to') call results_closeJobFile endif @@ -561,6 +562,8 @@ subroutine results_mapping_phase(phaseAt,memberAtLocal,label) if(hdferr < 0) error stop 'HDF5 error' call h5tclose_f(entry_id, hdferr) + call executionStamp('cell_to/phase','cell ID and constituent ID to phase results') + end subroutine results_mapping_phase @@ -718,6 +721,8 @@ subroutine results_mapping_homogenization(homogenizationAt,memberAtLocal,label) call h5tclose_f(entry_id, hdferr) if(hdferr < 0) error stop 'HDF5 error' + call executionStamp('cell_to/homogenization','cell ID to homogenization results') + end subroutine results_mapping_homogenization