User Tools

Site Tools


stability_testing_tools_for_model_tasks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
stability_testing_tools_for_model_tasks [2020/04/26 05:49] matszstability_testing_tools_for_model_tasks [2020/08/02 13:03] matsz
Line 31: Line 31:
   * Collect experiment results: copies selected results from the experiment directory tree and stores them in the standard capri directory with a file suffix “_”<experiment>, as if the user had run the task with the property “Additional result type identifier” set to “_”<experiment> but with additional control over starting values and data input.   * Collect experiment results: copies selected results from the experiment directory tree and stores them in the standard capri directory with a file suffix “_”<experiment>, as if the user had run the task with the property “Additional result type identifier” set to “_”<experiment> but with additional control over starting values and data input.
  
 +<Code:javascipt linenums:0 |Example #1 Our gams code: //hello.php//>
  
 + p_trqBilat(RM,"LDC",XX,"TrqNT","%SIMY%") $ (DATA(RM,"TARS",XX,"%SIMY%") or DATA(RM,"TARV",XX,"%SIMY%")) = 1.E+10;
 + p_trqBilat(RM,"LDC",XX,"TsPref","%SIMY%") $ DATA(RM,"TARS",XX,"%SIMY%") = 0.001;
 + p_trqBilat(RM,"LDC",XX,"TaPref","%SIMY%") $ DATA(RM,"TARV",XX,"%SIMY%") = 0.001;
 +
 + p_trqBilat(RM,RM1,XX,TrqSet,"CUR" = p_trqBilat(RM,RM1,XX,TrqSet,"%SIMY%");
 + p_trqGlobl(RM,XX,TrqSet,"CUR"     = p_trqGlobl(RM,XX,TrqSet,"%SIMY%");
 +
 + DATA(RM,"TARS",XX,"CUR") = DATA(RM,"TARS",XX,"%SIMY%");
 + DATA(RM,"TARV",XX,"CUR") = DATA(RM,"TARV",XX,"%SIMY%");
 +*
 +</Code>
stability_testing_tools_for_model_tasks.txt · Last modified: 2022/11/07 10:23 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki