[cig-commits] [commit] master: Clarify error message. (279ad10)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Jun 20 13:49:15 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/c917ad0d725ab4b6b3c501aa1866e34b8aaacc7d...8ad680900561ab32ad4d0420b88f2843ad3d74b5

>---------------------------------------------------------------

commit 279ad109817018eed31519b7dafc0519ec788337
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Fri Jun 20 15:00:02 2014 +0200

    Clarify error message.


>---------------------------------------------------------------

279ad109817018eed31519b7dafc0519ec788337
 source/velocity_boundary_conditions/gplates.cc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/source/velocity_boundary_conditions/gplates.cc b/source/velocity_boundary_conditions/gplates.cc
index 44e90c7..1a14fdd 100644
--- a/source/velocity_boundary_conditions/gplates.cc
+++ b/source/velocity_boundary_conditions/gplates.cc
@@ -676,6 +676,11 @@ namespace aspect
                                "Loading new and old velocity file did not succeed. "
                                "Maybe the time step was so large we jumped over all files "
                                "or the files were removed during the model run. "
+                               "Another possible way here is to restart a model with "
+                               "previously time-dependent boundary condition after the "
+                               "last file was already read. Aspect has no way to find the "
+                               "last readable file from the current model time. Please "
+                               "prescribe the last velocity file manually in such a case. "
                                "Cancelling calculation."));
               }
           }



More information about the CIG-COMMITS mailing list