Hello everyone
I am a beginner in ISSM models and I am currently learning a tutorial using Pine Island Glacier (PIG) as an example. Now I am facing a confusion. When I run 'trunk \ examples \ Pig \ runme. m', after executing 'md=solve (md,'Stressbalance'); ', there is no result output in md.results, which is the same as before solving. Therefore, when executing the following code "md.friction.coefficient = md.results.StressbalanceSolution.FrictionCoefficient;", the error message "Unrecognized field name" StressbalanceSolution "appears.
How can I solve this problem?