Goodness this is the worksheet that keeps on giving....errors, that is.
I've worked through most of the bugs after converting this worksheet to the new Mathcad format and thought FINALLY, I've got it up and running as well as it worked in 15. Unfortunately, no.
The problem is that it will only work when ncutoff:=0. As soon as ncutoff:= 1 or 2 the program crashes and I get a "Cannot evaluate this accurately at one or more of the specified values, because the values are outside of the range of accuracy of the function" error in the Morphological Time Loop routine (pg.37). Now, the functions that depend on ncutoff directly (as far as I can tell) include:
1. (H.o a.o L H.ero) on pg. 7 of the doc
2. Morphological Time Loop
-Q_p (pg. 44)
-Q.t (pg. 45)
The purpose of the Q.t loop is to identify which Q value to use for the further calculations, based on which fissure model is used, ncutoff, and a few other variables. I'm thinking the problem is that when ncutoff:=1 or 2 it uses a different Q value (namely Q.a). As I am not all that familiar with Mathcad I am having a hard time identifying a solution to the problem. It baffles me that this program runs in the old version but not Prime. Any help would be appreciated!
Note: fissure_model must be set to 5 in order for the program to use the ncutoff variable.