Changeset 10976


Ignore:
Timestamp:
11/29/11 16:52:22 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed all PatchToVec not needed anymore as default is md.settings.results_as_patches = 0

Location:
issm/trunk-jpl/test/NightlyRun
Files:
265 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test101.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test102.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test103.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test104.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test105.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test106.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test107.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test108.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test109.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test110.m

    r10076 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test1101.m

    r10363 r10976  
    4343
    4444        %Plot the results and save them
    45         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    46         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    47         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     45        vx=(md.results.DiagnosticSolution.Vx);
     46        vy=(md.results.DiagnosticSolution.Vy);
     47        vz=(md.results.DiagnosticSolution.Vz);
    4848        results{i}=md.results.DiagnosticSolution;
    4949        minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end));
     
    130130        result=results{i};
    131131        field_values={field_values{:},...
    132                 PatchToVec(result.Vx),...
    133                 PatchToVec(result.Vy),...
    134                 PatchToVec(result.Vz),...
     132                (result.Vx),...
     133                (result.Vy),...
     134                (result.Vz),...
    135135                };
    136136end
  • issm/trunk-jpl/test/NightlyRun/test1102.m

    r9877 r10976  
    5252
    5353        %Plot the results and save them
    54         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    55         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    56         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
    57         pressure=PatchToVec(md.results.DiagnosticSolution.Pressure);
     54        vx=(md.results.DiagnosticSolution.Vx);
     55        vy=(md.results.DiagnosticSolution.Vy);
     56        vz=(md.results.DiagnosticSolution.Vz);
     57        pressure=(md.results.DiagnosticSolution.Pressure);
    5858        results{i}=md.results.DiagnosticSolution;
    5959        minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end));
     
    140140        result=results{i};
    141141        field_values={field_values{:},...
    142                 PatchToVec(result.Vx),...
    143                 PatchToVec(result.Vy),...
    144                 PatchToVec(result.Vz),...
     142                (result.Vx),...
     143                (result.Vy),...
     144                (result.Vz),...
    145145                };
    146146end
  • issm/trunk-jpl/test/NightlyRun/test1103.m

    r9877 r10976  
    4040
    4141        %Plot the results and save them
    42         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    43         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    44         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     42        vx=(md.results.DiagnosticSolution.Vx);
     43        vy=(md.results.DiagnosticSolution.Vy);
     44        vz=(md.results.DiagnosticSolution.Vz);
    4545        results{i}=md.results.DiagnosticSolution;
    4646        minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end));
     
    121121        result=results{i};
    122122        field_values={field_values{:},...
    123                 PatchToVec(result.Vx),...
    124                 PatchToVec(result.Vy),...
    125                 PatchToVec(result.Vz),...
     123                (result.Vx),...
     124                (result.Vy),...
     125                (result.Vz),...
    126126                };
    127127end
  • issm/trunk-jpl/test/NightlyRun/test1104.m

    r9877 r10976  
    4040
    4141        %Plot the results and save them
    42         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    43         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    44         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     42        vx=(md.results.DiagnosticSolution.Vx);
     43        vy=(md.results.DiagnosticSolution.Vy);
     44        vz=(md.results.DiagnosticSolution.Vz);
    4545        results{i}=md.results.DiagnosticSolution;
    4646
     
    6969        result=results{i};
    7070        field_values={field_values{:},...
    71                 PatchToVec(result.Vx),...
    72                 PatchToVec(result.Vy),...
    73                 PatchToVec(result.Vz),...
     71                (result.Vx),...
     72                (result.Vy),...
     73                (result.Vz),...
    7474                };
    7575end
  • issm/trunk-jpl/test/NightlyRun/test1105.m

    r10363 r10976  
    6666
    6767        %Plot the results and save them
    68         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    69         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    70         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     68        vx=(md.results.DiagnosticSolution.Vx);
     69        vy=(md.results.DiagnosticSolution.Vy);
     70        vz=(md.results.DiagnosticSolution.Vz);
    7171        results{i}=md.results.DiagnosticSolution;
    7272        minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end));
     
    153153        result=results{i};
    154154        field_values={field_values{:},...
    155                 PatchToVec(result.Vx),...
    156                 PatchToVec(result.Vy),...
    157                 PatchToVec(result.Vz),...
     155                (result.Vx),...
     156                (result.Vy),...
     157                (result.Vz),...
    158158                };
    159159end
  • issm/trunk-jpl/test/NightlyRun/test1106.m

    r9734 r10976  
    3333
    3434        %Plot the results and save them
    35         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    36         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    37         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     35        vx=(md.results.DiagnosticSolution.Vx);
     36        vy=(md.results.DiagnosticSolution.Vy);
     37        vz=(md.results.DiagnosticSolution.Vz);
    3838        results{i}=md.results.DiagnosticSolution;
    3939
     
    6262        result=results{i};
    6363        field_values={field_values{:},...
    64                 PatchToVec(result.Vx),...
    65                 PatchToVec(result.Vy),...
    66                 PatchToVec(result.Vz),...
     64                (result.Vx),...
     65                (result.Vy),...
     66                (result.Vz),...
    6767                };
    6868end
  • issm/trunk-jpl/test/NightlyRun/test1107.m

    r10363 r10976  
    6161
    6262        %Plot the results and save them
    63         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    64         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    65         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     63        vx=(md.results.DiagnosticSolution.Vx);
     64        vy=(md.results.DiagnosticSolution.Vy);
     65        vz=(md.results.DiagnosticSolution.Vz);
    6666        results{i}=md.results.DiagnosticSolution;
    6767        minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end));
     
    142142        result=results{i};
    143143        field_values={field_values{:},...
    144                 PatchToVec(result.Vx),...
    145                 PatchToVec(result.Vy),...
    146                 PatchToVec(result.Vz),...
     144                (result.Vx),...
     145                (result.Vy),...
     146                (result.Vz),...
    147147                };
    148148end
  • issm/trunk-jpl/test/NightlyRun/test1108.m

    r9734 r10976  
    4141
    4242        %Plot the results and save them
    43         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    44         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    45         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     43        vx=(md.results.DiagnosticSolution.Vx);
     44        vy=(md.results.DiagnosticSolution.Vy);
     45        vz=(md.results.DiagnosticSolution.Vz);
    4646        results{i}=md.results.DiagnosticSolution;
    4747
     
    7070        result=results{i};
    7171        field_values={field_values{:},...
    72                 PatchToVec(result.Vx),...
    73                 PatchToVec(result.Vy),...
    74                 PatchToVec(result.Vz),...
     72                (result.Vx),...
     73                (result.Vy),...
     74                (result.Vz),...
    7575                };
    7676end
  • issm/trunk-jpl/test/NightlyRun/test1109.m

    r9734 r10976  
    5151        md=solve(md,DiagnosticSolutionEnum);
    5252
    53         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    54         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    55         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     53        vx=(md.results.DiagnosticSolution.Vx);
     54        vy=(md.results.DiagnosticSolution.Vy);
     55        vz=(md.results.DiagnosticSolution.Vz);
    5656        results{i}=md.results.DiagnosticSolution;
    5757
     
    103103        result=results{i};
    104104        field_values={field_values{:},...
    105                 PatchToVec(result.Vx),...
    106                 PatchToVec(result.Vy),...
    107                 PatchToVec(result.Vz),...
     105                (result.Vx),...
     106                (result.Vy),...
     107                (result.Vz),...
    108108                };
    109109end
  • issm/trunk-jpl/test/NightlyRun/test111.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test1110.m

    r9877 r10976  
    6464        %Now plot vx and delta surface
    6565        if (i==1 | i==3),
    66                 plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx),'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[91 100])
     66                plotmodel(md,'data',(md.results.TransientSolution(end).Vx),'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[91 100])
    6767        elseif (i==2 | i==4),
    68                 plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx),'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[185 200])
     68                plotmodel(md,'data',(md.results.TransientSolution(end).Vx),'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[185 200])
    6969        end
    7070        if printingflag,
     
    8585        end
    8686
    87         plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Surface)-md.geometry.surface,'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Surface (m)','linewidth',3,'grid','on','unit','km','ylim',[-30 50])
     87        plotmodel(md,'data',(md.results.TransientSolution(end).Surface)-md.geometry.surface,'layer',md.mesh.numberoflayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Surface (m)','linewidth',3,'grid','on','unit','km','ylim',[-30 50])
    8888        if printingflag,
    8989                set(gcf,'Color','w')
     
    121121        result=results{i};
    122122        field_values={field_values{:},...
    123                 PatchToVec(result.Vx),...
    124                 PatchToVec(result.Vy),...
    125                 PatchToVec(result.Vz),...
    126                 PatchToVec(result.Surface)-md.geometry.surface,...
     123                (result.Vx),...
     124                (result.Vy),...
     125                (result.Vz),...
     126                (result.Surface)-md.geometry.surface,...
    127127                };
    128128end
  • issm/trunk-jpl/test/NightlyRun/test112.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test113.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test114.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test115.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test116.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test117.m

    r9715 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test118.m

    r9720 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test119.m

    r10935 r10976  
    1616field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1717field_values={...
    18         PatchToVec(md.results.TransientSolution(1).Vx),...
    19         PatchToVec(md.results.TransientSolution(1).Vy),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vel),...
    28         PatchToVec(md.results.TransientSolution(2).Pressure),...
    29         PatchToVec(md.results.TransientSolution(2).Bed),...
    30         PatchToVec(md.results.TransientSolution(2).Surface),...
    31         PatchToVec(md.results.TransientSolution(2).Thickness),...
    32         PatchToVec(md.results.TransientSolution(3).Vx),...
    33         PatchToVec(md.results.TransientSolution(3).Vy),...
    34         PatchToVec(md.results.TransientSolution(3).Vel),...
    35         PatchToVec(md.results.TransientSolution(3).Pressure),...
    36         PatchToVec(md.results.TransientSolution(3).Bed),...
    37         PatchToVec(md.results.TransientSolution(3).Surface),...
    38         PatchToVec(md.results.TransientSolution(3).Thickness),...
     18        (md.results.TransientSolution(1).Vx),...
     19        (md.results.TransientSolution(1).Vy),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vel),...
     28        (md.results.TransientSolution(2).Pressure),...
     29        (md.results.TransientSolution(2).Bed),...
     30        (md.results.TransientSolution(2).Surface),...
     31        (md.results.TransientSolution(2).Thickness),...
     32        (md.results.TransientSolution(3).Vx),...
     33        (md.results.TransientSolution(3).Vy),...
     34        (md.results.TransientSolution(3).Vel),...
     35        (md.results.TransientSolution(3).Pressure),...
     36        (md.results.TransientSolution(3).Bed),...
     37        (md.results.TransientSolution(3).Surface),...
     38        (md.results.TransientSolution(3).Thickness),...
    3939        };
  • issm/trunk-jpl/test/NightlyRun/test120.m

    r10716 r10976  
    1313                                                1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vel),...
    18         PatchToVec(md.results.TransientSolution(1).Pressure),...
    19         PatchToVec(md.results.TransientSolution(1).Bed),...
    20         PatchToVec(md.results.TransientSolution(1).Surface),...
    21         PatchToVec(md.results.TransientSolution(1).Thickness),...
    22         PatchToVec(md.results.TransientSolution(2).Vx),...
    23         PatchToVec(md.results.TransientSolution(2).Vy),...
    24         PatchToVec(md.results.TransientSolution(2).Vel),...
    25         PatchToVec(md.results.TransientSolution(2).Pressure),...
    26         PatchToVec(md.results.TransientSolution(2).Bed),...
    27         PatchToVec(md.results.TransientSolution(2).Surface),...
    28         PatchToVec(md.results.TransientSolution(2).Thickness),...
    29         PatchToVec(md.results.TransientSolution(3).Vx),...
    30         PatchToVec(md.results.TransientSolution(3).Vy),...
    31         PatchToVec(md.results.TransientSolution(3).Vel),...
    32         PatchToVec(md.results.TransientSolution(3).Pressure),...
    33         PatchToVec(md.results.TransientSolution(3).Bed),...
    34         PatchToVec(md.results.TransientSolution(3).Surface),...
    35         PatchToVec(md.results.TransientSolution(3).Thickness),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vel),...
     18        (md.results.TransientSolution(1).Pressure),...
     19        (md.results.TransientSolution(1).Bed),...
     20        (md.results.TransientSolution(1).Surface),...
     21        (md.results.TransientSolution(1).Thickness),...
     22        (md.results.TransientSolution(2).Vx),...
     23        (md.results.TransientSolution(2).Vy),...
     24        (md.results.TransientSolution(2).Vel),...
     25        (md.results.TransientSolution(2).Pressure),...
     26        (md.results.TransientSolution(2).Bed),...
     27        (md.results.TransientSolution(2).Surface),...
     28        (md.results.TransientSolution(2).Thickness),...
     29        (md.results.TransientSolution(3).Vx),...
     30        (md.results.TransientSolution(3).Vy),...
     31        (md.results.TransientSolution(3).Vel),...
     32        (md.results.TransientSolution(3).Pressure),...
     33        (md.results.TransientSolution(3).Bed),...
     34        (md.results.TransientSolution(3).Surface),...
     35        (md.results.TransientSolution(3).Thickness),...
    3636        };
  • issm/trunk-jpl/test/NightlyRun/test1201.m

    r9766 r10976  
    4141        md.verbose=verbose();
    4242        md=solve(md,TransientSolutionEnum);
    43         results{stabilization}=PatchToVec(md.results.TransientSolution(end).Thickness);
     43        results{stabilization}=(md.results.TransientSolution(end).Thickness);
    4444end
    4545
  • issm/trunk-jpl/test/NightlyRun/test1202.m

    r9703 r10976  
    1414
    1515%plot results
    16 vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    17 vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     16vx=(md.results.DiagnosticSolution.Vx);
     17vy=(md.results.DiagnosticSolution.Vy);
    1818
    1919plotmodel(md,'data',vx,'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180}, ...
  • issm/trunk-jpl/test/NightlyRun/test1203.m

    r9734 r10976  
    1717md=solve(md,DiagnosticSolutionEnum);
    1818
    19 vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    20 vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     19vx=(md.results.DiagnosticSolution.Vx);
     20vy=(md.results.DiagnosticSolution.Vy);
    2121
    2222%plot results
  • issm/trunk-jpl/test/NightlyRun/test1204.m

    r9734 r10976  
    1818
    1919%plot results
    20 md.initialization.vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    21 md.initialization.vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     20md.initialization.vx=(md.results.DiagnosticSolution.Vx);
     21md.initialization.vy=(md.results.DiagnosticSolution.Vy);
    2222
    2323md.timestepping.time_step=1;
     
    2626md=solve(md,TransientSolutionEnum);
    2727
    28 plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx))
     28plotmodel(md,'data',(md.results.TransientSolution(end).Vx))
    2929if printingflag,
    3030        set(gcf,'Color','w')
     
    3333end
    3434
    35 plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vy))
     35plotmodel(md,'data',(md.results.TransientSolution(end).Vy))
    3636if printingflag,
    3737        set(gcf,'Color','w')
     
    4040end
    4141
    42 plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Thickness))
     42plotmodel(md,'data',(md.results.TransientSolution(end).Thickness))
    4343if printingflag,
    4444        set(gcf,'Color','w')
     
    5151field_tolerances={1e-13,1e-13,1e-13};
    5252field_values={...
    53         PatchToVec(md.results.TransientSolution(end).Vx), ...
    54         PatchToVec(md.results.TransientSolution(end).Vy), ...
    55         PatchToVec(md.results.TransientSolution(end).Thickness), ...
     53        (md.results.TransientSolution(end).Vx), ...
     54        (md.results.TransientSolution(end).Vy), ...
     55        (md.results.TransientSolution(end).Thickness), ...
    5656        };
  • issm/trunk-jpl/test/NightlyRun/test1205.m

    r9734 r10976  
    3232
    3333%Calculate the depth averaged velocity field (2d):
    34 vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    35 vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     34vx=(md.results.DiagnosticSolution.Vx);
     35vy=(md.results.DiagnosticSolution.Vy);
    3636vel=zeros(md.mesh.numberofvertices2d,1);
    3737
  • issm/trunk-jpl/test/NightlyRun/test1206.m

    r10363 r10976  
    3232
    3333%Calculate the depth averaged velocity field (2d):
    34 vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    35 vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     34vx=(md.results.DiagnosticSolution.Vx);
     35vy=(md.results.DiagnosticSolution.Vy);
    3636vel=zeros(md.mesh.numberofvertices2d,1);
    3737
  • issm/trunk-jpl/test/NightlyRun/test1207.m

    r9734 r10976  
    3232
    3333%Calculate the depth averaged velocity field (2d):
    34 vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    35 vy=PatchToVec(md.results.DiagnosticSolution.Vy);
     34vx=(md.results.DiagnosticSolution.Vx);
     35vy=(md.results.DiagnosticSolution.Vy);
    3636vel=zeros(md.mesh.numberofvertices2d,1);
    3737
  • issm/trunk-jpl/test/NightlyRun/test1208.m

    r10385 r10976  
    3333field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-07};
    3434field_values={...
    35         PatchToVec(md.results.TransientSolution(end).Vx),...
    36         PatchToVec(md.results.TransientSolution(end).Vy),...
    37         PatchToVec(md.results.TransientSolution(end).Vz),...
    38         PatchToVec(md.results.TransientSolution(end).Vel),...
    39         PatchToVec(md.results.TransientSolution(end).Pressure),...
    40         PatchToVec(md.results.TransientSolution(end).Thickness),...
    41         PatchToVec(md.results.TransientSolution(end).Bed),...
    42         PatchToVec(md.results.TransientSolution(end).Surface),...
    43         PatchToVec(md.results.TransientSolution(end).Temperature),...
    44         PatchToVec(md.results.TransientSolution(end).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(end).Vx),...
     36        (md.results.TransientSolution(end).Vy),...
     37        (md.results.TransientSolution(end).Vz),...
     38        (md.results.TransientSolution(end).Vel),...
     39        (md.results.TransientSolution(end).Pressure),...
     40        (md.results.TransientSolution(end).Thickness),...
     41        (md.results.TransientSolution(end).Bed),...
     42        (md.results.TransientSolution(end).Surface),...
     43        (md.results.TransientSolution(end).Temperature),...
     44        (md.results.TransientSolution(end).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test121.m

    r9703 r10976  
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test122.m

    r9703 r10976  
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test123.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     12        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test124.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     12        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test125.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    14         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     14        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test126.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    14         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     14        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test127.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     12        (md.results.BedSlopeSolution.BedSlopeX),...
     13        (md.results.BedSlopeSolution.BedSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test128.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     12        (md.results.BedSlopeSolution.BedSlopeX),...
     13        (md.results.BedSlopeSolution.BedSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test129.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    14         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     13        (md.results.BedSlopeSolution.BedSlopeX),...
     14        (md.results.BedSlopeSolution.BedSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test130.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    14         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     13        (md.results.BedSlopeSolution.BedSlopeX),...
     14        (md.results.BedSlopeSolution.BedSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test131.m

    r9714 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     15        (md.results.BalancethicknessSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test132.m

    r9714 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     15        (md.results.BalancethicknessSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test133.m

    r9714 r10976  
    1414field_tolerances={1e-13};
    1515field_values={...
    16         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     16        (md.results.BalancethicknessSolution.Thickness),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test134.m

    r9714 r10976  
    1414field_tolerances={1e-13};
    1515field_values={...
    16         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     16        (md.results.BalancethicknessSolution.Thickness),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test135.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     15        (md.results.BalancethicknessSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test136.m

    r9748 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     15        (md.results.BalancethicknessSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test1501.m

    r9766 r10976  
    2121for i=1:10
    2222         md=solve(md,PrognosticSolutionEnum);
    23          md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - (PatchToVec(md.results.PrognosticSolution.Thickness)-md.geometry.thickness);
     23         md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results.PrognosticSolution.Thickness)-md.geometry.thickness);
    2424end
    2525
     
    4747        1e-09,1e-09,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10};
    4848field_values={...
    49         PatchToVec(md.results.TransientSolution(400).Vx),...
    50         PatchToVec(md.results.TransientSolution(400).Vy),...
    51         PatchToVec(md.results.TransientSolution(400).Vel),...
    52         PatchToVec(md.results.TransientSolution(400).Pressure),...
    53         PatchToVec(md.results.TransientSolution(400).Bed),...
    54         PatchToVec(md.results.TransientSolution(400).Surface),...
    55         PatchToVec(md.results.TransientSolution(400).Thickness),...
    56         PatchToVec(md.results.TransientSolution(400).SurfaceforcingsMassBalance),...
    57         PatchToVec(md.results.TransientSolution(800).Vx),...
    58         PatchToVec(md.results.TransientSolution(800).Vy),...
    59         PatchToVec(md.results.TransientSolution(800).Vel),...
    60         PatchToVec(md.results.TransientSolution(800).Pressure),...
    61         PatchToVec(md.results.TransientSolution(800).Bed),...
    62         PatchToVec(md.results.TransientSolution(800).Surface),...
    63         PatchToVec(md.results.TransientSolution(800).Thickness),...
    64         PatchToVec(md.results.TransientSolution(800).SurfaceforcingsMassBalance),...
    65         PatchToVec(md.results.TransientSolution(1200).Vx),...
    66         PatchToVec(md.results.TransientSolution(1200).Vy),...
    67         PatchToVec(md.results.TransientSolution(1200).Vel),...
    68         PatchToVec(md.results.TransientSolution(1200).Pressure),...
    69         PatchToVec(md.results.TransientSolution(1200).Bed),...
    70         PatchToVec(md.results.TransientSolution(1200).Surface),...
    71         PatchToVec(md.results.TransientSolution(1200).Thickness),...
    72         PatchToVec(md.results.TransientSolution(1200).SurfaceforcingsMassBalance),...
    73         PatchToVec(md.results.TransientSolution(1600).Vx),...
    74         PatchToVec(md.results.TransientSolution(1600).Vy),...
    75         PatchToVec(md.results.TransientSolution(1600).Vel),...
    76         PatchToVec(md.results.TransientSolution(1600).Pressure),...
    77         PatchToVec(md.results.TransientSolution(1600).Bed),...
    78         PatchToVec(md.results.TransientSolution(1600).Surface),...
    79         PatchToVec(md.results.TransientSolution(1600).Thickness),...
    80         PatchToVec(md.results.TransientSolution(1600).SurfaceforcingsMassBalance),...
    81         PatchToVec(md.results.TransientSolution(2000).Vx),...
    82         PatchToVec(md.results.TransientSolution(2000).Vy),...
    83         PatchToVec(md.results.TransientSolution(2000).Vel),...
    84         PatchToVec(md.results.TransientSolution(2000).Pressure),...
    85         PatchToVec(md.results.TransientSolution(2000).Bed),...
    86         PatchToVec(md.results.TransientSolution(2000).Surface),...
    87         PatchToVec(md.results.TransientSolution(2000).Thickness),...
    88         PatchToVec(md.results.TransientSolution(2000).SurfaceforcingsMassBalance),...
     49        (md.results.TransientSolution(400).Vx),...
     50        (md.results.TransientSolution(400).Vy),...
     51        (md.results.TransientSolution(400).Vel),...
     52        (md.results.TransientSolution(400).Pressure),...
     53        (md.results.TransientSolution(400).Bed),...
     54        (md.results.TransientSolution(400).Surface),...
     55        (md.results.TransientSolution(400).Thickness),...
     56        (md.results.TransientSolution(400).SurfaceforcingsMassBalance),...
     57        (md.results.TransientSolution(800).Vx),...
     58        (md.results.TransientSolution(800).Vy),...
     59        (md.results.TransientSolution(800).Vel),...
     60        (md.results.TransientSolution(800).Pressure),...
     61        (md.results.TransientSolution(800).Bed),...
     62        (md.results.TransientSolution(800).Surface),...
     63        (md.results.TransientSolution(800).Thickness),...
     64        (md.results.TransientSolution(800).SurfaceforcingsMassBalance),...
     65        (md.results.TransientSolution(1200).Vx),...
     66        (md.results.TransientSolution(1200).Vy),...
     67        (md.results.TransientSolution(1200).Vel),...
     68        (md.results.TransientSolution(1200).Pressure),...
     69        (md.results.TransientSolution(1200).Bed),...
     70        (md.results.TransientSolution(1200).Surface),...
     71        (md.results.TransientSolution(1200).Thickness),...
     72        (md.results.TransientSolution(1200).SurfaceforcingsMassBalance),...
     73        (md.results.TransientSolution(1600).Vx),...
     74        (md.results.TransientSolution(1600).Vy),...
     75        (md.results.TransientSolution(1600).Vel),...
     76        (md.results.TransientSolution(1600).Pressure),...
     77        (md.results.TransientSolution(1600).Bed),...
     78        (md.results.TransientSolution(1600).Surface),...
     79        (md.results.TransientSolution(1600).Thickness),...
     80        (md.results.TransientSolution(1600).SurfaceforcingsMassBalance),...
     81        (md.results.TransientSolution(2000).Vx),...
     82        (md.results.TransientSolution(2000).Vy),...
     83        (md.results.TransientSolution(2000).Vel),...
     84        (md.results.TransientSolution(2000).Pressure),...
     85        (md.results.TransientSolution(2000).Bed),...
     86        (md.results.TransientSolution(2000).Surface),...
     87        (md.results.TransientSolution(2000).Thickness),...
     88        (md.results.TransientSolution(2000).SurfaceforcingsMassBalance),...
    8989        };
    9090
     
    106106        velocity = [];
    107107        for t=starttime:endtime
    108                 thickness = [thickness PatchToVec(md.results.TransientSolution(t).Thickness)];
     108                thickness = [thickness (md.results.TransientSolution(t).Thickness)];
    109109                volume = [volume mean(md.results.TransientSolution(t).Thickness.value,2).*areas];
    110                 massbal = [massbal PatchToVec(md.results.TransientSolution(t).SurfaceforcingsMassBalance)];
    111                 velocity = [velocity PatchToVec(md.results.TransientSolution(t).Vel)];
     110                massbal = [massbal (md.results.TransientSolution(t).SurfaceforcingsMassBalance)];
     111                velocity = [velocity (md.results.TransientSolution(t).Vel)];
    112112        end
    113113
  • issm/trunk-jpl/test/NightlyRun/test1502.m

    r9766 r10976  
    2222for i=1:10
    2323         md=solve(md,PrognosticSolutionEnum);
    24          md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - (PatchToVec(md.results.PrognosticSolution.Thickness)-md.geometry.thickness);
     24         md.surfaceforcings.mass_balance= md.surfaceforcings.mass_balance - ((md.results.PrognosticSolution.Thickness)-md.geometry.thickness);
    2525end
    2626
     
    4848        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    4949field_values={...
    50         PatchToVec(md.results.TransientSolution(400).Vx),...
    51         PatchToVec(md.results.TransientSolution(400).Vy),...
    52         PatchToVec(md.results.TransientSolution(400).Vz),...
    53         PatchToVec(md.results.TransientSolution(400).Vel),...
    54         PatchToVec(md.results.TransientSolution(400).Pressure),...
    55         PatchToVec(md.results.TransientSolution(400).Bed),...
    56         PatchToVec(md.results.TransientSolution(400).Surface),...
    57         PatchToVec(md.results.TransientSolution(400).Thickness),...
    58         PatchToVec(md.results.TransientSolution(400).SurfaceforcingsMassBalance),...
    59         PatchToVec(md.results.TransientSolution(800).Vx),...
    60         PatchToVec(md.results.TransientSolution(800).Vy),...
    61         PatchToVec(md.results.TransientSolution(800).Vz),...
    62         PatchToVec(md.results.TransientSolution(800).Vel),...
    63         PatchToVec(md.results.TransientSolution(800).Pressure),...
    64         PatchToVec(md.results.TransientSolution(800).Bed),...
    65         PatchToVec(md.results.TransientSolution(800).Surface),...
    66         PatchToVec(md.results.TransientSolution(800).Thickness),...
    67         PatchToVec(md.results.TransientSolution(800).SurfaceforcingsMassBalance),...
    68         PatchToVec(md.results.TransientSolution(1200).Vx),...
    69         PatchToVec(md.results.TransientSolution(1200).Vy),...
    70         PatchToVec(md.results.TransientSolution(1200).Vz),...
    71         PatchToVec(md.results.TransientSolution(1200).Vel),...
    72         PatchToVec(md.results.TransientSolution(1200).Pressure),...
    73         PatchToVec(md.results.TransientSolution(1200).Bed),...
    74         PatchToVec(md.results.TransientSolution(1200).Surface),...
    75         PatchToVec(md.results.TransientSolution(1200).Thickness),...
    76         PatchToVec(md.results.TransientSolution(1200).SurfaceforcingsMassBalance),...
    77         PatchToVec(md.results.TransientSolution(1600).Vx),...
    78         PatchToVec(md.results.TransientSolution(1600).Vy),...
    79         PatchToVec(md.results.TransientSolution(1600).Vz),...
    80         PatchToVec(md.results.TransientSolution(1600).Vel),...
    81         PatchToVec(md.results.TransientSolution(1600).Pressure),...
    82         PatchToVec(md.results.TransientSolution(1600).Bed),...
    83         PatchToVec(md.results.TransientSolution(1600).Surface),...
    84         PatchToVec(md.results.TransientSolution(1600).Thickness),...
    85         PatchToVec(md.results.TransientSolution(1600).SurfaceforcingsMassBalance),...
    86         PatchToVec(md.results.TransientSolution(2000).Vx),...
    87         PatchToVec(md.results.TransientSolution(2000).Vy),...
    88         PatchToVec(md.results.TransientSolution(2000).Vz),...
    89         PatchToVec(md.results.TransientSolution(2000).Vel),...
    90         PatchToVec(md.results.TransientSolution(2000).Pressure),...
    91         PatchToVec(md.results.TransientSolution(2000).Bed),...
    92         PatchToVec(md.results.TransientSolution(2000).Surface),...
    93         PatchToVec(md.results.TransientSolution(2000).Thickness),...
    94         PatchToVec(md.results.TransientSolution(2000).SurfaceforcingsMassBalance),...
     50        (md.results.TransientSolution(400).Vx),...
     51        (md.results.TransientSolution(400).Vy),...
     52        (md.results.TransientSolution(400).Vz),...
     53        (md.results.TransientSolution(400).Vel),...
     54        (md.results.TransientSolution(400).Pressure),...
     55        (md.results.TransientSolution(400).Bed),...
     56        (md.results.TransientSolution(400).Surface),...
     57        (md.results.TransientSolution(400).Thickness),...
     58        (md.results.TransientSolution(400).SurfaceforcingsMassBalance),...
     59        (md.results.TransientSolution(800).Vx),...
     60        (md.results.TransientSolution(800).Vy),...
     61        (md.results.TransientSolution(800).Vz),...
     62        (md.results.TransientSolution(800).Vel),...
     63        (md.results.TransientSolution(800).Pressure),...
     64        (md.results.TransientSolution(800).Bed),...
     65        (md.results.TransientSolution(800).Surface),...
     66        (md.results.TransientSolution(800).Thickness),...
     67        (md.results.TransientSolution(800).SurfaceforcingsMassBalance),...
     68        (md.results.TransientSolution(1200).Vx),...
     69        (md.results.TransientSolution(1200).Vy),...
     70        (md.results.TransientSolution(1200).Vz),...
     71        (md.results.TransientSolution(1200).Vel),...
     72        (md.results.TransientSolution(1200).Pressure),...
     73        (md.results.TransientSolution(1200).Bed),...
     74        (md.results.TransientSolution(1200).Surface),...
     75        (md.results.TransientSolution(1200).Thickness),...
     76        (md.results.TransientSolution(1200).SurfaceforcingsMassBalance),...
     77        (md.results.TransientSolution(1600).Vx),...
     78        (md.results.TransientSolution(1600).Vy),...
     79        (md.results.TransientSolution(1600).Vz),...
     80        (md.results.TransientSolution(1600).Vel),...
     81        (md.results.TransientSolution(1600).Pressure),...
     82        (md.results.TransientSolution(1600).Bed),...
     83        (md.results.TransientSolution(1600).Surface),...
     84        (md.results.TransientSolution(1600).Thickness),...
     85        (md.results.TransientSolution(1600).SurfaceforcingsMassBalance),...
     86        (md.results.TransientSolution(2000).Vx),...
     87        (md.results.TransientSolution(2000).Vy),...
     88        (md.results.TransientSolution(2000).Vz),...
     89        (md.results.TransientSolution(2000).Vel),...
     90        (md.results.TransientSolution(2000).Pressure),...
     91        (md.results.TransientSolution(2000).Bed),...
     92        (md.results.TransientSolution(2000).Surface),...
     93        (md.results.TransientSolution(2000).Thickness),...
     94        (md.results.TransientSolution(2000).SurfaceforcingsMassBalance),...
    9595        };
    9696
     
    112112        velocity = [];
    113113        for t=starttime:endtime
    114                 thickness = [thickness PatchToVec(md.results.TransientSolution(t).Thickness)];
     114                thickness = [thickness (md.results.TransientSolution(t).Thickness)];
    115115                volume = [volume mean(md.results.TransientSolution(t).Thickness.value,2).*areas];
    116                 massbal = [massbal PatchToVec(md.results.TransientSolution(t).SurfaceforcingsMassBalance)];
    117                 velocity = [velocity PatchToVec(md.results.TransientSolution(t).Vel)];
     116                massbal = [massbal (md.results.TransientSolution(t).SurfaceforcingsMassBalance)];
     117                velocity = [velocity (md.results.TransientSolution(t).Vel)];
    118118        end
    119119
  • issm/trunk-jpl/test/NightlyRun/test201.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test202.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test203.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test204.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test205.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test206.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test207.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test208.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test209.m

    r9703 r10976  
    1111field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test210.m

    r9703 r10976  
    1111field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test211.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test212.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test213.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    15         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    16         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    17         PatchToVec(md.results.ThermalSolution(3).Temperature),...
    18         PatchToVec(md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     15        (md.results.ThermalSolution(2).Temperature),...
     16        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     17        (md.results.ThermalSolution(3).Temperature),...
     18        (md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test214.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    15         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    16         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    17         PatchToVec(md.results.ThermalSolution(3).Temperature),...
    18         PatchToVec(md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     15        (md.results.ThermalSolution(2).Temperature),...
     16        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     17        (md.results.ThermalSolution(3).Temperature),...
     18        (md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test215.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test216.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test217.m

    r9703 r10976  
    1313field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test218.m

    r9703 r10976  
    1313field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test219.m

    r9703 r10976  
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test220.m

    r10716 r10976  
    1616        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1717field_values={...
    18         PatchToVec(md.results.TransientSolution(1).Vx),...
    19         PatchToVec(md.results.TransientSolution(1).Vy),...
    20         PatchToVec(md.results.TransientSolution(1).Vz),...
    21         PatchToVec(md.results.TransientSolution(1).Vel),...
    22         PatchToVec(md.results.TransientSolution(1).Pressure),...
    23         PatchToVec(md.results.TransientSolution(1).Bed),...
    24         PatchToVec(md.results.TransientSolution(1).Surface),...
    25         PatchToVec(md.results.TransientSolution(1).Thickness),...
    26         PatchToVec(md.results.TransientSolution(1).Temperature),...
    27         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    28         PatchToVec(md.results.TransientSolution(2).Vx),...
    29         PatchToVec(md.results.TransientSolution(2).Vy),...
    30         PatchToVec(md.results.TransientSolution(2).Vz),...
    31         PatchToVec(md.results.TransientSolution(2).Vel),...
    32         PatchToVec(md.results.TransientSolution(2).Pressure),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).Temperature),...
    37         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    38         PatchToVec(md.results.TransientSolution(3).Vx),...
    39         PatchToVec(md.results.TransientSolution(3).Vy),...
    40         PatchToVec(md.results.TransientSolution(3).Vz),...
    41         PatchToVec(md.results.TransientSolution(3).Vel),...
    42         PatchToVec(md.results.TransientSolution(3).Pressure),...
    43         PatchToVec(md.results.TransientSolution(3).Bed),...
    44         PatchToVec(md.results.TransientSolution(3).Surface),...
    45         PatchToVec(md.results.TransientSolution(3).Thickness),...
    46         PatchToVec(md.results.TransientSolution(3).Temperature),...
    47         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     18        (md.results.TransientSolution(1).Vx),...
     19        (md.results.TransientSolution(1).Vy),...
     20        (md.results.TransientSolution(1).Vz),...
     21        (md.results.TransientSolution(1).Vel),...
     22        (md.results.TransientSolution(1).Pressure),...
     23        (md.results.TransientSolution(1).Bed),...
     24        (md.results.TransientSolution(1).Surface),...
     25        (md.results.TransientSolution(1).Thickness),...
     26        (md.results.TransientSolution(1).Temperature),...
     27        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     28        (md.results.TransientSolution(2).Vx),...
     29        (md.results.TransientSolution(2).Vy),...
     30        (md.results.TransientSolution(2).Vz),...
     31        (md.results.TransientSolution(2).Vel),...
     32        (md.results.TransientSolution(2).Pressure),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).Temperature),...
     37        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     38        (md.results.TransientSolution(3).Vx),...
     39        (md.results.TransientSolution(3).Vy),...
     40        (md.results.TransientSolution(3).Vz),...
     41        (md.results.TransientSolution(3).Vel),...
     42        (md.results.TransientSolution(3).Pressure),...
     43        (md.results.TransientSolution(3).Bed),...
     44        (md.results.TransientSolution(3).Surface),...
     45        (md.results.TransientSolution(3).Thickness),...
     46        (md.results.TransientSolution(3).Temperature),...
     47        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4848        };
  • issm/trunk-jpl/test/NightlyRun/test221.m

    r9703 r10976  
    1616                                                1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    1717field_values={...
    18         PatchToVec(md.results.TransientSolution(1).Vx),...
    19         PatchToVec(md.results.TransientSolution(1).Vy),...
    20         PatchToVec(md.results.TransientSolution(1).Vz),...
    21         PatchToVec(md.results.TransientSolution(1).Vel),...
    22         PatchToVec(md.results.TransientSolution(1).Pressure),...
    23         PatchToVec(md.results.TransientSolution(1).Bed),...
    24         PatchToVec(md.results.TransientSolution(1).Surface),...
    25         PatchToVec(md.results.TransientSolution(1).Thickness),...
    26         PatchToVec(md.results.TransientSolution(1).Temperature),...
    27         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    28         PatchToVec(md.results.TransientSolution(2).Vx),...
    29         PatchToVec(md.results.TransientSolution(2).Vy),...
    30         PatchToVec(md.results.TransientSolution(2).Vz),...
    31         PatchToVec(md.results.TransientSolution(2).Vel),...
    32         PatchToVec(md.results.TransientSolution(2).Pressure),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).Temperature),...
    37         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    38         PatchToVec(md.results.TransientSolution(3).Vx),...
    39         PatchToVec(md.results.TransientSolution(3).Vy),...
    40         PatchToVec(md.results.TransientSolution(3).Vz),...
    41         PatchToVec(md.results.TransientSolution(3).Vel),...
    42         PatchToVec(md.results.TransientSolution(3).Pressure),...
    43         PatchToVec(md.results.TransientSolution(3).Bed),...
    44         PatchToVec(md.results.TransientSolution(3).Surface),...
    45         PatchToVec(md.results.TransientSolution(3).Thickness),...
    46         PatchToVec(md.results.TransientSolution(3).Temperature),...
    47         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     18        (md.results.TransientSolution(1).Vx),...
     19        (md.results.TransientSolution(1).Vy),...
     20        (md.results.TransientSolution(1).Vz),...
     21        (md.results.TransientSolution(1).Vel),...
     22        (md.results.TransientSolution(1).Pressure),...
     23        (md.results.TransientSolution(1).Bed),...
     24        (md.results.TransientSolution(1).Surface),...
     25        (md.results.TransientSolution(1).Thickness),...
     26        (md.results.TransientSolution(1).Temperature),...
     27        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     28        (md.results.TransientSolution(2).Vx),...
     29        (md.results.TransientSolution(2).Vy),...
     30        (md.results.TransientSolution(2).Vz),...
     31        (md.results.TransientSolution(2).Vel),...
     32        (md.results.TransientSolution(2).Pressure),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).Temperature),...
     37        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     38        (md.results.TransientSolution(3).Vx),...
     39        (md.results.TransientSolution(3).Vy),...
     40        (md.results.TransientSolution(3).Vz),...
     41        (md.results.TransientSolution(3).Vel),...
     42        (md.results.TransientSolution(3).Pressure),...
     43        (md.results.TransientSolution(3).Bed),...
     44        (md.results.TransientSolution(3).Surface),...
     45        (md.results.TransientSolution(3).Thickness),...
     46        (md.results.TransientSolution(3).Temperature),...
     47        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4848        };
  • issm/trunk-jpl/test/NightlyRun/test222.m

    r9703 r10976  
    1717        1e-08,1e-08,1e-06,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    1818field_values={...
    19         PatchToVec(md.results.TransientSolution(1).Vx),...
    20         PatchToVec(md.results.TransientSolution(1).Vy),...
    21         PatchToVec(md.results.TransientSolution(1).Vz),...
    22         PatchToVec(md.results.TransientSolution(1).Vel),...
    23         PatchToVec(md.results.TransientSolution(1).Pressure),...
    24         PatchToVec(md.results.TransientSolution(1).Bed),...
    25         PatchToVec(md.results.TransientSolution(1).Surface),...
    26         PatchToVec(md.results.TransientSolution(1).Thickness),...
    27         PatchToVec(md.results.TransientSolution(1).Temperature),...
    28         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    29         PatchToVec(md.results.TransientSolution(2).Vx),...
    30         PatchToVec(md.results.TransientSolution(2).Vy),...
    31         PatchToVec(md.results.TransientSolution(2).Vz),...
    32         PatchToVec(md.results.TransientSolution(2).Vel),...
    33         PatchToVec(md.results.TransientSolution(2).Pressure),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).Temperature),...
    38         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    39         PatchToVec(md.results.TransientSolution(3).Vx),...
    40         PatchToVec(md.results.TransientSolution(3).Vy),...
    41         PatchToVec(md.results.TransientSolution(3).Vz),...
    42         PatchToVec(md.results.TransientSolution(3).Vel),...
    43         PatchToVec(md.results.TransientSolution(3).Pressure),...
    44         PatchToVec(md.results.TransientSolution(3).Bed),...
    45         PatchToVec(md.results.TransientSolution(3).Surface),...
    46         PatchToVec(md.results.TransientSolution(3).Thickness),...
    47         PatchToVec(md.results.TransientSolution(3).Temperature),...
    48         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     19        (md.results.TransientSolution(1).Vx),...
     20        (md.results.TransientSolution(1).Vy),...
     21        (md.results.TransientSolution(1).Vz),...
     22        (md.results.TransientSolution(1).Vel),...
     23        (md.results.TransientSolution(1).Pressure),...
     24        (md.results.TransientSolution(1).Bed),...
     25        (md.results.TransientSolution(1).Surface),...
     26        (md.results.TransientSolution(1).Thickness),...
     27        (md.results.TransientSolution(1).Temperature),...
     28        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     29        (md.results.TransientSolution(2).Vx),...
     30        (md.results.TransientSolution(2).Vy),...
     31        (md.results.TransientSolution(2).Vz),...
     32        (md.results.TransientSolution(2).Vel),...
     33        (md.results.TransientSolution(2).Pressure),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).Temperature),...
     38        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     39        (md.results.TransientSolution(3).Vx),...
     40        (md.results.TransientSolution(3).Vy),...
     41        (md.results.TransientSolution(3).Vz),...
     42        (md.results.TransientSolution(3).Vel),...
     43        (md.results.TransientSolution(3).Pressure),...
     44        (md.results.TransientSolution(3).Bed),...
     45        (md.results.TransientSolution(3).Surface),...
     46        (md.results.TransientSolution(3).Thickness),...
     47        (md.results.TransientSolution(3).Temperature),...
     48        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test223.m

    r9725 r10976  
    2525field_tolerances={1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyBbar),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyBbar),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test224.m

    r9725 r10976  
    2424field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2525field_values={...
    26         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     26        (md.results.DiagnosticSolution.Gradient1),...
    2727        md.results.DiagnosticSolution.J,...
    28         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyBbar),...
    29         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    30         PatchToVec(md.results.DiagnosticSolution.Vel),...
    31         PatchToVec(md.results.DiagnosticSolution.Vx),...
    32         PatchToVec(md.results.DiagnosticSolution.Vy)
     28        (md.results.DiagnosticSolution.MaterialsRheologyBbar),...
     29        (md.results.DiagnosticSolution.Pressure),...
     30        (md.results.DiagnosticSolution.Vel),...
     31        (md.results.DiagnosticSolution.Vx),...
     32        (md.results.DiagnosticSolution.Vy)
    3333};
  • issm/trunk-jpl/test/NightlyRun/test225.m

    r9725 r10976  
    2525field_tolerances={1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test226.m

    r9725 r10976  
    2525field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test227.m

    r9725 r10976  
    2525field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test228.m

    r9725 r10976  
    2525field_tolerances={1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test229.m

    r9725 r10976  
    2525field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test230.m

    r9725 r10976  
    2525field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test232.m

    r9744 r10976  
    1818field_tolerances={1e-11,1e-11,1e-11,1e-11};
    1919field_values={...
    20         PatchToVec(md.results.DiagnosticSolution.Vx),...
    21         PatchToVec(md.results.DiagnosticSolution.Vy),...
    22         PatchToVec(md.results.DiagnosticSolution.Vel),...
    23         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     20        (md.results.DiagnosticSolution.Vx),...
     21        (md.results.DiagnosticSolution.Vy),...
     22        (md.results.DiagnosticSolution.Vel),...
     23        (md.results.DiagnosticSolution.Pressure),...
    2424        };
  • issm/trunk-jpl/test/NightlyRun/test233.m

    r9734 r10976  
    6767field_names     ={'Vy'};
    6868field_tolerances={1e-13};
    69 field_values={PatchToVec(md.results.DiagnosticSolution.Vy)};
     69field_values={(md.results.DiagnosticSolution.Vy)};
  • issm/trunk-jpl/test/NightlyRun/test234.m

    r9734 r10976  
    6767field_names     ={'Vy'};
    6868field_tolerances={1e-13};
    69 field_values={PatchToVec(md.results.DiagnosticSolution.Vy)};
     69field_values={(md.results.DiagnosticSolution.Vy)};
  • issm/trunk-jpl/test/NightlyRun/test237.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test238.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test239.m

    r9703 r10976  
    1010field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vz),...
    15         PatchToVec(md.results.DiagnosticSolution.Vel),...
    16         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vz),...
     15        (md.results.DiagnosticSolution.Vel),...
     16        (md.results.DiagnosticSolution.Pressure),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test240.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test241.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test242.m

    r9703 r10976  
    1212field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1313field_values={...
    14         PatchToVec(md.results.DiagnosticSolution.Vx),...
    15         PatchToVec(md.results.DiagnosticSolution.Vy),...
    16         PatchToVec(md.results.DiagnosticSolution.Vz),...
    17         PatchToVec(md.results.DiagnosticSolution.Vel),...
    18         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     14        (md.results.DiagnosticSolution.Vx),...
     15        (md.results.DiagnosticSolution.Vy),...
     16        (md.results.DiagnosticSolution.Vz),...
     17        (md.results.DiagnosticSolution.Vel),...
     18        (md.results.DiagnosticSolution.Pressure),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test243.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.TransientSolution(1).Vx),...
    14         PatchToVec(md.results.TransientSolution(1).Vy),...
    15         PatchToVec(md.results.TransientSolution(1).Vel),...
    16         PatchToVec(md.results.TransientSolution(1).Pressure),...
    17         PatchToVec(md.results.TransientSolution(1).Bed),...
    18         PatchToVec(md.results.TransientSolution(1).Surface),...
    19         PatchToVec(md.results.TransientSolution(1).Thickness),...
    20         PatchToVec(md.results.TransientSolution(2).Vx),...
    21         PatchToVec(md.results.TransientSolution(2).Vy),...
    22         PatchToVec(md.results.TransientSolution(2).Vel),...
    23         PatchToVec(md.results.TransientSolution(2).Pressure),...
    24         PatchToVec(md.results.TransientSolution(2).Bed),...
    25         PatchToVec(md.results.TransientSolution(2).Surface),...
    26         PatchToVec(md.results.TransientSolution(2).Thickness),...
    27         PatchToVec(md.results.TransientSolution(3).Vx),...
    28         PatchToVec(md.results.TransientSolution(3).Vy),...
    29         PatchToVec(md.results.TransientSolution(3).Vel),...
    30         PatchToVec(md.results.TransientSolution(3).Pressure),...
    31         PatchToVec(md.results.TransientSolution(3).Bed),...
    32         PatchToVec(md.results.TransientSolution(3).Surface),...
    33         PatchToVec(md.results.TransientSolution(3).Thickness),...
     13        (md.results.TransientSolution(1).Vx),...
     14        (md.results.TransientSolution(1).Vy),...
     15        (md.results.TransientSolution(1).Vel),...
     16        (md.results.TransientSolution(1).Pressure),...
     17        (md.results.TransientSolution(1).Bed),...
     18        (md.results.TransientSolution(1).Surface),...
     19        (md.results.TransientSolution(1).Thickness),...
     20        (md.results.TransientSolution(2).Vx),...
     21        (md.results.TransientSolution(2).Vy),...
     22        (md.results.TransientSolution(2).Vel),...
     23        (md.results.TransientSolution(2).Pressure),...
     24        (md.results.TransientSolution(2).Bed),...
     25        (md.results.TransientSolution(2).Surface),...
     26        (md.results.TransientSolution(2).Thickness),...
     27        (md.results.TransientSolution(3).Vx),...
     28        (md.results.TransientSolution(3).Vy),...
     29        (md.results.TransientSolution(3).Vel),...
     30        (md.results.TransientSolution(3).Pressure),...
     31        (md.results.TransientSolution(3).Bed),...
     32        (md.results.TransientSolution(3).Surface),...
     33        (md.results.TransientSolution(3).Thickness),...
    3434        };
  • issm/trunk-jpl/test/NightlyRun/test244.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.TransientSolution(1).Vx),...
    14         PatchToVec(md.results.TransientSolution(1).Vy),...
    15         PatchToVec(md.results.TransientSolution(1).Vel),...
    16         PatchToVec(md.results.TransientSolution(1).Pressure),...
    17         PatchToVec(md.results.TransientSolution(1).Bed),...
    18         PatchToVec(md.results.TransientSolution(1).Surface),...
    19         PatchToVec(md.results.TransientSolution(1).Thickness),...
    20         PatchToVec(md.results.TransientSolution(2).Vx),...
    21         PatchToVec(md.results.TransientSolution(2).Vy),...
    22         PatchToVec(md.results.TransientSolution(2).Vel),...
    23         PatchToVec(md.results.TransientSolution(2).Pressure),...
    24         PatchToVec(md.results.TransientSolution(2).Bed),...
    25         PatchToVec(md.results.TransientSolution(2).Surface),...
    26         PatchToVec(md.results.TransientSolution(2).Thickness),...
    27         PatchToVec(md.results.TransientSolution(3).Vx),...
    28         PatchToVec(md.results.TransientSolution(3).Vy),...
    29         PatchToVec(md.results.TransientSolution(3).Vel),...
    30         PatchToVec(md.results.TransientSolution(3).Pressure),...
    31         PatchToVec(md.results.TransientSolution(3).Bed),...
    32         PatchToVec(md.results.TransientSolution(3).Surface),...
    33         PatchToVec(md.results.TransientSolution(3).Thickness),...
     13        (md.results.TransientSolution(1).Vx),...
     14        (md.results.TransientSolution(1).Vy),...
     15        (md.results.TransientSolution(1).Vel),...
     16        (md.results.TransientSolution(1).Pressure),...
     17        (md.results.TransientSolution(1).Bed),...
     18        (md.results.TransientSolution(1).Surface),...
     19        (md.results.TransientSolution(1).Thickness),...
     20        (md.results.TransientSolution(2).Vx),...
     21        (md.results.TransientSolution(2).Vy),...
     22        (md.results.TransientSolution(2).Vel),...
     23        (md.results.TransientSolution(2).Pressure),...
     24        (md.results.TransientSolution(2).Bed),...
     25        (md.results.TransientSolution(2).Surface),...
     26        (md.results.TransientSolution(2).Thickness),...
     27        (md.results.TransientSolution(3).Vx),...
     28        (md.results.TransientSolution(3).Vy),...
     29        (md.results.TransientSolution(3).Vel),...
     30        (md.results.TransientSolution(3).Pressure),...
     31        (md.results.TransientSolution(3).Bed),...
     32        (md.results.TransientSolution(3).Surface),...
     33        (md.results.TransientSolution(3).Thickness),...
    3434        };
  • issm/trunk-jpl/test/NightlyRun/test245.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test246.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test247.m

    r9703 r10976  
    1414field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1515field_values={...
    16         PatchToVec(md.results.TransientSolution(1).Vx),...
    17         PatchToVec(md.results.TransientSolution(1).Vy),...
    18         PatchToVec(md.results.TransientSolution(1).Vz),...
    19         PatchToVec(md.results.TransientSolution(1).Vel),...
    20         PatchToVec(md.results.TransientSolution(1).Pressure),...
    21         PatchToVec(md.results.TransientSolution(1).Bed),...
    22         PatchToVec(md.results.TransientSolution(1).Surface),...
    23         PatchToVec(md.results.TransientSolution(1).Thickness),...
    24         PatchToVec(md.results.TransientSolution(1).Temperature),...
    25         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    26         PatchToVec(md.results.TransientSolution(2).Vx),...
    27         PatchToVec(md.results.TransientSolution(2).Vy),...
    28         PatchToVec(md.results.TransientSolution(2).Vz),...
    29         PatchToVec(md.results.TransientSolution(2).Vel),...
    30         PatchToVec(md.results.TransientSolution(2).Pressure),...
    31         PatchToVec(md.results.TransientSolution(2).Bed),...
    32         PatchToVec(md.results.TransientSolution(2).Surface),...
    33         PatchToVec(md.results.TransientSolution(2).Thickness),...
    34         PatchToVec(md.results.TransientSolution(2).Temperature),...
    35         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    36         PatchToVec(md.results.TransientSolution(3).Vx),...
    37         PatchToVec(md.results.TransientSolution(3).Vy),...
    38         PatchToVec(md.results.TransientSolution(3).Vz),...
    39         PatchToVec(md.results.TransientSolution(3).Vel),...
    40         PatchToVec(md.results.TransientSolution(3).Pressure),...
    41         PatchToVec(md.results.TransientSolution(3).Bed),...
    42         PatchToVec(md.results.TransientSolution(3).Surface),...
    43         PatchToVec(md.results.TransientSolution(3).Thickness),...
    44         PatchToVec(md.results.TransientSolution(3).Temperature),...
    45         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     16        (md.results.TransientSolution(1).Vx),...
     17        (md.results.TransientSolution(1).Vy),...
     18        (md.results.TransientSolution(1).Vz),...
     19        (md.results.TransientSolution(1).Vel),...
     20        (md.results.TransientSolution(1).Pressure),...
     21        (md.results.TransientSolution(1).Bed),...
     22        (md.results.TransientSolution(1).Surface),...
     23        (md.results.TransientSolution(1).Thickness),...
     24        (md.results.TransientSolution(1).Temperature),...
     25        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     26        (md.results.TransientSolution(2).Vx),...
     27        (md.results.TransientSolution(2).Vy),...
     28        (md.results.TransientSolution(2).Vz),...
     29        (md.results.TransientSolution(2).Vel),...
     30        (md.results.TransientSolution(2).Pressure),...
     31        (md.results.TransientSolution(2).Bed),...
     32        (md.results.TransientSolution(2).Surface),...
     33        (md.results.TransientSolution(2).Thickness),...
     34        (md.results.TransientSolution(2).Temperature),...
     35        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     36        (md.results.TransientSolution(3).Vx),...
     37        (md.results.TransientSolution(3).Vy),...
     38        (md.results.TransientSolution(3).Vz),...
     39        (md.results.TransientSolution(3).Vel),...
     40        (md.results.TransientSolution(3).Pressure),...
     41        (md.results.TransientSolution(3).Bed),...
     42        (md.results.TransientSolution(3).Surface),...
     43        (md.results.TransientSolution(3).Thickness),...
     44        (md.results.TransientSolution(3).Temperature),...
     45        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4646        };
  • issm/trunk-jpl/test/NightlyRun/test248.m

    r10716 r10976  
    1717        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1818field_values={...
    19         PatchToVec(md.results.TransientSolution(1).Vx),...
    20         PatchToVec(md.results.TransientSolution(1).Vy),...
    21         PatchToVec(md.results.TransientSolution(1).Vz),...
    22         PatchToVec(md.results.TransientSolution(1).Vel),...
    23         PatchToVec(md.results.TransientSolution(1).Pressure),...
    24         PatchToVec(md.results.TransientSolution(1).Bed),...
    25         PatchToVec(md.results.TransientSolution(1).Surface),...
    26         PatchToVec(md.results.TransientSolution(1).Thickness),...
    27         PatchToVec(md.results.TransientSolution(1).Temperature),...
    28         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    29         PatchToVec(md.results.TransientSolution(2).Vx),...
    30         PatchToVec(md.results.TransientSolution(2).Vy),...
    31         PatchToVec(md.results.TransientSolution(2).Vz),...
    32         PatchToVec(md.results.TransientSolution(2).Vel),...
    33         PatchToVec(md.results.TransientSolution(2).Pressure),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).Temperature),...
    38         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    39         PatchToVec(md.results.TransientSolution(3).Vx),...
    40         PatchToVec(md.results.TransientSolution(3).Vy),...
    41         PatchToVec(md.results.TransientSolution(3).Vz),...
    42         PatchToVec(md.results.TransientSolution(3).Vel),...
    43         PatchToVec(md.results.TransientSolution(3).Pressure),...
    44         PatchToVec(md.results.TransientSolution(3).Bed),...
    45         PatchToVec(md.results.TransientSolution(3).Surface),...
    46         PatchToVec(md.results.TransientSolution(3).Thickness),...
    47         PatchToVec(md.results.TransientSolution(3).Temperature),...
    48         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     19        (md.results.TransientSolution(1).Vx),...
     20        (md.results.TransientSolution(1).Vy),...
     21        (md.results.TransientSolution(1).Vz),...
     22        (md.results.TransientSolution(1).Vel),...
     23        (md.results.TransientSolution(1).Pressure),...
     24        (md.results.TransientSolution(1).Bed),...
     25        (md.results.TransientSolution(1).Surface),...
     26        (md.results.TransientSolution(1).Thickness),...
     27        (md.results.TransientSolution(1).Temperature),...
     28        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     29        (md.results.TransientSolution(2).Vx),...
     30        (md.results.TransientSolution(2).Vy),...
     31        (md.results.TransientSolution(2).Vz),...
     32        (md.results.TransientSolution(2).Vel),...
     33        (md.results.TransientSolution(2).Pressure),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).Temperature),...
     38        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     39        (md.results.TransientSolution(3).Vx),...
     40        (md.results.TransientSolution(3).Vy),...
     41        (md.results.TransientSolution(3).Vz),...
     42        (md.results.TransientSolution(3).Vel),...
     43        (md.results.TransientSolution(3).Pressure),...
     44        (md.results.TransientSolution(3).Bed),...
     45        (md.results.TransientSolution(3).Surface),...
     46        (md.results.TransientSolution(3).Thickness),...
     47        (md.results.TransientSolution(3).Temperature),...
     48        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test249.m

    r9703 r10976  
    1515field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1616field_values={...
    17         PatchToVec(md.results.TransientSolution(1).Vx),...
    18         PatchToVec(md.results.TransientSolution(1).Vy),...
    19         PatchToVec(md.results.TransientSolution(1).Vz),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(1).Temperature),...
    26         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    27         PatchToVec(md.results.TransientSolution(2).Vx),...
    28         PatchToVec(md.results.TransientSolution(2).Vy),...
    29         PatchToVec(md.results.TransientSolution(2).Vz),...
    30         PatchToVec(md.results.TransientSolution(2).Vel),...
    31         PatchToVec(md.results.TransientSolution(2).Pressure),...
    32         PatchToVec(md.results.TransientSolution(2).Bed),...
    33         PatchToVec(md.results.TransientSolution(2).Surface),...
    34         PatchToVec(md.results.TransientSolution(2).Thickness),...
    35         PatchToVec(md.results.TransientSolution(2).Temperature),...
    36         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    37         PatchToVec(md.results.TransientSolution(3).Vx),...
    38         PatchToVec(md.results.TransientSolution(3).Vy),...
    39         PatchToVec(md.results.TransientSolution(3).Vz),...
    40         PatchToVec(md.results.TransientSolution(3).Vel),...
    41         PatchToVec(md.results.TransientSolution(3).Pressure),...
    42         PatchToVec(md.results.TransientSolution(3).Bed),...
    43         PatchToVec(md.results.TransientSolution(3).Surface),...
    44         PatchToVec(md.results.TransientSolution(3).Thickness),...
    45         PatchToVec(md.results.TransientSolution(3).Temperature),...
    46         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     17        (md.results.TransientSolution(1).Vx),...
     18        (md.results.TransientSolution(1).Vy),...
     19        (md.results.TransientSolution(1).Vz),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(1).Temperature),...
     26        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     27        (md.results.TransientSolution(2).Vx),...
     28        (md.results.TransientSolution(2).Vy),...
     29        (md.results.TransientSolution(2).Vz),...
     30        (md.results.TransientSolution(2).Vel),...
     31        (md.results.TransientSolution(2).Pressure),...
     32        (md.results.TransientSolution(2).Bed),...
     33        (md.results.TransientSolution(2).Surface),...
     34        (md.results.TransientSolution(2).Thickness),...
     35        (md.results.TransientSolution(2).Temperature),...
     36        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vz),...
     40        (md.results.TransientSolution(3).Vel),...
     41        (md.results.TransientSolution(3).Pressure),...
     42        (md.results.TransientSolution(3).Bed),...
     43        (md.results.TransientSolution(3).Surface),...
     44        (md.results.TransientSolution(3).Thickness),...
     45        (md.results.TransientSolution(3).Temperature),...
     46        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4747        };
  • issm/trunk-jpl/test/NightlyRun/test250.m

    r9703 r10976  
    1818        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
    20         PatchToVec(md.results.TransientSolution(1).Vx),...
    21         PatchToVec(md.results.TransientSolution(1).Vy),...
    22         PatchToVec(md.results.TransientSolution(1).Vz),...
    23         PatchToVec(md.results.TransientSolution(1).Vel),...
    24         PatchToVec(md.results.TransientSolution(1).Pressure),...
    25         PatchToVec(md.results.TransientSolution(1).Bed),...
    26         PatchToVec(md.results.TransientSolution(1).Surface),...
    27         PatchToVec(md.results.TransientSolution(1).Thickness),...
    28         PatchToVec(md.results.TransientSolution(1).Temperature),...
    29         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    30         PatchToVec(md.results.TransientSolution(2).Vx),...
    31         PatchToVec(md.results.TransientSolution(2).Vy),...
    32         PatchToVec(md.results.TransientSolution(2).Vz),...
    33         PatchToVec(md.results.TransientSolution(2).Vel),...
    34         PatchToVec(md.results.TransientSolution(2).Pressure),...
    35         PatchToVec(md.results.TransientSolution(2).Bed),...
    36         PatchToVec(md.results.TransientSolution(2).Surface),...
    37         PatchToVec(md.results.TransientSolution(2).Thickness),...
    38         PatchToVec(md.results.TransientSolution(2).Temperature),...
    39         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    40         PatchToVec(md.results.TransientSolution(3).Vx),...
    41         PatchToVec(md.results.TransientSolution(3).Vy),...
    42         PatchToVec(md.results.TransientSolution(3).Vz),...
    43         PatchToVec(md.results.TransientSolution(3).Vel),...
    44         PatchToVec(md.results.TransientSolution(3).Pressure),...
    45         PatchToVec(md.results.TransientSolution(3).Bed),...
    46         PatchToVec(md.results.TransientSolution(3).Surface),...
    47         PatchToVec(md.results.TransientSolution(3).Thickness),...
    48         PatchToVec(md.results.TransientSolution(3).Temperature),...
    49         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     20        (md.results.TransientSolution(1).Vx),...
     21        (md.results.TransientSolution(1).Vy),...
     22        (md.results.TransientSolution(1).Vz),...
     23        (md.results.TransientSolution(1).Vel),...
     24        (md.results.TransientSolution(1).Pressure),...
     25        (md.results.TransientSolution(1).Bed),...
     26        (md.results.TransientSolution(1).Surface),...
     27        (md.results.TransientSolution(1).Thickness),...
     28        (md.results.TransientSolution(1).Temperature),...
     29        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     30        (md.results.TransientSolution(2).Vx),...
     31        (md.results.TransientSolution(2).Vy),...
     32        (md.results.TransientSolution(2).Vz),...
     33        (md.results.TransientSolution(2).Vel),...
     34        (md.results.TransientSolution(2).Pressure),...
     35        (md.results.TransientSolution(2).Bed),...
     36        (md.results.TransientSolution(2).Surface),...
     37        (md.results.TransientSolution(2).Thickness),...
     38        (md.results.TransientSolution(2).Temperature),...
     39        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     40        (md.results.TransientSolution(3).Vx),...
     41        (md.results.TransientSolution(3).Vy),...
     42        (md.results.TransientSolution(3).Vz),...
     43        (md.results.TransientSolution(3).Vel),...
     44        (md.results.TransientSolution(3).Pressure),...
     45        (md.results.TransientSolution(3).Bed),...
     46        (md.results.TransientSolution(3).Surface),...
     47        (md.results.TransientSolution(3).Thickness),...
     48        (md.results.TransientSolution(3).Temperature),...
     49        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    5050        };
  • issm/trunk-jpl/test/NightlyRun/test251.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test252.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test253.m

    r9703 r10976  
    1717                                                1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1818field_values={...
    19         PatchToVec(md.results.TransientSolution(1).Vx),...
    20         PatchToVec(md.results.TransientSolution(1).Vy),...
    21         PatchToVec(md.results.TransientSolution(1).Vz),...
    22         PatchToVec(md.results.TransientSolution(1).Vel),...
    23         PatchToVec(md.results.TransientSolution(1).Pressure),...
    24         PatchToVec(md.results.TransientSolution(1).Bed),...
    25         PatchToVec(md.results.TransientSolution(1).Surface),...
    26         PatchToVec(md.results.TransientSolution(1).Thickness),...
    27         PatchToVec(md.results.TransientSolution(1).Temperature),...
    28         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    29         PatchToVec(md.results.TransientSolution(2).Vx),...
    30         PatchToVec(md.results.TransientSolution(2).Vy),...
    31         PatchToVec(md.results.TransientSolution(2).Vz),...
    32         PatchToVec(md.results.TransientSolution(2).Vel),...
    33         PatchToVec(md.results.TransientSolution(2).Pressure),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).Temperature),...
    38         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    39         PatchToVec(md.results.TransientSolution(3).Vx),...
    40         PatchToVec(md.results.TransientSolution(3).Vy),...
    41         PatchToVec(md.results.TransientSolution(3).Vz),...
    42         PatchToVec(md.results.TransientSolution(3).Vel),...
    43         PatchToVec(md.results.TransientSolution(3).Pressure),...
    44         PatchToVec(md.results.TransientSolution(3).Bed),...
    45         PatchToVec(md.results.TransientSolution(3).Surface),...
    46         PatchToVec(md.results.TransientSolution(3).Thickness),...
    47         PatchToVec(md.results.TransientSolution(3).Temperature),...
    48         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     19        (md.results.TransientSolution(1).Vx),...
     20        (md.results.TransientSolution(1).Vy),...
     21        (md.results.TransientSolution(1).Vz),...
     22        (md.results.TransientSolution(1).Vel),...
     23        (md.results.TransientSolution(1).Pressure),...
     24        (md.results.TransientSolution(1).Bed),...
     25        (md.results.TransientSolution(1).Surface),...
     26        (md.results.TransientSolution(1).Thickness),...
     27        (md.results.TransientSolution(1).Temperature),...
     28        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     29        (md.results.TransientSolution(2).Vx),...
     30        (md.results.TransientSolution(2).Vy),...
     31        (md.results.TransientSolution(2).Vz),...
     32        (md.results.TransientSolution(2).Vel),...
     33        (md.results.TransientSolution(2).Pressure),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).Temperature),...
     38        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     39        (md.results.TransientSolution(3).Vx),...
     40        (md.results.TransientSolution(3).Vy),...
     41        (md.results.TransientSolution(3).Vz),...
     42        (md.results.TransientSolution(3).Vel),...
     43        (md.results.TransientSolution(3).Pressure),...
     44        (md.results.TransientSolution(3).Bed),...
     45        (md.results.TransientSolution(3).Surface),...
     46        (md.results.TransientSolution(3).Thickness),...
     47        (md.results.TransientSolution(3).Temperature),...
     48        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test254.m

    r9703 r10976  
    1818        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
    20         PatchToVec(md.results.TransientSolution(1).Vx),...
    21         PatchToVec(md.results.TransientSolution(1).Vy),...
    22         PatchToVec(md.results.TransientSolution(1).Vz),...
    23         PatchToVec(md.results.TransientSolution(1).Vel),...
    24         PatchToVec(md.results.TransientSolution(1).Pressure),...
    25         PatchToVec(md.results.TransientSolution(1).Bed),...
    26         PatchToVec(md.results.TransientSolution(1).Surface),...
    27         PatchToVec(md.results.TransientSolution(1).Thickness),...
    28         PatchToVec(md.results.TransientSolution(1).Temperature),...
    29         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    30         PatchToVec(md.results.TransientSolution(2).Vx),...
    31         PatchToVec(md.results.TransientSolution(2).Vy),...
    32         PatchToVec(md.results.TransientSolution(2).Vz),...
    33         PatchToVec(md.results.TransientSolution(2).Vel),...
    34         PatchToVec(md.results.TransientSolution(2).Pressure),...
    35         PatchToVec(md.results.TransientSolution(2).Bed),...
    36         PatchToVec(md.results.TransientSolution(2).Surface),...
    37         PatchToVec(md.results.TransientSolution(2).Thickness),...
    38         PatchToVec(md.results.TransientSolution(2).Temperature),...
    39         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    40         PatchToVec(md.results.TransientSolution(3).Vx),...
    41         PatchToVec(md.results.TransientSolution(3).Vy),...
    42         PatchToVec(md.results.TransientSolution(3).Vz),...
    43         PatchToVec(md.results.TransientSolution(3).Vel),...
    44         PatchToVec(md.results.TransientSolution(3).Pressure),...
    45         PatchToVec(md.results.TransientSolution(3).Bed),...
    46         PatchToVec(md.results.TransientSolution(3).Surface),...
    47         PatchToVec(md.results.TransientSolution(3).Thickness),...
    48         PatchToVec(md.results.TransientSolution(3).Temperature),...
    49         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     20        (md.results.TransientSolution(1).Vx),...
     21        (md.results.TransientSolution(1).Vy),...
     22        (md.results.TransientSolution(1).Vz),...
     23        (md.results.TransientSolution(1).Vel),...
     24        (md.results.TransientSolution(1).Pressure),...
     25        (md.results.TransientSolution(1).Bed),...
     26        (md.results.TransientSolution(1).Surface),...
     27        (md.results.TransientSolution(1).Thickness),...
     28        (md.results.TransientSolution(1).Temperature),...
     29        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     30        (md.results.TransientSolution(2).Vx),...
     31        (md.results.TransientSolution(2).Vy),...
     32        (md.results.TransientSolution(2).Vz),...
     33        (md.results.TransientSolution(2).Vel),...
     34        (md.results.TransientSolution(2).Pressure),...
     35        (md.results.TransientSolution(2).Bed),...
     36        (md.results.TransientSolution(2).Surface),...
     37        (md.results.TransientSolution(2).Thickness),...
     38        (md.results.TransientSolution(2).Temperature),...
     39        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     40        (md.results.TransientSolution(3).Vx),...
     41        (md.results.TransientSolution(3).Vy),...
     42        (md.results.TransientSolution(3).Vz),...
     43        (md.results.TransientSolution(3).Vel),...
     44        (md.results.TransientSolution(3).Pressure),...
     45        (md.results.TransientSolution(3).Bed),...
     46        (md.results.TransientSolution(3).Surface),...
     47        (md.results.TransientSolution(3).Thickness),...
     48        (md.results.TransientSolution(3).Temperature),...
     49        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    5050        };
  • issm/trunk-jpl/test/NightlyRun/test255.m

    r9725 r10976  
    3030
    3131field_values={...
    32         PatchToVec(md.results.TransientSolution(1).Vx),...
    33         PatchToVec(md.results.TransientSolution(1).Vy),...
    34         PatchToVec(md.results.TransientSolution(1).Vel),...
    35         PatchToVec(md.results.TransientSolution(1).Pressure),...
    36         PatchToVec(md.results.TransientSolution(1).Bed),...
    37         PatchToVec(md.results.TransientSolution(1).Surface),...
    38         PatchToVec(md.results.TransientSolution(1).Thickness),...
    39         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    40         PatchToVec(md.results.TransientSolution(2).Vx),...
    41         PatchToVec(md.results.TransientSolution(2).Vy),...
    42         PatchToVec(md.results.TransientSolution(2).Vel),...
    43         PatchToVec(md.results.TransientSolution(2).Pressure),...
    44         PatchToVec(md.results.TransientSolution(2).Bed),...
    45         PatchToVec(md.results.TransientSolution(2).Surface),...
    46         PatchToVec(md.results.TransientSolution(2).Thickness),...
    47         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    48         PatchToVec(md.results.TransientSolution(3).Vx),...
    49         PatchToVec(md.results.TransientSolution(3).Vy),...
    50         PatchToVec(md.results.TransientSolution(3).Vel),...
    51         PatchToVec(md.results.TransientSolution(3).Pressure),...
    52         PatchToVec(md.results.TransientSolution(3).Bed),...
    53         PatchToVec(md.results.TransientSolution(3).Surface),...
    54         PatchToVec(md.results.TransientSolution(3).Thickness),...
    55         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    56         PatchToVec(md.results.TransientSolution(4).Vx),...
    57         PatchToVec(md.results.TransientSolution(4).Vy),...
    58         PatchToVec(md.results.TransientSolution(4).Vel),...
    59         PatchToVec(md.results.TransientSolution(4).Pressure),...
    60         PatchToVec(md.results.TransientSolution(4).Bed),...
    61         PatchToVec(md.results.TransientSolution(4).Surface),...
    62         PatchToVec(md.results.TransientSolution(4).Thickness),...
    63         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     32        (md.results.TransientSolution(1).Vx),...
     33        (md.results.TransientSolution(1).Vy),...
     34        (md.results.TransientSolution(1).Vel),...
     35        (md.results.TransientSolution(1).Pressure),...
     36        (md.results.TransientSolution(1).Bed),...
     37        (md.results.TransientSolution(1).Surface),...
     38        (md.results.TransientSolution(1).Thickness),...
     39        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     40        (md.results.TransientSolution(2).Vx),...
     41        (md.results.TransientSolution(2).Vy),...
     42        (md.results.TransientSolution(2).Vel),...
     43        (md.results.TransientSolution(2).Pressure),...
     44        (md.results.TransientSolution(2).Bed),...
     45        (md.results.TransientSolution(2).Surface),...
     46        (md.results.TransientSolution(2).Thickness),...
     47        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     48        (md.results.TransientSolution(3).Vx),...
     49        (md.results.TransientSolution(3).Vy),...
     50        (md.results.TransientSolution(3).Vel),...
     51        (md.results.TransientSolution(3).Pressure),...
     52        (md.results.TransientSolution(3).Bed),...
     53        (md.results.TransientSolution(3).Surface),...
     54        (md.results.TransientSolution(3).Thickness),...
     55        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     56        (md.results.TransientSolution(4).Vx),...
     57        (md.results.TransientSolution(4).Vy),...
     58        (md.results.TransientSolution(4).Vel),...
     59        (md.results.TransientSolution(4).Pressure),...
     60        (md.results.TransientSolution(4).Bed),...
     61        (md.results.TransientSolution(4).Surface),...
     62        (md.results.TransientSolution(4).Thickness),...
     63        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6464        };
  • issm/trunk-jpl/test/NightlyRun/test256.m

    r9725 r10976  
    3030
    3131field_values={...
    32         PatchToVec(md.results.TransientSolution(1).Vx),...
    33         PatchToVec(md.results.TransientSolution(1).Vy),...
    34         PatchToVec(md.results.TransientSolution(1).Vel),...
    35         PatchToVec(md.results.TransientSolution(1).Pressure),...
    36         PatchToVec(md.results.TransientSolution(1).Bed),...
    37         PatchToVec(md.results.TransientSolution(1).Surface),...
    38         PatchToVec(md.results.TransientSolution(1).Thickness),...
    39         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    40         PatchToVec(md.results.TransientSolution(2).Vx),...
    41         PatchToVec(md.results.TransientSolution(2).Vy),...
    42         PatchToVec(md.results.TransientSolution(2).Vel),...
    43         PatchToVec(md.results.TransientSolution(2).Pressure),...
    44         PatchToVec(md.results.TransientSolution(2).Bed),...
    45         PatchToVec(md.results.TransientSolution(2).Surface),...
    46         PatchToVec(md.results.TransientSolution(2).Thickness),...
    47         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    48         PatchToVec(md.results.TransientSolution(3).Vx),...
    49         PatchToVec(md.results.TransientSolution(3).Vy),...
    50         PatchToVec(md.results.TransientSolution(3).Vel),...
    51         PatchToVec(md.results.TransientSolution(3).Pressure),...
    52         PatchToVec(md.results.TransientSolution(3).Bed),...
    53         PatchToVec(md.results.TransientSolution(3).Surface),...
    54         PatchToVec(md.results.TransientSolution(3).Thickness),...
    55         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    56         PatchToVec(md.results.TransientSolution(4).Vx),...
    57         PatchToVec(md.results.TransientSolution(4).Vy),...
    58         PatchToVec(md.results.TransientSolution(4).Vel),...
    59         PatchToVec(md.results.TransientSolution(4).Pressure),...
    60         PatchToVec(md.results.TransientSolution(4).Bed),...
    61         PatchToVec(md.results.TransientSolution(4).Surface),...
    62         PatchToVec(md.results.TransientSolution(4).Thickness),...
    63         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     32        (md.results.TransientSolution(1).Vx),...
     33        (md.results.TransientSolution(1).Vy),...
     34        (md.results.TransientSolution(1).Vel),...
     35        (md.results.TransientSolution(1).Pressure),...
     36        (md.results.TransientSolution(1).Bed),...
     37        (md.results.TransientSolution(1).Surface),...
     38        (md.results.TransientSolution(1).Thickness),...
     39        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     40        (md.results.TransientSolution(2).Vx),...
     41        (md.results.TransientSolution(2).Vy),...
     42        (md.results.TransientSolution(2).Vel),...
     43        (md.results.TransientSolution(2).Pressure),...
     44        (md.results.TransientSolution(2).Bed),...
     45        (md.results.TransientSolution(2).Surface),...
     46        (md.results.TransientSolution(2).Thickness),...
     47        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     48        (md.results.TransientSolution(3).Vx),...
     49        (md.results.TransientSolution(3).Vy),...
     50        (md.results.TransientSolution(3).Vel),...
     51        (md.results.TransientSolution(3).Pressure),...
     52        (md.results.TransientSolution(3).Bed),...
     53        (md.results.TransientSolution(3).Surface),...
     54        (md.results.TransientSolution(3).Thickness),...
     55        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     56        (md.results.TransientSolution(4).Vx),...
     57        (md.results.TransientSolution(4).Vy),...
     58        (md.results.TransientSolution(4).Vel),...
     59        (md.results.TransientSolution(4).Pressure),...
     60        (md.results.TransientSolution(4).Bed),...
     61        (md.results.TransientSolution(4).Surface),...
     62        (md.results.TransientSolution(4).Thickness),...
     63        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6464        };
  • issm/trunk-jpl/test/NightlyRun/test257.m

    r9725 r10976  
    3030
    3131field_values={...
    32         PatchToVec(md.results.TransientSolution(1).Vx),...
    33         PatchToVec(md.results.TransientSolution(1).Vy),...
    34         PatchToVec(md.results.TransientSolution(1).Vel),...
    35         PatchToVec(md.results.TransientSolution(1).Pressure),...
    36         PatchToVec(md.results.TransientSolution(1).Bed),...
    37         PatchToVec(md.results.TransientSolution(1).Surface),...
    38         PatchToVec(md.results.TransientSolution(1).Thickness),...
    39         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    40         PatchToVec(md.results.TransientSolution(2).Vx),...
    41         PatchToVec(md.results.TransientSolution(2).Vy),...
    42         PatchToVec(md.results.TransientSolution(2).Vel),...
    43         PatchToVec(md.results.TransientSolution(2).Pressure),...
    44         PatchToVec(md.results.TransientSolution(2).Bed),...
    45         PatchToVec(md.results.TransientSolution(2).Surface),...
    46         PatchToVec(md.results.TransientSolution(2).Thickness),...
    47         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    48         PatchToVec(md.results.TransientSolution(3).Vx),...
    49         PatchToVec(md.results.TransientSolution(3).Vy),...
    50         PatchToVec(md.results.TransientSolution(3).Vel),...
    51         PatchToVec(md.results.TransientSolution(3).Pressure),...
    52         PatchToVec(md.results.TransientSolution(3).Bed),...
    53         PatchToVec(md.results.TransientSolution(3).Surface),...
    54         PatchToVec(md.results.TransientSolution(3).Thickness),...
    55         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    56         PatchToVec(md.results.TransientSolution(4).Vx),...
    57         PatchToVec(md.results.TransientSolution(4).Vy),...
    58         PatchToVec(md.results.TransientSolution(4).Vel),...
    59         PatchToVec(md.results.TransientSolution(4).Pressure),...
    60         PatchToVec(md.results.TransientSolution(4).Bed),...
    61         PatchToVec(md.results.TransientSolution(4).Surface),...
    62         PatchToVec(md.results.TransientSolution(4).Thickness),...
    63         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     32        (md.results.TransientSolution(1).Vx),...
     33        (md.results.TransientSolution(1).Vy),...
     34        (md.results.TransientSolution(1).Vel),...
     35        (md.results.TransientSolution(1).Pressure),...
     36        (md.results.TransientSolution(1).Bed),...
     37        (md.results.TransientSolution(1).Surface),...
     38        (md.results.TransientSolution(1).Thickness),...
     39        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     40        (md.results.TransientSolution(2).Vx),...
     41        (md.results.TransientSolution(2).Vy),...
     42        (md.results.TransientSolution(2).Vel),...
     43        (md.results.TransientSolution(2).Pressure),...
     44        (md.results.TransientSolution(2).Bed),...
     45        (md.results.TransientSolution(2).Surface),...
     46        (md.results.TransientSolution(2).Thickness),...
     47        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     48        (md.results.TransientSolution(3).Vx),...
     49        (md.results.TransientSolution(3).Vy),...
     50        (md.results.TransientSolution(3).Vel),...
     51        (md.results.TransientSolution(3).Pressure),...
     52        (md.results.TransientSolution(3).Bed),...
     53        (md.results.TransientSolution(3).Surface),...
     54        (md.results.TransientSolution(3).Thickness),...
     55        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     56        (md.results.TransientSolution(4).Vx),...
     57        (md.results.TransientSolution(4).Vy),...
     58        (md.results.TransientSolution(4).Vel),...
     59        (md.results.TransientSolution(4).Pressure),...
     60        (md.results.TransientSolution(4).Bed),...
     61        (md.results.TransientSolution(4).Surface),...
     62        (md.results.TransientSolution(4).Thickness),...
     63        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6464        };
  • issm/trunk-jpl/test/NightlyRun/test258.m

    r9725 r10976  
    3030
    3131field_values={...
    32         PatchToVec(md.results.TransientSolution(1).Vx),...
    33         PatchToVec(md.results.TransientSolution(1).Vy),...
    34         PatchToVec(md.results.TransientSolution(1).Vel),...
    35         PatchToVec(md.results.TransientSolution(1).Pressure),...
    36         PatchToVec(md.results.TransientSolution(1).Bed),...
    37         PatchToVec(md.results.TransientSolution(1).Surface),...
    38         PatchToVec(md.results.TransientSolution(1).Thickness),...
    39         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    40         PatchToVec(md.results.TransientSolution(2).Vx),...
    41         PatchToVec(md.results.TransientSolution(2).Vy),...
    42         PatchToVec(md.results.TransientSolution(2).Vel),...
    43         PatchToVec(md.results.TransientSolution(2).Pressure),...
    44         PatchToVec(md.results.TransientSolution(2).Bed),...
    45         PatchToVec(md.results.TransientSolution(2).Surface),...
    46         PatchToVec(md.results.TransientSolution(2).Thickness),...
    47         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    48         PatchToVec(md.results.TransientSolution(3).Vx),...
    49         PatchToVec(md.results.TransientSolution(3).Vy),...
    50         PatchToVec(md.results.TransientSolution(3).Vel),...
    51         PatchToVec(md.results.TransientSolution(3).Pressure),...
    52         PatchToVec(md.results.TransientSolution(3).Bed),...
    53         PatchToVec(md.results.TransientSolution(3).Surface),...
    54         PatchToVec(md.results.TransientSolution(3).Thickness),...
    55         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    56         PatchToVec(md.results.TransientSolution(4).Vx),...
    57         PatchToVec(md.results.TransientSolution(4).Vy),...
    58         PatchToVec(md.results.TransientSolution(4).Vel),...
    59         PatchToVec(md.results.TransientSolution(4).Pressure),...
    60         PatchToVec(md.results.TransientSolution(4).Bed),...
    61         PatchToVec(md.results.TransientSolution(4).Surface),...
    62         PatchToVec(md.results.TransientSolution(4).Thickness),...
    63         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     32        (md.results.TransientSolution(1).Vx),...
     33        (md.results.TransientSolution(1).Vy),...
     34        (md.results.TransientSolution(1).Vel),...
     35        (md.results.TransientSolution(1).Pressure),...
     36        (md.results.TransientSolution(1).Bed),...
     37        (md.results.TransientSolution(1).Surface),...
     38        (md.results.TransientSolution(1).Thickness),...
     39        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     40        (md.results.TransientSolution(2).Vx),...
     41        (md.results.TransientSolution(2).Vy),...
     42        (md.results.TransientSolution(2).Vel),...
     43        (md.results.TransientSolution(2).Pressure),...
     44        (md.results.TransientSolution(2).Bed),...
     45        (md.results.TransientSolution(2).Surface),...
     46        (md.results.TransientSolution(2).Thickness),...
     47        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     48        (md.results.TransientSolution(3).Vx),...
     49        (md.results.TransientSolution(3).Vy),...
     50        (md.results.TransientSolution(3).Vel),...
     51        (md.results.TransientSolution(3).Pressure),...
     52        (md.results.TransientSolution(3).Bed),...
     53        (md.results.TransientSolution(3).Surface),...
     54        (md.results.TransientSolution(3).Thickness),...
     55        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     56        (md.results.TransientSolution(4).Vx),...
     57        (md.results.TransientSolution(4).Vy),...
     58        (md.results.TransientSolution(4).Vel),...
     59        (md.results.TransientSolution(4).Pressure),...
     60        (md.results.TransientSolution(4).Bed),...
     61        (md.results.TransientSolution(4).Surface),...
     62        (md.results.TransientSolution(4).Thickness),...
     63        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6464        };
  • issm/trunk-jpl/test/NightlyRun/test259.m

    r9725 r10976  
    3131
    3232field_values={...
    33         PatchToVec(md.results.TransientSolution(1).Vx),...
    34         PatchToVec(md.results.TransientSolution(1).Vy),...
    35         PatchToVec(md.results.TransientSolution(1).Vz),...
    36         PatchToVec(md.results.TransientSolution(1).Vel),...
    37         PatchToVec(md.results.TransientSolution(1).Pressure),...
    38         PatchToVec(md.results.TransientSolution(1).Bed),...
    39         PatchToVec(md.results.TransientSolution(1).Surface),...
    40         PatchToVec(md.results.TransientSolution(1).Thickness),...
    41         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    42         PatchToVec(md.results.TransientSolution(2).Vx),...
    43         PatchToVec(md.results.TransientSolution(2).Vy),...
    44         PatchToVec(md.results.TransientSolution(2).Vz),...
    45         PatchToVec(md.results.TransientSolution(2).Vel),...
    46         PatchToVec(md.results.TransientSolution(2).Pressure),...
    47         PatchToVec(md.results.TransientSolution(2).Bed),...
    48         PatchToVec(md.results.TransientSolution(2).Surface),...
    49         PatchToVec(md.results.TransientSolution(2).Thickness),...
    50         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    51         PatchToVec(md.results.TransientSolution(3).Vx),...
    52         PatchToVec(md.results.TransientSolution(3).Vy),...
    53         PatchToVec(md.results.TransientSolution(3).Vz),...
    54         PatchToVec(md.results.TransientSolution(3).Vel),...
    55         PatchToVec(md.results.TransientSolution(3).Pressure),...
    56         PatchToVec(md.results.TransientSolution(3).Bed),...
    57         PatchToVec(md.results.TransientSolution(3).Surface),...
    58         PatchToVec(md.results.TransientSolution(3).Thickness),...
    59         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    60         PatchToVec(md.results.TransientSolution(4).Vx),...
    61         PatchToVec(md.results.TransientSolution(4).Vy),...
    62         PatchToVec(md.results.TransientSolution(4).Vz),...
    63         PatchToVec(md.results.TransientSolution(4).Vel),...
    64         PatchToVec(md.results.TransientSolution(4).Pressure),...
    65         PatchToVec(md.results.TransientSolution(4).Bed),...
    66         PatchToVec(md.results.TransientSolution(4).Surface),...
    67         PatchToVec(md.results.TransientSolution(4).Thickness),...
    68         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     33        (md.results.TransientSolution(1).Vx),...
     34        (md.results.TransientSolution(1).Vy),...
     35        (md.results.TransientSolution(1).Vz),...
     36        (md.results.TransientSolution(1).Vel),...
     37        (md.results.TransientSolution(1).Pressure),...
     38        (md.results.TransientSolution(1).Bed),...
     39        (md.results.TransientSolution(1).Surface),...
     40        (md.results.TransientSolution(1).Thickness),...
     41        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     42        (md.results.TransientSolution(2).Vx),...
     43        (md.results.TransientSolution(2).Vy),...
     44        (md.results.TransientSolution(2).Vz),...
     45        (md.results.TransientSolution(2).Vel),...
     46        (md.results.TransientSolution(2).Pressure),...
     47        (md.results.TransientSolution(2).Bed),...
     48        (md.results.TransientSolution(2).Surface),...
     49        (md.results.TransientSolution(2).Thickness),...
     50        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     51        (md.results.TransientSolution(3).Vx),...
     52        (md.results.TransientSolution(3).Vy),...
     53        (md.results.TransientSolution(3).Vz),...
     54        (md.results.TransientSolution(3).Vel),...
     55        (md.results.TransientSolution(3).Pressure),...
     56        (md.results.TransientSolution(3).Bed),...
     57        (md.results.TransientSolution(3).Surface),...
     58        (md.results.TransientSolution(3).Thickness),...
     59        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     60        (md.results.TransientSolution(4).Vx),...
     61        (md.results.TransientSolution(4).Vy),...
     62        (md.results.TransientSolution(4).Vz),...
     63        (md.results.TransientSolution(4).Vel),...
     64        (md.results.TransientSolution(4).Pressure),...
     65        (md.results.TransientSolution(4).Bed),...
     66        (md.results.TransientSolution(4).Surface),...
     67        (md.results.TransientSolution(4).Thickness),...
     68        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6969        };
  • issm/trunk-jpl/test/NightlyRun/test260.m

    r9725 r10976  
    3131
    3232field_values={...
    33         PatchToVec(md.results.TransientSolution(1).Vx),...
    34         PatchToVec(md.results.TransientSolution(1).Vy),...
    35         PatchToVec(md.results.TransientSolution(1).Vz),...
    36         PatchToVec(md.results.TransientSolution(1).Vel),...
    37         PatchToVec(md.results.TransientSolution(1).Pressure),...
    38         PatchToVec(md.results.TransientSolution(1).Bed),...
    39         PatchToVec(md.results.TransientSolution(1).Surface),...
    40         PatchToVec(md.results.TransientSolution(1).Thickness),...
    41         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    42         PatchToVec(md.results.TransientSolution(2).Vx),...
    43         PatchToVec(md.results.TransientSolution(2).Vy),...
    44         PatchToVec(md.results.TransientSolution(2).Vz),...
    45         PatchToVec(md.results.TransientSolution(2).Vel),...
    46         PatchToVec(md.results.TransientSolution(2).Pressure),...
    47         PatchToVec(md.results.TransientSolution(2).Bed),...
    48         PatchToVec(md.results.TransientSolution(2).Surface),...
    49         PatchToVec(md.results.TransientSolution(2).Thickness),...
    50         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    51         PatchToVec(md.results.TransientSolution(3).Vx),...
    52         PatchToVec(md.results.TransientSolution(3).Vy),...
    53         PatchToVec(md.results.TransientSolution(3).Vz),...
    54         PatchToVec(md.results.TransientSolution(3).Vel),...
    55         PatchToVec(md.results.TransientSolution(3).Pressure),...
    56         PatchToVec(md.results.TransientSolution(3).Bed),...
    57         PatchToVec(md.results.TransientSolution(3).Surface),...
    58         PatchToVec(md.results.TransientSolution(3).Thickness),...
    59         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    60         PatchToVec(md.results.TransientSolution(4).Vx),...
    61         PatchToVec(md.results.TransientSolution(4).Vy),...
    62         PatchToVec(md.results.TransientSolution(4).Vz),...
    63         PatchToVec(md.results.TransientSolution(4).Vel),...
    64         PatchToVec(md.results.TransientSolution(4).Pressure),...
    65         PatchToVec(md.results.TransientSolution(4).Bed),...
    66         PatchToVec(md.results.TransientSolution(4).Surface),...
    67         PatchToVec(md.results.TransientSolution(4).Thickness),...
    68         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     33        (md.results.TransientSolution(1).Vx),...
     34        (md.results.TransientSolution(1).Vy),...
     35        (md.results.TransientSolution(1).Vz),...
     36        (md.results.TransientSolution(1).Vel),...
     37        (md.results.TransientSolution(1).Pressure),...
     38        (md.results.TransientSolution(1).Bed),...
     39        (md.results.TransientSolution(1).Surface),...
     40        (md.results.TransientSolution(1).Thickness),...
     41        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     42        (md.results.TransientSolution(2).Vx),...
     43        (md.results.TransientSolution(2).Vy),...
     44        (md.results.TransientSolution(2).Vz),...
     45        (md.results.TransientSolution(2).Vel),...
     46        (md.results.TransientSolution(2).Pressure),...
     47        (md.results.TransientSolution(2).Bed),...
     48        (md.results.TransientSolution(2).Surface),...
     49        (md.results.TransientSolution(2).Thickness),...
     50        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     51        (md.results.TransientSolution(3).Vx),...
     52        (md.results.TransientSolution(3).Vy),...
     53        (md.results.TransientSolution(3).Vz),...
     54        (md.results.TransientSolution(3).Vel),...
     55        (md.results.TransientSolution(3).Pressure),...
     56        (md.results.TransientSolution(3).Bed),...
     57        (md.results.TransientSolution(3).Surface),...
     58        (md.results.TransientSolution(3).Thickness),...
     59        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     60        (md.results.TransientSolution(4).Vx),...
     61        (md.results.TransientSolution(4).Vy),...
     62        (md.results.TransientSolution(4).Vz),...
     63        (md.results.TransientSolution(4).Vel),...
     64        (md.results.TransientSolution(4).Pressure),...
     65        (md.results.TransientSolution(4).Bed),...
     66        (md.results.TransientSolution(4).Surface),...
     67        (md.results.TransientSolution(4).Thickness),...
     68        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6969        };
  • issm/trunk-jpl/test/NightlyRun/test261.m

    r9725 r10976  
    3131
    3232field_values={...
    33         PatchToVec(md.results.TransientSolution(1).Vx),...
    34         PatchToVec(md.results.TransientSolution(1).Vy),...
    35         PatchToVec(md.results.TransientSolution(1).Vz),...
    36         PatchToVec(md.results.TransientSolution(1).Vel),...
    37         PatchToVec(md.results.TransientSolution(1).Pressure),...
    38         PatchToVec(md.results.TransientSolution(1).Bed),...
    39         PatchToVec(md.results.TransientSolution(1).Surface),...
    40         PatchToVec(md.results.TransientSolution(1).Thickness),...
    41         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    42         PatchToVec(md.results.TransientSolution(2).Vx),...
    43         PatchToVec(md.results.TransientSolution(2).Vy),...
    44         PatchToVec(md.results.TransientSolution(2).Vz),...
    45         PatchToVec(md.results.TransientSolution(2).Vel),...
    46         PatchToVec(md.results.TransientSolution(2).Pressure),...
    47         PatchToVec(md.results.TransientSolution(2).Bed),...
    48         PatchToVec(md.results.TransientSolution(2).Surface),...
    49         PatchToVec(md.results.TransientSolution(2).Thickness),...
    50         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    51         PatchToVec(md.results.TransientSolution(3).Vx),...
    52         PatchToVec(md.results.TransientSolution(3).Vy),...
    53         PatchToVec(md.results.TransientSolution(3).Vz),...
    54         PatchToVec(md.results.TransientSolution(3).Vel),...
    55         PatchToVec(md.results.TransientSolution(3).Pressure),...
    56         PatchToVec(md.results.TransientSolution(3).Bed),...
    57         PatchToVec(md.results.TransientSolution(3).Surface),...
    58         PatchToVec(md.results.TransientSolution(3).Thickness),...
    59         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    60         PatchToVec(md.results.TransientSolution(4).Vx),...
    61         PatchToVec(md.results.TransientSolution(4).Vy),...
    62         PatchToVec(md.results.TransientSolution(4).Vz),...
    63         PatchToVec(md.results.TransientSolution(4).Vel),...
    64         PatchToVec(md.results.TransientSolution(4).Pressure),...
    65         PatchToVec(md.results.TransientSolution(4).Bed),...
    66         PatchToVec(md.results.TransientSolution(4).Surface),...
    67         PatchToVec(md.results.TransientSolution(4).Thickness),...
    68         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     33        (md.results.TransientSolution(1).Vx),...
     34        (md.results.TransientSolution(1).Vy),...
     35        (md.results.TransientSolution(1).Vz),...
     36        (md.results.TransientSolution(1).Vel),...
     37        (md.results.TransientSolution(1).Pressure),...
     38        (md.results.TransientSolution(1).Bed),...
     39        (md.results.TransientSolution(1).Surface),...
     40        (md.results.TransientSolution(1).Thickness),...
     41        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     42        (md.results.TransientSolution(2).Vx),...
     43        (md.results.TransientSolution(2).Vy),...
     44        (md.results.TransientSolution(2).Vz),...
     45        (md.results.TransientSolution(2).Vel),...
     46        (md.results.TransientSolution(2).Pressure),...
     47        (md.results.TransientSolution(2).Bed),...
     48        (md.results.TransientSolution(2).Surface),...
     49        (md.results.TransientSolution(2).Thickness),...
     50        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     51        (md.results.TransientSolution(3).Vx),...
     52        (md.results.TransientSolution(3).Vy),...
     53        (md.results.TransientSolution(3).Vz),...
     54        (md.results.TransientSolution(3).Vel),...
     55        (md.results.TransientSolution(3).Pressure),...
     56        (md.results.TransientSolution(3).Bed),...
     57        (md.results.TransientSolution(3).Surface),...
     58        (md.results.TransientSolution(3).Thickness),...
     59        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     60        (md.results.TransientSolution(4).Vx),...
     61        (md.results.TransientSolution(4).Vy),...
     62        (md.results.TransientSolution(4).Vz),...
     63        (md.results.TransientSolution(4).Vel),...
     64        (md.results.TransientSolution(4).Pressure),...
     65        (md.results.TransientSolution(4).Bed),...
     66        (md.results.TransientSolution(4).Surface),...
     67        (md.results.TransientSolution(4).Thickness),...
     68        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6969        };
  • issm/trunk-jpl/test/NightlyRun/test262.m

    r9725 r10976  
    3131
    3232field_values={...
    33         PatchToVec(md.results.TransientSolution(1).Vx),...
    34         PatchToVec(md.results.TransientSolution(1).Vy),...
    35         PatchToVec(md.results.TransientSolution(1).Vz),...
    36         PatchToVec(md.results.TransientSolution(1).Vel),...
    37         PatchToVec(md.results.TransientSolution(1).Pressure),...
    38         PatchToVec(md.results.TransientSolution(1).Bed),...
    39         PatchToVec(md.results.TransientSolution(1).Surface),...
    40         PatchToVec(md.results.TransientSolution(1).Thickness),...
    41         PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
    42         PatchToVec(md.results.TransientSolution(2).Vx),...
    43         PatchToVec(md.results.TransientSolution(2).Vy),...
    44         PatchToVec(md.results.TransientSolution(2).Vz),...
    45         PatchToVec(md.results.TransientSolution(2).Vel),...
    46         PatchToVec(md.results.TransientSolution(2).Pressure),...
    47         PatchToVec(md.results.TransientSolution(2).Bed),...
    48         PatchToVec(md.results.TransientSolution(2).Surface),...
    49         PatchToVec(md.results.TransientSolution(2).Thickness),...
    50         PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
    51         PatchToVec(md.results.TransientSolution(3).Vx),...
    52         PatchToVec(md.results.TransientSolution(3).Vy),...
    53         PatchToVec(md.results.TransientSolution(3).Vz),...
    54         PatchToVec(md.results.TransientSolution(3).Vel),...
    55         PatchToVec(md.results.TransientSolution(3).Pressure),...
    56         PatchToVec(md.results.TransientSolution(3).Bed),...
    57         PatchToVec(md.results.TransientSolution(3).Surface),...
    58         PatchToVec(md.results.TransientSolution(3).Thickness),...
    59         PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
    60         PatchToVec(md.results.TransientSolution(4).Vx),...
    61         PatchToVec(md.results.TransientSolution(4).Vy),...
    62         PatchToVec(md.results.TransientSolution(4).Vz),...
    63         PatchToVec(md.results.TransientSolution(4).Vel),...
    64         PatchToVec(md.results.TransientSolution(4).Pressure),...
    65         PatchToVec(md.results.TransientSolution(4).Bed),...
    66         PatchToVec(md.results.TransientSolution(4).Surface),...
    67         PatchToVec(md.results.TransientSolution(4).Thickness),...
    68         PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
     33        (md.results.TransientSolution(1).Vx),...
     34        (md.results.TransientSolution(1).Vy),...
     35        (md.results.TransientSolution(1).Vz),...
     36        (md.results.TransientSolution(1).Vel),...
     37        (md.results.TransientSolution(1).Pressure),...
     38        (md.results.TransientSolution(1).Bed),...
     39        (md.results.TransientSolution(1).Surface),...
     40        (md.results.TransientSolution(1).Thickness),...
     41        (md.results.TransientSolution(1).SurfaceforcingsMassBalance),...
     42        (md.results.TransientSolution(2).Vx),...
     43        (md.results.TransientSolution(2).Vy),...
     44        (md.results.TransientSolution(2).Vz),...
     45        (md.results.TransientSolution(2).Vel),...
     46        (md.results.TransientSolution(2).Pressure),...
     47        (md.results.TransientSolution(2).Bed),...
     48        (md.results.TransientSolution(2).Surface),...
     49        (md.results.TransientSolution(2).Thickness),...
     50        (md.results.TransientSolution(2).SurfaceforcingsMassBalance),...
     51        (md.results.TransientSolution(3).Vx),...
     52        (md.results.TransientSolution(3).Vy),...
     53        (md.results.TransientSolution(3).Vz),...
     54        (md.results.TransientSolution(3).Vel),...
     55        (md.results.TransientSolution(3).Pressure),...
     56        (md.results.TransientSolution(3).Bed),...
     57        (md.results.TransientSolution(3).Surface),...
     58        (md.results.TransientSolution(3).Thickness),...
     59        (md.results.TransientSolution(3).SurfaceforcingsMassBalance),...
     60        (md.results.TransientSolution(4).Vx),...
     61        (md.results.TransientSolution(4).Vy),...
     62        (md.results.TransientSolution(4).Vz),...
     63        (md.results.TransientSolution(4).Vel),...
     64        (md.results.TransientSolution(4).Pressure),...
     65        (md.results.TransientSolution(4).Bed),...
     66        (md.results.TransientSolution(4).Surface),...
     67        (md.results.TransientSolution(4).Thickness),...
     68        (md.results.TransientSolution(4).SurfaceforcingsMassBalance),...
    6969        };
  • issm/trunk-jpl/test/NightlyRun/test263.m

    r9703 r10976  
    1414field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1515field_values={...
    16         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    17         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    18         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    19         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    20         PatchToVec(md.results.ThermalSolution(3).Temperature),...
    21         PatchToVec(md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
    22         PatchToVec(md.results.ThermalSolution(4).Temperature),...
    23         PatchToVec(md.results.ThermalSolution(4).BasalforcingsMeltingRate),...
     16        (md.results.ThermalSolution(1).Temperature),...
     17        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     18        (md.results.ThermalSolution(2).Temperature),...
     19        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     20        (md.results.ThermalSolution(3).Temperature),...
     21        (md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
     22        (md.results.ThermalSolution(4).Temperature),...
     23        (md.results.ThermalSolution(4).BasalforcingsMeltingRate),...
    2424        };
  • issm/trunk-jpl/test/NightlyRun/test264.m

    r9703 r10976  
    1414field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1515field_values={...
    16         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    17         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    18         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    19         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    20         PatchToVec(md.results.ThermalSolution(3).Temperature),...
    21         PatchToVec(md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
    22         PatchToVec(md.results.ThermalSolution(4).Temperature),...
    23         PatchToVec(md.results.ThermalSolution(4).BasalforcingsMeltingRate),...
     16        (md.results.ThermalSolution(1).Temperature),...
     17        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     18        (md.results.ThermalSolution(2).Temperature),...
     19        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     20        (md.results.ThermalSolution(3).Temperature),...
     21        (md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
     22        (md.results.ThermalSolution(4).Temperature),...
     23        (md.results.ThermalSolution(4).BasalforcingsMeltingRate),...
    2424        };
  • issm/trunk-jpl/test/NightlyRun/test265.m

    r9703 r10976  
    2020                                                1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    2121field_values={...
    22         PatchToVec(md.results.TransientSolution(1).Vx),...
    23         PatchToVec(md.results.TransientSolution(1).Vy),...
    24         PatchToVec(md.results.TransientSolution(1).Vz),...
    25         PatchToVec(md.results.TransientSolution(1).Vel),...
    26         PatchToVec(md.results.TransientSolution(1).Pressure),...
    27         PatchToVec(md.results.TransientSolution(1).Bed),...
    28         PatchToVec(md.results.TransientSolution(1).Surface),...
    29         PatchToVec(md.results.TransientSolution(1).Thickness),...
    30         PatchToVec(md.results.TransientSolution(1).Temperature),...
    31         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    32         PatchToVec(md.results.TransientSolution(2).Vx),...
    33         PatchToVec(md.results.TransientSolution(2).Vy),...
    34         PatchToVec(md.results.TransientSolution(2).Vz),...
    35         PatchToVec(md.results.TransientSolution(2).Vel),...
    36         PatchToVec(md.results.TransientSolution(2).Pressure),...
    37         PatchToVec(md.results.TransientSolution(2).Bed),...
    38         PatchToVec(md.results.TransientSolution(2).Surface),...
    39         PatchToVec(md.results.TransientSolution(2).Thickness),...
    40         PatchToVec(md.results.TransientSolution(2).Temperature),...
    41         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    42         PatchToVec(md.results.TransientSolution(3).Vx),...
    43         PatchToVec(md.results.TransientSolution(3).Vy),...
    44         PatchToVec(md.results.TransientSolution(3).Vz),...
    45         PatchToVec(md.results.TransientSolution(3).Vel),...
    46         PatchToVec(md.results.TransientSolution(3).Pressure),...
    47         PatchToVec(md.results.TransientSolution(3).Bed),...
    48         PatchToVec(md.results.TransientSolution(3).Surface),...
    49         PatchToVec(md.results.TransientSolution(3).Thickness),...
    50         PatchToVec(md.results.TransientSolution(3).Temperature),...
    51         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    52         PatchToVec(md.results.TransientSolution(4).Vx),...
    53         PatchToVec(md.results.TransientSolution(4).Vy),...
    54         PatchToVec(md.results.TransientSolution(4).Vz),...
    55         PatchToVec(md.results.TransientSolution(4).Vel),...
    56         PatchToVec(md.results.TransientSolution(4).Pressure),...
    57         PatchToVec(md.results.TransientSolution(4).Bed),...
    58         PatchToVec(md.results.TransientSolution(4).Surface),...
    59         PatchToVec(md.results.TransientSolution(4).Thickness),...
    60         PatchToVec(md.results.TransientSolution(4).Temperature),...
    61         PatchToVec(md.results.TransientSolution(4).BasalforcingsMeltingRate),...
     22        (md.results.TransientSolution(1).Vx),...
     23        (md.results.TransientSolution(1).Vy),...
     24        (md.results.TransientSolution(1).Vz),...
     25        (md.results.TransientSolution(1).Vel),...
     26        (md.results.TransientSolution(1).Pressure),...
     27        (md.results.TransientSolution(1).Bed),...
     28        (md.results.TransientSolution(1).Surface),...
     29        (md.results.TransientSolution(1).Thickness),...
     30        (md.results.TransientSolution(1).Temperature),...
     31        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     32        (md.results.TransientSolution(2).Vx),...
     33        (md.results.TransientSolution(2).Vy),...
     34        (md.results.TransientSolution(2).Vz),...
     35        (md.results.TransientSolution(2).Vel),...
     36        (md.results.TransientSolution(2).Pressure),...
     37        (md.results.TransientSolution(2).Bed),...
     38        (md.results.TransientSolution(2).Surface),...
     39        (md.results.TransientSolution(2).Thickness),...
     40        (md.results.TransientSolution(2).Temperature),...
     41        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     42        (md.results.TransientSolution(3).Vx),...
     43        (md.results.TransientSolution(3).Vy),...
     44        (md.results.TransientSolution(3).Vz),...
     45        (md.results.TransientSolution(3).Vel),...
     46        (md.results.TransientSolution(3).Pressure),...
     47        (md.results.TransientSolution(3).Bed),...
     48        (md.results.TransientSolution(3).Surface),...
     49        (md.results.TransientSolution(3).Thickness),...
     50        (md.results.TransientSolution(3).Temperature),...
     51        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     52        (md.results.TransientSolution(4).Vx),...
     53        (md.results.TransientSolution(4).Vy),...
     54        (md.results.TransientSolution(4).Vz),...
     55        (md.results.TransientSolution(4).Vel),...
     56        (md.results.TransientSolution(4).Pressure),...
     57        (md.results.TransientSolution(4).Bed),...
     58        (md.results.TransientSolution(4).Surface),...
     59        (md.results.TransientSolution(4).Thickness),...
     60        (md.results.TransientSolution(4).Temperature),...
     61        (md.results.TransientSolution(4).BasalforcingsMeltingRate),...
    6262        };
  • issm/trunk-jpl/test/NightlyRun/test266.m

    r9737 r10976  
    2020                                                1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    2121field_values={...
    22         PatchToVec(md.results.TransientSolution(1).Vx),...
    23         PatchToVec(md.results.TransientSolution(1).Vy),...
    24         PatchToVec(md.results.TransientSolution(1).Vz),...
    25         PatchToVec(md.results.TransientSolution(1).Vel),...
    26         PatchToVec(md.results.TransientSolution(1).Pressure),...
    27         PatchToVec(md.results.TransientSolution(1).Bed),...
    28         PatchToVec(md.results.TransientSolution(1).Surface),...
    29         PatchToVec(md.results.TransientSolution(1).Thickness),...
    30         PatchToVec(md.results.TransientSolution(1).Temperature),...
    31         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    32         PatchToVec(md.results.TransientSolution(2).Vx),...
    33         PatchToVec(md.results.TransientSolution(2).Vy),...
    34         PatchToVec(md.results.TransientSolution(2).Vz),...
    35         PatchToVec(md.results.TransientSolution(2).Vel),...
    36         PatchToVec(md.results.TransientSolution(2).Pressure),...
    37         PatchToVec(md.results.TransientSolution(2).Bed),...
    38         PatchToVec(md.results.TransientSolution(2).Surface),...
    39         PatchToVec(md.results.TransientSolution(2).Thickness),...
    40         PatchToVec(md.results.TransientSolution(2).Temperature),...
    41         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    42         PatchToVec(md.results.TransientSolution(3).Vx),...
    43         PatchToVec(md.results.TransientSolution(3).Vy),...
    44         PatchToVec(md.results.TransientSolution(3).Vz),...
    45         PatchToVec(md.results.TransientSolution(3).Vel),...
    46         PatchToVec(md.results.TransientSolution(3).Pressure),...
    47         PatchToVec(md.results.TransientSolution(3).Bed),...
    48         PatchToVec(md.results.TransientSolution(3).Surface),...
    49         PatchToVec(md.results.TransientSolution(3).Thickness),...
    50         PatchToVec(md.results.TransientSolution(3).Temperature),...
    51         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    52         PatchToVec(md.results.TransientSolution(4).Vx),...
    53         PatchToVec(md.results.TransientSolution(4).Vy),...
    54         PatchToVec(md.results.TransientSolution(4).Vz),...
    55         PatchToVec(md.results.TransientSolution(4).Vel),...
    56         PatchToVec(md.results.TransientSolution(4).Pressure),...
    57         PatchToVec(md.results.TransientSolution(4).Bed),...
    58         PatchToVec(md.results.TransientSolution(4).Surface),...
    59         PatchToVec(md.results.TransientSolution(4).Thickness),...
    60         PatchToVec(md.results.TransientSolution(4).Temperature),...
    61         PatchToVec(md.results.TransientSolution(4).BasalforcingsMeltingRate),...
     22        (md.results.TransientSolution(1).Vx),...
     23        (md.results.TransientSolution(1).Vy),...
     24        (md.results.TransientSolution(1).Vz),...
     25        (md.results.TransientSolution(1).Vel),...
     26        (md.results.TransientSolution(1).Pressure),...
     27        (md.results.TransientSolution(1).Bed),...
     28        (md.results.TransientSolution(1).Surface),...
     29        (md.results.TransientSolution(1).Thickness),...
     30        (md.results.TransientSolution(1).Temperature),...
     31        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     32        (md.results.TransientSolution(2).Vx),...
     33        (md.results.TransientSolution(2).Vy),...
     34        (md.results.TransientSolution(2).Vz),...
     35        (md.results.TransientSolution(2).Vel),...
     36        (md.results.TransientSolution(2).Pressure),...
     37        (md.results.TransientSolution(2).Bed),...
     38        (md.results.TransientSolution(2).Surface),...
     39        (md.results.TransientSolution(2).Thickness),...
     40        (md.results.TransientSolution(2).Temperature),...
     41        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     42        (md.results.TransientSolution(3).Vx),...
     43        (md.results.TransientSolution(3).Vy),...
     44        (md.results.TransientSolution(3).Vz),...
     45        (md.results.TransientSolution(3).Vel),...
     46        (md.results.TransientSolution(3).Pressure),...
     47        (md.results.TransientSolution(3).Bed),...
     48        (md.results.TransientSolution(3).Surface),...
     49        (md.results.TransientSolution(3).Thickness),...
     50        (md.results.TransientSolution(3).Temperature),...
     51        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     52        (md.results.TransientSolution(4).Vx),...
     53        (md.results.TransientSolution(4).Vy),...
     54        (md.results.TransientSolution(4).Vz),...
     55        (md.results.TransientSolution(4).Vel),...
     56        (md.results.TransientSolution(4).Pressure),...
     57        (md.results.TransientSolution(4).Bed),...
     58        (md.results.TransientSolution(4).Surface),...
     59        (md.results.TransientSolution(4).Thickness),...
     60        (md.results.TransientSolution(4).Temperature),...
     61        (md.results.TransientSolution(4).BasalforcingsMeltingRate),...
    6262        };
  • issm/trunk-jpl/test/NightlyRun/test301.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test302.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test303.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test304.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test305.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test306.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test307.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test308.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test309.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test310.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test311.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test312.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test313.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test314.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-10,1e-10,1e-10};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test315.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test316.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test317.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test318.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test319.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test320.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test321.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test322.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test323.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test324.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test325.m

    r9720 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test326.m

    r9720 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test327.m

    r9703 r10976  
    1414                                                1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1515field_values={...
    16         PatchToVec(md.results.TransientSolution(1).Vx),...
    17         PatchToVec(md.results.TransientSolution(1).Vy),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(2).Vx),...
    24         PatchToVec(md.results.TransientSolution(2).Vy),...
    25         PatchToVec(md.results.TransientSolution(2).Vel),...
    26         PatchToVec(md.results.TransientSolution(2).Pressure),...
    27         PatchToVec(md.results.TransientSolution(2).Bed),...
    28         PatchToVec(md.results.TransientSolution(2).Surface),...
    29         PatchToVec(md.results.TransientSolution(2).Thickness),...
    30         PatchToVec(md.results.TransientSolution(3).Vx),...
    31         PatchToVec(md.results.TransientSolution(3).Vy),...
    32         PatchToVec(md.results.TransientSolution(3).Vel),...
    33         PatchToVec(md.results.TransientSolution(3).Pressure),...
    34         PatchToVec(md.results.TransientSolution(3).Bed),...
    35         PatchToVec(md.results.TransientSolution(3).Surface),...
    36         PatchToVec(md.results.TransientSolution(3).Thickness),...
     16        (md.results.TransientSolution(1).Vx),...
     17        (md.results.TransientSolution(1).Vy),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(2).Vx),...
     24        (md.results.TransientSolution(2).Vy),...
     25        (md.results.TransientSolution(2).Vel),...
     26        (md.results.TransientSolution(2).Pressure),...
     27        (md.results.TransientSolution(2).Bed),...
     28        (md.results.TransientSolution(2).Surface),...
     29        (md.results.TransientSolution(2).Thickness),...
     30        (md.results.TransientSolution(3).Vx),...
     31        (md.results.TransientSolution(3).Vy),...
     32        (md.results.TransientSolution(3).Vel),...
     33        (md.results.TransientSolution(3).Pressure),...
     34        (md.results.TransientSolution(3).Bed),...
     35        (md.results.TransientSolution(3).Surface),...
     36        (md.results.TransientSolution(3).Thickness),...
    3737        };
  • issm/trunk-jpl/test/NightlyRun/test328.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test329.m

    r9703 r10976  
    1515                                                1e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1616field_values={...
    17         PatchToVec(md.results.TransientSolution(1).Vx),...
    18         PatchToVec(md.results.TransientSolution(1).Vy),...
    19         PatchToVec(md.results.TransientSolution(1).Vz),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(1).Temperature),...
    26         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    27         PatchToVec(md.results.TransientSolution(2).Vx),...
    28         PatchToVec(md.results.TransientSolution(2).Vy),...
    29         PatchToVec(md.results.TransientSolution(2).Vz),...
    30         PatchToVec(md.results.TransientSolution(2).Vel),...
    31         PatchToVec(md.results.TransientSolution(2).Pressure),...
    32         PatchToVec(md.results.TransientSolution(2).Bed),...
    33         PatchToVec(md.results.TransientSolution(2).Surface),...
    34         PatchToVec(md.results.TransientSolution(2).Thickness),...
    35         PatchToVec(md.results.TransientSolution(2).Temperature),...
    36         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    37         PatchToVec(md.results.TransientSolution(3).Vx),...
    38         PatchToVec(md.results.TransientSolution(3).Vy),...
    39         PatchToVec(md.results.TransientSolution(3).Vz),...
    40         PatchToVec(md.results.TransientSolution(3).Vel),...
    41         PatchToVec(md.results.TransientSolution(3).Pressure),...
    42         PatchToVec(md.results.TransientSolution(3).Bed),...
    43         PatchToVec(md.results.TransientSolution(3).Surface),...
    44         PatchToVec(md.results.TransientSolution(3).Thickness),...
    45         PatchToVec(md.results.TransientSolution(3).Temperature),...
    46         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     17        (md.results.TransientSolution(1).Vx),...
     18        (md.results.TransientSolution(1).Vy),...
     19        (md.results.TransientSolution(1).Vz),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(1).Temperature),...
     26        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     27        (md.results.TransientSolution(2).Vx),...
     28        (md.results.TransientSolution(2).Vy),...
     29        (md.results.TransientSolution(2).Vz),...
     30        (md.results.TransientSolution(2).Vel),...
     31        (md.results.TransientSolution(2).Pressure),...
     32        (md.results.TransientSolution(2).Bed),...
     33        (md.results.TransientSolution(2).Surface),...
     34        (md.results.TransientSolution(2).Thickness),...
     35        (md.results.TransientSolution(2).Temperature),...
     36        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vz),...
     40        (md.results.TransientSolution(3).Vel),...
     41        (md.results.TransientSolution(3).Pressure),...
     42        (md.results.TransientSolution(3).Bed),...
     43        (md.results.TransientSolution(3).Surface),...
     44        (md.results.TransientSolution(3).Thickness),...
     45        (md.results.TransientSolution(3).Temperature),...
     46        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4747        };
  • issm/trunk-jpl/test/NightlyRun/test330.m

    r9703 r10976  
    1515                                                1e-10,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1616field_values={...
    17         PatchToVec(md.results.TransientSolution(1).Vx),...
    18         PatchToVec(md.results.TransientSolution(1).Vy),...
    19         PatchToVec(md.results.TransientSolution(1).Vz),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(1).Temperature),...
    26         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    27         PatchToVec(md.results.TransientSolution(2).Vx),...
    28         PatchToVec(md.results.TransientSolution(2).Vy),...
    29         PatchToVec(md.results.TransientSolution(2).Vz),...
    30         PatchToVec(md.results.TransientSolution(2).Vel),...
    31         PatchToVec(md.results.TransientSolution(2).Pressure),...
    32         PatchToVec(md.results.TransientSolution(2).Bed),...
    33         PatchToVec(md.results.TransientSolution(2).Surface),...
    34         PatchToVec(md.results.TransientSolution(2).Thickness),...
    35         PatchToVec(md.results.TransientSolution(2).Temperature),...
    36         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    37         PatchToVec(md.results.TransientSolution(3).Vx),...
    38         PatchToVec(md.results.TransientSolution(3).Vy),...
    39         PatchToVec(md.results.TransientSolution(3).Vz),...
    40         PatchToVec(md.results.TransientSolution(3).Vel),...
    41         PatchToVec(md.results.TransientSolution(3).Pressure),...
    42         PatchToVec(md.results.TransientSolution(3).Bed),...
    43         PatchToVec(md.results.TransientSolution(3).Surface),...
    44         PatchToVec(md.results.TransientSolution(3).Thickness),...
    45         PatchToVec(md.results.TransientSolution(3).Temperature),...
    46         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     17        (md.results.TransientSolution(1).Vx),...
     18        (md.results.TransientSolution(1).Vy),...
     19        (md.results.TransientSolution(1).Vz),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(1).Temperature),...
     26        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     27        (md.results.TransientSolution(2).Vx),...
     28        (md.results.TransientSolution(2).Vy),...
     29        (md.results.TransientSolution(2).Vz),...
     30        (md.results.TransientSolution(2).Vel),...
     31        (md.results.TransientSolution(2).Pressure),...
     32        (md.results.TransientSolution(2).Bed),...
     33        (md.results.TransientSolution(2).Surface),...
     34        (md.results.TransientSolution(2).Thickness),...
     35        (md.results.TransientSolution(2).Temperature),...
     36        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vz),...
     40        (md.results.TransientSolution(3).Vel),...
     41        (md.results.TransientSolution(3).Pressure),...
     42        (md.results.TransientSolution(3).Bed),...
     43        (md.results.TransientSolution(3).Surface),...
     44        (md.results.TransientSolution(3).Thickness),...
     45        (md.results.TransientSolution(3).Temperature),...
     46        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4747        };
  • issm/trunk-jpl/test/NightlyRun/test331.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test332.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test333.m

    r9703 r10976  
    1515                                                1e-9,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    1616field_values={...
    17         PatchToVec(md.results.TransientSolution(1).Vx),...
    18         PatchToVec(md.results.TransientSolution(1).Vy),...
    19         PatchToVec(md.results.TransientSolution(1).Vz),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(1).Temperature),...
    26         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    27         PatchToVec(md.results.TransientSolution(2).Vx),...
    28         PatchToVec(md.results.TransientSolution(2).Vy),...
    29         PatchToVec(md.results.TransientSolution(2).Vz),...
    30         PatchToVec(md.results.TransientSolution(2).Vel),...
    31         PatchToVec(md.results.TransientSolution(2).Pressure),...
    32         PatchToVec(md.results.TransientSolution(2).Bed),...
    33         PatchToVec(md.results.TransientSolution(2).Surface),...
    34         PatchToVec(md.results.TransientSolution(2).Thickness),...
    35         PatchToVec(md.results.TransientSolution(2).Temperature),...
    36         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    37         PatchToVec(md.results.TransientSolution(3).Vx),...
    38         PatchToVec(md.results.TransientSolution(3).Vy),...
    39         PatchToVec(md.results.TransientSolution(3).Vz),...
    40         PatchToVec(md.results.TransientSolution(3).Vel),...
    41         PatchToVec(md.results.TransientSolution(3).Pressure),...
    42         PatchToVec(md.results.TransientSolution(3).Bed),...
    43         PatchToVec(md.results.TransientSolution(3).Surface),...
    44         PatchToVec(md.results.TransientSolution(3).Thickness),...
    45         PatchToVec(md.results.TransientSolution(3).Temperature),...
    46         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     17        (md.results.TransientSolution(1).Vx),...
     18        (md.results.TransientSolution(1).Vy),...
     19        (md.results.TransientSolution(1).Vz),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(1).Temperature),...
     26        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     27        (md.results.TransientSolution(2).Vx),...
     28        (md.results.TransientSolution(2).Vy),...
     29        (md.results.TransientSolution(2).Vz),...
     30        (md.results.TransientSolution(2).Vel),...
     31        (md.results.TransientSolution(2).Pressure),...
     32        (md.results.TransientSolution(2).Bed),...
     33        (md.results.TransientSolution(2).Surface),...
     34        (md.results.TransientSolution(2).Thickness),...
     35        (md.results.TransientSolution(2).Temperature),...
     36        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vz),...
     40        (md.results.TransientSolution(3).Vel),...
     41        (md.results.TransientSolution(3).Pressure),...
     42        (md.results.TransientSolution(3).Bed),...
     43        (md.results.TransientSolution(3).Surface),...
     44        (md.results.TransientSolution(3).Thickness),...
     45        (md.results.TransientSolution(3).Temperature),...
     46        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4747        };
  • issm/trunk-jpl/test/NightlyRun/test334.m

    r9703 r10976  
    1515                                                1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    1616field_values={...
    17         PatchToVec(md.results.TransientSolution(1).Vx),...
    18         PatchToVec(md.results.TransientSolution(1).Vy),...
    19         PatchToVec(md.results.TransientSolution(1).Vz),...
    20         PatchToVec(md.results.TransientSolution(1).Vel),...
    21         PatchToVec(md.results.TransientSolution(1).Pressure),...
    22         PatchToVec(md.results.TransientSolution(1).Bed),...
    23         PatchToVec(md.results.TransientSolution(1).Surface),...
    24         PatchToVec(md.results.TransientSolution(1).Thickness),...
    25         PatchToVec(md.results.TransientSolution(1).Temperature),...
    26         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    27         PatchToVec(md.results.TransientSolution(2).Vx),...
    28         PatchToVec(md.results.TransientSolution(2).Vy),...
    29         PatchToVec(md.results.TransientSolution(2).Vz),...
    30         PatchToVec(md.results.TransientSolution(2).Vel),...
    31         PatchToVec(md.results.TransientSolution(2).Pressure),...
    32         PatchToVec(md.results.TransientSolution(2).Bed),...
    33         PatchToVec(md.results.TransientSolution(2).Surface),...
    34         PatchToVec(md.results.TransientSolution(2).Thickness),...
    35         PatchToVec(md.results.TransientSolution(2).Temperature),...
    36         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    37         PatchToVec(md.results.TransientSolution(3).Vx),...
    38         PatchToVec(md.results.TransientSolution(3).Vy),...
    39         PatchToVec(md.results.TransientSolution(3).Vz),...
    40         PatchToVec(md.results.TransientSolution(3).Vel),...
    41         PatchToVec(md.results.TransientSolution(3).Pressure),...
    42         PatchToVec(md.results.TransientSolution(3).Bed),...
    43         PatchToVec(md.results.TransientSolution(3).Surface),...
    44         PatchToVec(md.results.TransientSolution(3).Thickness),...
    45         PatchToVec(md.results.TransientSolution(3).Temperature),...
    46         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     17        (md.results.TransientSolution(1).Vx),...
     18        (md.results.TransientSolution(1).Vy),...
     19        (md.results.TransientSolution(1).Vz),...
     20        (md.results.TransientSolution(1).Vel),...
     21        (md.results.TransientSolution(1).Pressure),...
     22        (md.results.TransientSolution(1).Bed),...
     23        (md.results.TransientSolution(1).Surface),...
     24        (md.results.TransientSolution(1).Thickness),...
     25        (md.results.TransientSolution(1).Temperature),...
     26        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     27        (md.results.TransientSolution(2).Vx),...
     28        (md.results.TransientSolution(2).Vy),...
     29        (md.results.TransientSolution(2).Vz),...
     30        (md.results.TransientSolution(2).Vel),...
     31        (md.results.TransientSolution(2).Pressure),...
     32        (md.results.TransientSolution(2).Bed),...
     33        (md.results.TransientSolution(2).Surface),...
     34        (md.results.TransientSolution(2).Thickness),...
     35        (md.results.TransientSolution(2).Temperature),...
     36        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vz),...
     40        (md.results.TransientSolution(3).Vel),...
     41        (md.results.TransientSolution(3).Pressure),...
     42        (md.results.TransientSolution(3).Bed),...
     43        (md.results.TransientSolution(3).Surface),...
     44        (md.results.TransientSolution(3).Thickness),...
     45        (md.results.TransientSolution(3).Temperature),...
     46        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4747        };
  • issm/trunk-jpl/test/NightlyRun/test335.m

    r9703 r10976  
    1414};
    1515field_values={...
    16         PatchToVec(md.results.SteadystateSolution.Vx),...
    17         PatchToVec(md.results.SteadystateSolution.Vy),...
    18         PatchToVec(md.results.SteadystateSolution.Vz),...
    19         PatchToVec(md.results.SteadystateSolution.Vel),...
    20         PatchToVec(md.results.SteadystateSolution.Pressure),...
    21         PatchToVec(md.results.SteadystateSolution.Temperature),...
    22         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     16        (md.results.SteadystateSolution.Vx),...
     17        (md.results.SteadystateSolution.Vy),...
     18        (md.results.SteadystateSolution.Vz),...
     19        (md.results.SteadystateSolution.Vel),...
     20        (md.results.SteadystateSolution.Pressure),...
     21        (md.results.SteadystateSolution.Temperature),...
     22        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2323        };
  • issm/trunk-jpl/test/NightlyRun/test336.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test337.m

    r9725 r10976  
    2424field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2525field_values={...
    26         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     26        (md.results.DiagnosticSolution.Gradient1),...
    2727        md.results.DiagnosticSolution.J,...
    28         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    29         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    30         PatchToVec(md.results.DiagnosticSolution.Vel),...
    31         PatchToVec(md.results.DiagnosticSolution.Vx),...
    32         PatchToVec(md.results.DiagnosticSolution.Vy)
     28        (md.results.DiagnosticSolution.FrictionCoefficient),...
     29        (md.results.DiagnosticSolution.Pressure),...
     30        (md.results.DiagnosticSolution.Vel),...
     31        (md.results.DiagnosticSolution.Vx),...
     32        (md.results.DiagnosticSolution.Vy)
    3333};
  • issm/trunk-jpl/test/NightlyRun/test338.m

    r9725 r10976  
    2424field_tolerances={1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2525field_values={...
    26         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     26        (md.results.DiagnosticSolution.Gradient1),...
    2727        md.results.DiagnosticSolution.J,...
    28         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    29         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    30         PatchToVec(md.results.DiagnosticSolution.Vel),...
    31         PatchToVec(md.results.DiagnosticSolution.Vx),...
    32         PatchToVec(md.results.DiagnosticSolution.Vy)
     28        (md.results.DiagnosticSolution.FrictionCoefficient),...
     29        (md.results.DiagnosticSolution.Pressure),...
     30        (md.results.DiagnosticSolution.Vel),...
     31        (md.results.DiagnosticSolution.Vx),...
     32        (md.results.DiagnosticSolution.Vy)
    3333};
  • issm/trunk-jpl/test/NightlyRun/test339.m

    r9725 r10976  
    2525field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test340.m

    r9725 r10976  
    2525field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test341.m

    r9725 r10976  
    2525field_tolerances={1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test342.m

    r9725 r10976  
    2525field_tolerances={1e-08,1e-07,1e-10,1e-10,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test343.m

    r9725 r10976  
    2525field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test344.m

    r9725 r10976  
    2525field_tolerances={1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test345.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test346.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vel),...
    17         PatchToVec(md.results.TransientSolution(1).Pressure),...
    18         PatchToVec(md.results.TransientSolution(1).Bed),...
    19         PatchToVec(md.results.TransientSolution(1).Surface),...
    20         PatchToVec(md.results.TransientSolution(1).Thickness),...
    21         PatchToVec(md.results.TransientSolution(2).Vx),...
    22         PatchToVec(md.results.TransientSolution(2).Vy),...
    23         PatchToVec(md.results.TransientSolution(2).Vel),...
    24         PatchToVec(md.results.TransientSolution(2).Pressure),...
    25         PatchToVec(md.results.TransientSolution(2).Bed),...
    26         PatchToVec(md.results.TransientSolution(2).Surface),...
    27         PatchToVec(md.results.TransientSolution(2).Thickness),...
    28         PatchToVec(md.results.TransientSolution(3).Vx),...
    29         PatchToVec(md.results.TransientSolution(3).Vy),...
    30         PatchToVec(md.results.TransientSolution(3).Vel),...
    31         PatchToVec(md.results.TransientSolution(3).Pressure),...
    32         PatchToVec(md.results.TransientSolution(3).Bed),...
    33         PatchToVec(md.results.TransientSolution(3).Surface),...
    34         PatchToVec(md.results.TransientSolution(3).Thickness),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vel),...
     17        (md.results.TransientSolution(1).Pressure),...
     18        (md.results.TransientSolution(1).Bed),...
     19        (md.results.TransientSolution(1).Surface),...
     20        (md.results.TransientSolution(1).Thickness),...
     21        (md.results.TransientSolution(2).Vx),...
     22        (md.results.TransientSolution(2).Vy),...
     23        (md.results.TransientSolution(2).Vel),...
     24        (md.results.TransientSolution(2).Pressure),...
     25        (md.results.TransientSolution(2).Bed),...
     26        (md.results.TransientSolution(2).Surface),...
     27        (md.results.TransientSolution(2).Thickness),...
     28        (md.results.TransientSolution(3).Vx),...
     29        (md.results.TransientSolution(3).Vy),...
     30        (md.results.TransientSolution(3).Vel),...
     31        (md.results.TransientSolution(3).Pressure),...
     32        (md.results.TransientSolution(3).Bed),...
     33        (md.results.TransientSolution(3).Surface),...
     34        (md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test347.m

    r9703 r10976  
    1717                                                1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1818field_values={...
    19         PatchToVec(md.results.TransientSolution(1).Vx),...
    20         PatchToVec(md.results.TransientSolution(1).Vy),...
    21         PatchToVec(md.results.TransientSolution(1).Vz),...
    22         PatchToVec(md.results.TransientSolution(1).Vel),...
    23         PatchToVec(md.results.TransientSolution(1).Pressure),...
    24         PatchToVec(md.results.TransientSolution(1).Bed),...
    25         PatchToVec(md.results.TransientSolution(1).Surface),...
    26         PatchToVec(md.results.TransientSolution(1).Thickness),...
    27         PatchToVec(md.results.TransientSolution(1).Temperature),...
    28         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    29         PatchToVec(md.results.TransientSolution(2).Vx),...
    30         PatchToVec(md.results.TransientSolution(2).Vy),...
    31         PatchToVec(md.results.TransientSolution(2).Vz),...
    32         PatchToVec(md.results.TransientSolution(2).Vel),...
    33         PatchToVec(md.results.TransientSolution(2).Pressure),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).Temperature),...
    38         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    39 %       PatchToVec(md.results.TransientSolution(3).Vx),...
    40 %       PatchToVec(md.results.TransientSolution(3).Vy),...
    41 %       PatchToVec(md.results.TransientSolution(3).Vz),...
    42 %       PatchToVec(md.results.TransientSolution(3).Vel),...
    43 %       PatchToVec(md.results.TransientSolution(3).Pressure),...
    44 %       PatchToVec(md.results.TransientSolution(3).Bed),...
    45 %       PatchToVec(md.results.TransientSolution(3).Surface),...
    46 %       PatchToVec(md.results.TransientSolution(3).Thickness),...
    47 %       PatchToVec(md.results.TransientSolution(3).Temperature),...
    48 %       PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     19        (md.results.TransientSolution(1).Vx),...
     20        (md.results.TransientSolution(1).Vy),...
     21        (md.results.TransientSolution(1).Vz),...
     22        (md.results.TransientSolution(1).Vel),...
     23        (md.results.TransientSolution(1).Pressure),...
     24        (md.results.TransientSolution(1).Bed),...
     25        (md.results.TransientSolution(1).Surface),...
     26        (md.results.TransientSolution(1).Thickness),...
     27        (md.results.TransientSolution(1).Temperature),...
     28        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     29        (md.results.TransientSolution(2).Vx),...
     30        (md.results.TransientSolution(2).Vy),...
     31        (md.results.TransientSolution(2).Vz),...
     32        (md.results.TransientSolution(2).Vel),...
     33        (md.results.TransientSolution(2).Pressure),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).Temperature),...
     38        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     39%       (md.results.TransientSolution(3).Vx),...
     40%       (md.results.TransientSolution(3).Vy),...
     41%       (md.results.TransientSolution(3).Vz),...
     42%       (md.results.TransientSolution(3).Vel),...
     43%       (md.results.TransientSolution(3).Pressure),...
     44%       (md.results.TransientSolution(3).Bed),...
     45%       (md.results.TransientSolution(3).Surface),...
     46%       (md.results.TransientSolution(3).Thickness),...
     47%       (md.results.TransientSolution(3).Temperature),...
     48%       (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test348.m

    r9703 r10976  
    1717                                                1e-10,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1818field_values={...
    19         PatchToVec(md.results.TransientSolution(1).Vx),...
    20         PatchToVec(md.results.TransientSolution(1).Vy),...
    21         PatchToVec(md.results.TransientSolution(1).Vz),...
    22         PatchToVec(md.results.TransientSolution(1).Vel),...
    23         PatchToVec(md.results.TransientSolution(1).Pressure),...
    24         PatchToVec(md.results.TransientSolution(1).Bed),...
    25         PatchToVec(md.results.TransientSolution(1).Surface),...
    26         PatchToVec(md.results.TransientSolution(1).Thickness),...
    27         PatchToVec(md.results.TransientSolution(1).Temperature),...
    28         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    29         PatchToVec(md.results.TransientSolution(2).Vx),...
    30         PatchToVec(md.results.TransientSolution(2).Vy),...
    31         PatchToVec(md.results.TransientSolution(2).Vz),...
    32         PatchToVec(md.results.TransientSolution(2).Vel),...
    33         PatchToVec(md.results.TransientSolution(2).Pressure),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).Temperature),...
    38         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    39 %       PatchToVec(md.results.TransientSolution(3).Vx),...
    40 %       PatchToVec(md.results.TransientSolution(3).Vy),...
    41 %       PatchToVec(md.results.TransientSolution(3).Vz),...
    42 %       PatchToVec(md.results.TransientSolution(3).Vel),...
    43 %       PatchToVec(md.results.TransientSolution(3).Pressure),...
    44 %       PatchToVec(md.results.TransientSolution(3).Bed),...
    45 %       PatchToVec(md.results.TransientSolution(3).Surface),...
    46 %       PatchToVec(md.results.TransientSolution(3).Thickness),...
    47 %       PatchToVec(md.results.TransientSolution(3).Temperature),...
    48 %       PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     19        (md.results.TransientSolution(1).Vx),...
     20        (md.results.TransientSolution(1).Vy),...
     21        (md.results.TransientSolution(1).Vz),...
     22        (md.results.TransientSolution(1).Vel),...
     23        (md.results.TransientSolution(1).Pressure),...
     24        (md.results.TransientSolution(1).Bed),...
     25        (md.results.TransientSolution(1).Surface),...
     26        (md.results.TransientSolution(1).Thickness),...
     27        (md.results.TransientSolution(1).Temperature),...
     28        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     29        (md.results.TransientSolution(2).Vx),...
     30        (md.results.TransientSolution(2).Vy),...
     31        (md.results.TransientSolution(2).Vz),...
     32        (md.results.TransientSolution(2).Vel),...
     33        (md.results.TransientSolution(2).Pressure),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).Temperature),...
     38        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     39%       (md.results.TransientSolution(3).Vx),...
     40%       (md.results.TransientSolution(3).Vy),...
     41%       (md.results.TransientSolution(3).Vz),...
     42%       (md.results.TransientSolution(3).Vel),...
     43%       (md.results.TransientSolution(3).Pressure),...
     44%       (md.results.TransientSolution(3).Bed),...
     45%       (md.results.TransientSolution(3).Surface),...
     46%       (md.results.TransientSolution(3).Thickness),...
     47%       (md.results.TransientSolution(3).Temperature),...
     48%       (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4949        };
  • issm/trunk-jpl/test/NightlyRun/test401.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test402.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test403.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test404.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test405.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test406.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test407.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vz),...
    15         PatchToVec(md.results.DiagnosticSolution.Vel),...
    16         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vz),...
     15        (md.results.DiagnosticSolution.Vel),...
     16        (md.results.DiagnosticSolution.Pressure),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test408.m

    r9703 r10976  
    1111field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test409.m

    r9703 r10976  
    1111field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test410.m

    r9703 r10976  
    1111field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test411.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test412.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution.Temperature),...
     15        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test413.m

    r9720 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test414.m

    r9720 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test415.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test416.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
  • issm/trunk-jpl/test/NightlyRun/test417.m

    r9703 r10976  
    1313field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    35         PatchToVec(md.results.TransientSolution(3).Vx),...
    36         PatchToVec(md.results.TransientSolution(3).Vy),...
    37         PatchToVec(md.results.TransientSolution(3).Vz),...
    38         PatchToVec(md.results.TransientSolution(3).Vel),...
    39         PatchToVec(md.results.TransientSolution(3).Pressure),...
    40         PatchToVec(md.results.TransientSolution(3).Bed),...
    41         PatchToVec(md.results.TransientSolution(3).Surface),...
    42         PatchToVec(md.results.TransientSolution(3).Thickness),...
    43         PatchToVec(md.results.TransientSolution(3).Temperature),...
    44         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     35        (md.results.TransientSolution(3).Vx),...
     36        (md.results.TransientSolution(3).Vy),...
     37        (md.results.TransientSolution(3).Vz),...
     38        (md.results.TransientSolution(3).Vel),...
     39        (md.results.TransientSolution(3).Pressure),...
     40        (md.results.TransientSolution(3).Bed),...
     41        (md.results.TransientSolution(3).Surface),...
     42        (md.results.TransientSolution(3).Thickness),...
     43        (md.results.TransientSolution(3).Temperature),...
     44        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4545        };
  • issm/trunk-jpl/test/NightlyRun/test418.m

    r9703 r10976  
    1616        1e-02,1e-02,1e-01,1e-02,1e-01,1e-04,1e-04,1e-04,1e-04,1e-01};
    1717field_values={...
    18         PatchToVec(md.results.TransientSolution(1).Vx),...
    19         PatchToVec(md.results.TransientSolution(1).Vy),...
    20         PatchToVec(md.results.TransientSolution(1).Vz),...
    21         PatchToVec(md.results.TransientSolution(1).Vel),...
    22         PatchToVec(md.results.TransientSolution(1).Pressure),...
    23         PatchToVec(md.results.TransientSolution(1).Bed),...
    24         PatchToVec(md.results.TransientSolution(1).Surface),...
    25         PatchToVec(md.results.TransientSolution(1).Thickness),...
    26         PatchToVec(md.results.TransientSolution(1).Temperature),...
    27         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    28         PatchToVec(md.results.TransientSolution(2).Vx),...
    29         PatchToVec(md.results.TransientSolution(2).Vy),...
    30         PatchToVec(md.results.TransientSolution(2).Vz),...
    31         PatchToVec(md.results.TransientSolution(2).Vel),...
    32         PatchToVec(md.results.TransientSolution(2).Pressure),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).Temperature),...
    37         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    38         PatchToVec(md.results.TransientSolution(3).Vx),...
    39         PatchToVec(md.results.TransientSolution(3).Vy),...
    40         PatchToVec(md.results.TransientSolution(3).Vz),...
    41         PatchToVec(md.results.TransientSolution(3).Vel),...
    42         PatchToVec(md.results.TransientSolution(3).Pressure),...
    43         PatchToVec(md.results.TransientSolution(3).Bed),...
    44         PatchToVec(md.results.TransientSolution(3).Surface),...
    45         PatchToVec(md.results.TransientSolution(3).Thickness),...
    46         PatchToVec(md.results.TransientSolution(3).Temperature),...
    47         PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...
     18        (md.results.TransientSolution(1).Vx),...
     19        (md.results.TransientSolution(1).Vy),...
     20        (md.results.TransientSolution(1).Vz),...
     21        (md.results.TransientSolution(1).Vel),...
     22        (md.results.TransientSolution(1).Pressure),...
     23        (md.results.TransientSolution(1).Bed),...
     24        (md.results.TransientSolution(1).Surface),...
     25        (md.results.TransientSolution(1).Thickness),...
     26        (md.results.TransientSolution(1).Temperature),...
     27        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     28        (md.results.TransientSolution(2).Vx),...
     29        (md.results.TransientSolution(2).Vy),...
     30        (md.results.TransientSolution(2).Vz),...
     31        (md.results.TransientSolution(2).Vel),...
     32        (md.results.TransientSolution(2).Pressure),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).Temperature),...
     37        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     38        (md.results.TransientSolution(3).Vx),...
     39        (md.results.TransientSolution(3).Vy),...
     40        (md.results.TransientSolution(3).Vz),...
     41        (md.results.TransientSolution(3).Vel),...
     42        (md.results.TransientSolution(3).Pressure),...
     43        (md.results.TransientSolution(3).Bed),...
     44        (md.results.TransientSolution(3).Surface),...
     45        (md.results.TransientSolution(3).Thickness),...
     46        (md.results.TransientSolution(3).Temperature),...
     47        (md.results.TransientSolution(3).BasalforcingsMeltingRate),...
    4848        };
  • issm/trunk-jpl/test/NightlyRun/test419.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test420.m

    r10960 r10976  
    1212field_tolerances={1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-06};
    1313field_values={...
    14         PatchToVec(md.results.SteadystateSolution.Vx),...
    15         PatchToVec(md.results.SteadystateSolution.Vy),...
    16         PatchToVec(md.results.SteadystateSolution.Vz),...
    17         PatchToVec(md.results.SteadystateSolution.Vel),...
    18         PatchToVec(md.results.SteadystateSolution.Pressure),...
    19         PatchToVec(md.results.SteadystateSolution.Temperature),...
    20         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     14        (md.results.SteadystateSolution.Vx),...
     15        (md.results.SteadystateSolution.Vy),...
     16        (md.results.SteadystateSolution.Vz),...
     17        (md.results.SteadystateSolution.Vel),...
     18        (md.results.SteadystateSolution.Pressure),...
     19        (md.results.SteadystateSolution.Temperature),...
     20        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2121        };
  • issm/trunk-jpl/test/NightlyRun/test421.m

    r9703 r10976  
    1212field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    1313field_values={...
    14         PatchToVec(md.results.SteadystateSolution.Vx),...
    15         PatchToVec(md.results.SteadystateSolution.Vy),...
    16         PatchToVec(md.results.SteadystateSolution.Vz),...
    17         PatchToVec(md.results.SteadystateSolution.Vel),...
    18         PatchToVec(md.results.SteadystateSolution.Pressure),...
    19         PatchToVec(md.results.SteadystateSolution.Temperature),...
    20         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     14        (md.results.SteadystateSolution.Vx),...
     15        (md.results.SteadystateSolution.Vy),...
     16        (md.results.SteadystateSolution.Vz),...
     17        (md.results.SteadystateSolution.Vel),...
     18        (md.results.SteadystateSolution.Pressure),...
     19        (md.results.SteadystateSolution.Temperature),...
     20        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2121        };
  • issm/trunk-jpl/test/NightlyRun/test422.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test429.m

    r9725 r10976  
    2626field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2727field_values={...
    28         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     28        (md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    31         PatchToVec(md.results.SteadystateSolution.Pressure),...
    32         PatchToVec(md.results.SteadystateSolution.Vel),...
    33         PatchToVec(md.results.SteadystateSolution.Vx),...
    34         PatchToVec(md.results.SteadystateSolution.Vy),...
    35         PatchToVec(md.results.SteadystateSolution.Vz),...
    36         PatchToVec(md.results.SteadystateSolution.Temperature),...
    37         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     30        (md.results.SteadystateSolution.FrictionCoefficient),...
     31        (md.results.SteadystateSolution.Pressure),...
     32        (md.results.SteadystateSolution.Vel),...
     33        (md.results.SteadystateSolution.Vx),...
     34        (md.results.SteadystateSolution.Vy),...
     35        (md.results.SteadystateSolution.Vz),...
     36        (md.results.SteadystateSolution.Temperature),...
     37        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3838};
  • issm/trunk-jpl/test/NightlyRun/test430.m

    r10885 r10976  
    2727field_tolerances={1e-11,1e-10,1e-11,1e-13,1e-10,1e-10,1e-10,1e-9,1e-10,1e-6};
    2828field_values={...
    29         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     29        (md.results.SteadystateSolution.Gradient1),...
    3030        md.results.SteadystateSolution.J,...
    31         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    32         PatchToVec(md.results.SteadystateSolution.Pressure),...
    33         PatchToVec(md.results.SteadystateSolution.Vel),...
    34         PatchToVec(md.results.SteadystateSolution.Vx),...
    35         PatchToVec(md.results.SteadystateSolution.Vy),...
    36         PatchToVec(md.results.SteadystateSolution.Vz),...
    37         PatchToVec(md.results.SteadystateSolution.Temperature),...
    38         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     31        (md.results.SteadystateSolution.FrictionCoefficient),...
     32        (md.results.SteadystateSolution.Pressure),...
     33        (md.results.SteadystateSolution.Vel),...
     34        (md.results.SteadystateSolution.Vx),...
     35        (md.results.SteadystateSolution.Vy),...
     36        (md.results.SteadystateSolution.Vz),...
     37        (md.results.SteadystateSolution.Temperature),...
     38        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3939};
  • issm/trunk-jpl/test/NightlyRun/test431.m

    r9725 r10976  
    2626field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    2727field_values={...
    28         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     28        (md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    31         PatchToVec(md.results.SteadystateSolution.Pressure),...
    32         PatchToVec(md.results.SteadystateSolution.Vel),...
    33         PatchToVec(md.results.SteadystateSolution.Vx),...
    34         PatchToVec(md.results.SteadystateSolution.Vy),...
    35         PatchToVec(md.results.SteadystateSolution.Vz),...
    36         PatchToVec(md.results.SteadystateSolution.Temperature),...
    37         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     30        (md.results.SteadystateSolution.FrictionCoefficient),...
     31        (md.results.SteadystateSolution.Pressure),...
     32        (md.results.SteadystateSolution.Vel),...
     33        (md.results.SteadystateSolution.Vx),...
     34        (md.results.SteadystateSolution.Vy),...
     35        (md.results.SteadystateSolution.Vz),...
     36        (md.results.SteadystateSolution.Temperature),...
     37        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3838};
  • issm/trunk-jpl/test/NightlyRun/test432.m

    r9725 r10976  
    2626field_tolerances={1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-08,1e-05};
    2727field_values={...
    28         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     28        (md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    31         PatchToVec(md.results.SteadystateSolution.Pressure),...
    32         PatchToVec(md.results.SteadystateSolution.Vel),...
    33         PatchToVec(md.results.SteadystateSolution.Vx),...
    34         PatchToVec(md.results.SteadystateSolution.Vy),...
    35         PatchToVec(md.results.SteadystateSolution.Vz),...
    36         PatchToVec(md.results.SteadystateSolution.Temperature),...
    37         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     30        (md.results.SteadystateSolution.FrictionCoefficient),...
     31        (md.results.SteadystateSolution.Pressure),...
     32        (md.results.SteadystateSolution.Vel),...
     33        (md.results.SteadystateSolution.Vx),...
     34        (md.results.SteadystateSolution.Vy),...
     35        (md.results.SteadystateSolution.Vz),...
     36        (md.results.SteadystateSolution.Temperature),...
     37        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3838};
  • issm/trunk-jpl/test/NightlyRun/test437.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test438.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test441.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test442.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-09,1e-05,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test443.m

    r9703 r10976  
    1212field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1313field_values={...
    14         PatchToVec(md.results.DiagnosticSolution.Vx),...
    15         PatchToVec(md.results.DiagnosticSolution.Vy),...
    16         PatchToVec(md.results.DiagnosticSolution.Vz),...
    17         PatchToVec(md.results.DiagnosticSolution.Vel),...
    18         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     14        (md.results.DiagnosticSolution.Vx),...
     15        (md.results.DiagnosticSolution.Vy),...
     16        (md.results.DiagnosticSolution.Vz),...
     17        (md.results.DiagnosticSolution.Vel),...
     18        (md.results.DiagnosticSolution.Pressure),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test444.m

    r9703 r10976  
    1212field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1313field_values={...
    14         PatchToVec(md.results.DiagnosticSolution.Vx),...
    15         PatchToVec(md.results.DiagnosticSolution.Vy),...
    16         PatchToVec(md.results.DiagnosticSolution.Vz),...
    17         PatchToVec(md.results.DiagnosticSolution.Vel),...
    18         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     14        (md.results.DiagnosticSolution.Vx),...
     15        (md.results.DiagnosticSolution.Vy),...
     16        (md.results.DiagnosticSolution.Vz),...
     17        (md.results.DiagnosticSolution.Vel),...
     18        (md.results.DiagnosticSolution.Pressure),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test445.m

    r10304 r10976  
    2626md.groundingline.migration='AgressiveMigration';
    2727md=solve(md,TransientSolutionEnum);
    28 element_on_iceshelf_agressive=PatchToVec(md.results.TransientSolution.MaskElementonfloatingice);
     28element_on_iceshelf_agressive=(md.results.TransientSolution.MaskElementonfloatingice);
    2929
    3030md.groundingline.migration='SoftMigration';
    3131md=solve(md,TransientSolutionEnum);
    32 element_on_iceshelf_soft=PatchToVec(md.results.TransientSolution.MaskElementonfloatingice);
     32element_on_iceshelf_soft=(md.results.TransientSolution.MaskElementonfloatingice);
    3333
    3434%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test446.m

    r10304 r10976  
    2626md.groundingline.migration='AgressiveMigration';
    2727md=solve(md,TransientSolutionEnum);
    28 element_on_iceshelf_agressive=PatchToVec(md.results.TransientSolution.MaskElementonfloatingice);
     28element_on_iceshelf_agressive=(md.results.TransientSolution.MaskElementonfloatingice);
    2929
    3030md.groundingline.migration='SoftMigration';
    3131md=solve(md,TransientSolutionEnum);
    32 element_on_iceshelf_soft=PatchToVec(md.results.TransientSolution.MaskElementonfloatingice);
     32element_on_iceshelf_soft=(md.results.TransientSolution.MaskElementonfloatingice);
    3333
    3434%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test447.m

    r10385 r10976  
    2525        1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.TransientSolution(1).Bed),...
    28         PatchToVec(md.results.TransientSolution(1).Surface),...
    29         PatchToVec(md.results.TransientSolution(1).Thickness),...
    30         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    31         PatchToVec(md.results.TransientSolution(2).Bed),...
    32         PatchToVec(md.results.TransientSolution(2).Surface),...
    33         PatchToVec(md.results.TransientSolution(2).Thickness),...
    34         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    35         PatchToVec(md.results.TransientSolution(3).Bed),...
    36         PatchToVec(md.results.TransientSolution(3).Surface),...
    37         PatchToVec(md.results.TransientSolution(3).Thickness),...
    38         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     27        (md.results.TransientSolution(1).Bed),...
     28        (md.results.TransientSolution(1).Surface),...
     29        (md.results.TransientSolution(1).Thickness),...
     30        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     31        (md.results.TransientSolution(2).Bed),...
     32        (md.results.TransientSolution(2).Surface),...
     33        (md.results.TransientSolution(2).Thickness),...
     34        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     35        (md.results.TransientSolution(3).Bed),...
     36        (md.results.TransientSolution(3).Surface),...
     37        (md.results.TransientSolution(3).Thickness),...
     38        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    3939        };
  • issm/trunk-jpl/test/NightlyRun/test448.m

    r10385 r10976  
    2727        1e-13,1e-13,1e-13,1e-13};
    2828field_values={...
    29         PatchToVec(md.results.TransientSolution(1).Bed),...
    30         PatchToVec(md.results.TransientSolution(1).Surface),...
    31         PatchToVec(md.results.TransientSolution(1).Thickness),...
    32         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    37         PatchToVec(md.results.TransientSolution(3).Bed),...
    38         PatchToVec(md.results.TransientSolution(3).Surface),...
    39         PatchToVec(md.results.TransientSolution(3).Thickness),...
    40         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     29        (md.results.TransientSolution(1).Bed),...
     30        (md.results.TransientSolution(1).Surface),...
     31        (md.results.TransientSolution(1).Thickness),...
     32        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     37        (md.results.TransientSolution(3).Bed),...
     38        (md.results.TransientSolution(3).Surface),...
     39        (md.results.TransientSolution(3).Thickness),...
     40        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4141        };
  • issm/trunk-jpl/test/NightlyRun/test449.m

    r10385 r10976  
    2525        1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    27         PatchToVec(md.results.TransientSolution(1).Bed),...
    28         PatchToVec(md.results.TransientSolution(1).Surface),...
    29         PatchToVec(md.results.TransientSolution(1).Thickness),...
    30         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    31         PatchToVec(md.results.TransientSolution(2).Bed),...
    32         PatchToVec(md.results.TransientSolution(2).Surface),...
    33         PatchToVec(md.results.TransientSolution(2).Thickness),...
    34         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    35         PatchToVec(md.results.TransientSolution(3).Bed),...
    36         PatchToVec(md.results.TransientSolution(3).Surface),...
    37         PatchToVec(md.results.TransientSolution(3).Thickness),...
    38         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     27        (md.results.TransientSolution(1).Bed),...
     28        (md.results.TransientSolution(1).Surface),...
     29        (md.results.TransientSolution(1).Thickness),...
     30        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     31        (md.results.TransientSolution(2).Bed),...
     32        (md.results.TransientSolution(2).Surface),...
     33        (md.results.TransientSolution(2).Thickness),...
     34        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     35        (md.results.TransientSolution(3).Bed),...
     36        (md.results.TransientSolution(3).Surface),...
     37        (md.results.TransientSolution(3).Thickness),...
     38        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    3939        };
  • issm/trunk-jpl/test/NightlyRun/test450.m

    r10385 r10976  
    2727        1e-13,1e-13,1e-13,1e-13};
    2828field_values={...
    29         PatchToVec(md.results.TransientSolution(1).Bed),...
    30         PatchToVec(md.results.TransientSolution(1).Surface),...
    31         PatchToVec(md.results.TransientSolution(1).Thickness),...
    32         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    37         PatchToVec(md.results.TransientSolution(3).Bed),...
    38         PatchToVec(md.results.TransientSolution(3).Surface),...
    39         PatchToVec(md.results.TransientSolution(3).Thickness),...
    40         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     29        (md.results.TransientSolution(1).Bed),...
     30        (md.results.TransientSolution(1).Surface),...
     31        (md.results.TransientSolution(1).Thickness),...
     32        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     37        (md.results.TransientSolution(3).Bed),...
     38        (md.results.TransientSolution(3).Surface),...
     39        (md.results.TransientSolution(3).Thickness),...
     40        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4141        };
  • issm/trunk-jpl/test/NightlyRun/test451.m

    r10401 r10976  
    2828        1e-13,1e-13,1e-13,1e-13};
    2929field_values={...
    30         PatchToVec(md.results.TransientSolution(1).Bed),...
    31         PatchToVec(md.results.TransientSolution(1).Surface),...
    32         PatchToVec(md.results.TransientSolution(1).Thickness),...
    33         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    34         PatchToVec(md.results.TransientSolution(2).Bed),...
    35         PatchToVec(md.results.TransientSolution(2).Surface),...
    36         PatchToVec(md.results.TransientSolution(2).Thickness),...
    37         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    38         PatchToVec(md.results.TransientSolution(3).Bed),...
    39         PatchToVec(md.results.TransientSolution(3).Surface),...
    40         PatchToVec(md.results.TransientSolution(3).Thickness),...
    41         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     30        (md.results.TransientSolution(1).Bed),...
     31        (md.results.TransientSolution(1).Surface),...
     32        (md.results.TransientSolution(1).Thickness),...
     33        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     34        (md.results.TransientSolution(2).Bed),...
     35        (md.results.TransientSolution(2).Surface),...
     36        (md.results.TransientSolution(2).Thickness),...
     37        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     38        (md.results.TransientSolution(3).Bed),...
     39        (md.results.TransientSolution(3).Surface),...
     40        (md.results.TransientSolution(3).Thickness),...
     41        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4242        };
  • issm/trunk-jpl/test/NightlyRun/test452.m

    r10960 r10976  
    2929        1e-11,1e-11,1e-11,1e-13};
    3030field_values={...
    31         PatchToVec(md.results.TransientSolution(1).Bed),...
    32         PatchToVec(md.results.TransientSolution(1).Surface),...
    33         PatchToVec(md.results.TransientSolution(1).Thickness),...
    34         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    35         PatchToVec(md.results.TransientSolution(2).Bed),...
    36         PatchToVec(md.results.TransientSolution(2).Surface),...
    37         PatchToVec(md.results.TransientSolution(2).Thickness),...
    38         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    39         PatchToVec(md.results.TransientSolution(3).Bed),...
    40         PatchToVec(md.results.TransientSolution(3).Surface),...
    41         PatchToVec(md.results.TransientSolution(3).Thickness),...
    42         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     31        (md.results.TransientSolution(1).Bed),...
     32        (md.results.TransientSolution(1).Surface),...
     33        (md.results.TransientSolution(1).Thickness),...
     34        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     35        (md.results.TransientSolution(2).Bed),...
     36        (md.results.TransientSolution(2).Surface),...
     37        (md.results.TransientSolution(2).Thickness),...
     38        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     39        (md.results.TransientSolution(3).Bed),...
     40        (md.results.TransientSolution(3).Surface),...
     41        (md.results.TransientSolution(3).Thickness),...
     42        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4343        };
  • issm/trunk-jpl/test/NightlyRun/test453.m

    r10443 r10976  
    2727        1e-13,1e-13,1e-13,1e-13};
    2828field_values={...
    29         PatchToVec(md.results.TransientSolution(1).Bed),...
    30         PatchToVec(md.results.TransientSolution(1).Surface),...
    31         PatchToVec(md.results.TransientSolution(1).Thickness),...
    32         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    37         PatchToVec(md.results.TransientSolution(3).Bed),...
    38         PatchToVec(md.results.TransientSolution(3).Surface),...
    39         PatchToVec(md.results.TransientSolution(3).Thickness),...
    40         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     29        (md.results.TransientSolution(1).Bed),...
     30        (md.results.TransientSolution(1).Surface),...
     31        (md.results.TransientSolution(1).Thickness),...
     32        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     37        (md.results.TransientSolution(3).Bed),...
     38        (md.results.TransientSolution(3).Surface),...
     39        (md.results.TransientSolution(3).Thickness),...
     40        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4141        };
  • issm/trunk-jpl/test/NightlyRun/test454.m

    r10443 r10976  
    2727        1e-13,1e-13,1e-13,1e-13};
    2828field_values={...
    29         PatchToVec(md.results.TransientSolution(1).Bed),...
    30         PatchToVec(md.results.TransientSolution(1).Surface),...
    31         PatchToVec(md.results.TransientSolution(1).Thickness),...
    32         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    33         PatchToVec(md.results.TransientSolution(2).Bed),...
    34         PatchToVec(md.results.TransientSolution(2).Surface),...
    35         PatchToVec(md.results.TransientSolution(2).Thickness),...
    36         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    37         PatchToVec(md.results.TransientSolution(3).Bed),...
    38         PatchToVec(md.results.TransientSolution(3).Surface),...
    39         PatchToVec(md.results.TransientSolution(3).Thickness),...
    40         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     29        (md.results.TransientSolution(1).Bed),...
     30        (md.results.TransientSolution(1).Surface),...
     31        (md.results.TransientSolution(1).Thickness),...
     32        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     33        (md.results.TransientSolution(2).Bed),...
     34        (md.results.TransientSolution(2).Surface),...
     35        (md.results.TransientSolution(2).Thickness),...
     36        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     37        (md.results.TransientSolution(3).Bed),...
     38        (md.results.TransientSolution(3).Surface),...
     39        (md.results.TransientSolution(3).Thickness),...
     40        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4141        };
  • issm/trunk-jpl/test/NightlyRun/test501.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test502.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vel),...
    15         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vel),...
     15        (md.results.DiagnosticSolution.Pressure),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test503.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test504.m

    r9703 r10976  
    1111field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test505.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.DiagnosticSolution.Vx),...
    13         PatchToVec(md.results.DiagnosticSolution.Vy),...
    14         PatchToVec(md.results.DiagnosticSolution.Vz),...
    15         PatchToVec(md.results.DiagnosticSolution.Vel),...
    16         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     12        (md.results.DiagnosticSolution.Vx),...
     13        (md.results.DiagnosticSolution.Vy),...
     14        (md.results.DiagnosticSolution.Vz),...
     15        (md.results.DiagnosticSolution.Vel),...
     16        (md.results.DiagnosticSolution.Pressure),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test506.m

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test507.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
    2626        };
  • issm/trunk-jpl/test/NightlyRun/test508.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
    2626        };
  • issm/trunk-jpl/test/NightlyRun/test509.m

    r9703 r10976  
    1212field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vz),...
    17         PatchToVec(md.results.TransientSolution(1).Vel),...
    18         PatchToVec(md.results.TransientSolution(1).Pressure),...
    19         PatchToVec(md.results.TransientSolution(1).Bed),...
    20         PatchToVec(md.results.TransientSolution(1).Surface),...
    21         PatchToVec(md.results.TransientSolution(1).Thickness),...
    22         PatchToVec(md.results.TransientSolution(1).Temperature),...
    23         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    24         PatchToVec(md.results.TransientSolution(2).Vx),...
    25         PatchToVec(md.results.TransientSolution(2).Vy),...
    26         PatchToVec(md.results.TransientSolution(2).Vz),...
    27         PatchToVec(md.results.TransientSolution(2).Vel),...
    28         PatchToVec(md.results.TransientSolution(2).Pressure),...
    29         PatchToVec(md.results.TransientSolution(2).Bed),...
    30         PatchToVec(md.results.TransientSolution(2).Surface),...
    31         PatchToVec(md.results.TransientSolution(2).Thickness),...
    32         PatchToVec(md.results.TransientSolution(2).Temperature),...
    33         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vz),...
     17        (md.results.TransientSolution(1).Vel),...
     18        (md.results.TransientSolution(1).Pressure),...
     19        (md.results.TransientSolution(1).Bed),...
     20        (md.results.TransientSolution(1).Surface),...
     21        (md.results.TransientSolution(1).Thickness),...
     22        (md.results.TransientSolution(1).Temperature),...
     23        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     24        (md.results.TransientSolution(2).Vx),...
     25        (md.results.TransientSolution(2).Vy),...
     26        (md.results.TransientSolution(2).Vz),...
     27        (md.results.TransientSolution(2).Vel),...
     28        (md.results.TransientSolution(2).Pressure),...
     29        (md.results.TransientSolution(2).Bed),...
     30        (md.results.TransientSolution(2).Surface),...
     31        (md.results.TransientSolution(2).Thickness),...
     32        (md.results.TransientSolution(2).Temperature),...
     33        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3434        };
  • issm/trunk-jpl/test/NightlyRun/test510.m

    r9703 r10976  
    1212field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.TransientSolution(1).Vx),...
    15         PatchToVec(md.results.TransientSolution(1).Vy),...
    16         PatchToVec(md.results.TransientSolution(1).Vz),...
    17         PatchToVec(md.results.TransientSolution(1).Vel),...
    18         PatchToVec(md.results.TransientSolution(1).Pressure),...
    19         PatchToVec(md.results.TransientSolution(1).Bed),...
    20         PatchToVec(md.results.TransientSolution(1).Surface),...
    21         PatchToVec(md.results.TransientSolution(1).Thickness),...
    22         PatchToVec(md.results.TransientSolution(1).Temperature),...
    23         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    24         PatchToVec(md.results.TransientSolution(2).Vx),...
    25         PatchToVec(md.results.TransientSolution(2).Vy),...
    26         PatchToVec(md.results.TransientSolution(2).Vz),...
    27         PatchToVec(md.results.TransientSolution(2).Vel),...
    28         PatchToVec(md.results.TransientSolution(2).Pressure),...
    29         PatchToVec(md.results.TransientSolution(2).Bed),...
    30         PatchToVec(md.results.TransientSolution(2).Surface),...
    31         PatchToVec(md.results.TransientSolution(2).Thickness),...
    32         PatchToVec(md.results.TransientSolution(2).Temperature),...
    33         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     14        (md.results.TransientSolution(1).Vx),...
     15        (md.results.TransientSolution(1).Vy),...
     16        (md.results.TransientSolution(1).Vz),...
     17        (md.results.TransientSolution(1).Vel),...
     18        (md.results.TransientSolution(1).Pressure),...
     19        (md.results.TransientSolution(1).Bed),...
     20        (md.results.TransientSolution(1).Surface),...
     21        (md.results.TransientSolution(1).Thickness),...
     22        (md.results.TransientSolution(1).Temperature),...
     23        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     24        (md.results.TransientSolution(2).Vx),...
     25        (md.results.TransientSolution(2).Vy),...
     26        (md.results.TransientSolution(2).Vz),...
     27        (md.results.TransientSolution(2).Vel),...
     28        (md.results.TransientSolution(2).Pressure),...
     29        (md.results.TransientSolution(2).Bed),...
     30        (md.results.TransientSolution(2).Surface),...
     31        (md.results.TransientSolution(2).Thickness),...
     32        (md.results.TransientSolution(2).Temperature),...
     33        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3434        };
  • issm/trunk-jpl/test/NightlyRun/test511.m

    r9703 r10976  
    1313                                                1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test512.m

    r9703 r10976  
    1313                                                1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test513.m

    r9703 r10976  
    1313field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r9703 r10976  
    1313field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06};
    1414field_values={...
    15         PatchToVec(md.results.TransientSolution(1).Vx),...
    16         PatchToVec(md.results.TransientSolution(1).Vy),...
    17         PatchToVec(md.results.TransientSolution(1).Vz),...
    18         PatchToVec(md.results.TransientSolution(1).Vel),...
    19         PatchToVec(md.results.TransientSolution(1).Pressure),...
    20         PatchToVec(md.results.TransientSolution(1).Bed),...
    21         PatchToVec(md.results.TransientSolution(1).Surface),...
    22         PatchToVec(md.results.TransientSolution(1).Thickness),...
    23         PatchToVec(md.results.TransientSolution(1).Temperature),...
    24         PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...
    25         PatchToVec(md.results.TransientSolution(2).Vx),...
    26         PatchToVec(md.results.TransientSolution(2).Vy),...
    27         PatchToVec(md.results.TransientSolution(2).Vz),...
    28         PatchToVec(md.results.TransientSolution(2).Vel),...
    29         PatchToVec(md.results.TransientSolution(2).Pressure),...
    30         PatchToVec(md.results.TransientSolution(2).Bed),...
    31         PatchToVec(md.results.TransientSolution(2).Surface),...
    32         PatchToVec(md.results.TransientSolution(2).Thickness),...
    33         PatchToVec(md.results.TransientSolution(2).Temperature),...
    34         PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...
     15        (md.results.TransientSolution(1).Vx),...
     16        (md.results.TransientSolution(1).Vy),...
     17        (md.results.TransientSolution(1).Vz),...
     18        (md.results.TransientSolution(1).Vel),...
     19        (md.results.TransientSolution(1).Pressure),...
     20        (md.results.TransientSolution(1).Bed),...
     21        (md.results.TransientSolution(1).Surface),...
     22        (md.results.TransientSolution(1).Thickness),...
     23        (md.results.TransientSolution(1).Temperature),...
     24        (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
     25        (md.results.TransientSolution(2).Vx),...
     26        (md.results.TransientSolution(2).Vy),...
     27        (md.results.TransientSolution(2).Vz),...
     28        (md.results.TransientSolution(2).Vel),...
     29        (md.results.TransientSolution(2).Pressure),...
     30        (md.results.TransientSolution(2).Bed),...
     31        (md.results.TransientSolution(2).Surface),...
     32        (md.results.TransientSolution(2).Thickness),...
     33        (md.results.TransientSolution(2).Temperature),...
     34        (md.results.TransientSolution(2).BasalforcingsMeltingRate),...
    3535        };
  • issm/trunk-jpl/test/NightlyRun/test515.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test516.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test517.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test518.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test519.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test520.m

    r9703 r10976  
    1313};
    1414field_values={...
    15         PatchToVec(md.results.SteadystateSolution.Vx),...
    16         PatchToVec(md.results.SteadystateSolution.Vy),...
    17         PatchToVec(md.results.SteadystateSolution.Vz),...
    18         PatchToVec(md.results.SteadystateSolution.Vel),...
    19         PatchToVec(md.results.SteadystateSolution.Pressure),...
    20         PatchToVec(md.results.SteadystateSolution.Temperature),...
    21         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate),...
     15        (md.results.SteadystateSolution.Vx),...
     16        (md.results.SteadystateSolution.Vy),...
     17        (md.results.SteadystateSolution.Vz),...
     18        (md.results.SteadystateSolution.Vel),...
     19        (md.results.SteadystateSolution.Pressure),...
     20        (md.results.SteadystateSolution.Temperature),...
     21        (md.results.SteadystateSolution.BasalforcingsMeltingRate),...
    2222        };
  • issm/trunk-jpl/test/NightlyRun/test521.m

    r9725 r10976  
    3030field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    3131field_values={...
    32         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     32        (md.results.DiagnosticSolution.Gradient1),...
    3333        md.results.DiagnosticSolution.J,...
    34         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    35         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    36         PatchToVec(md.results.DiagnosticSolution.Vel),...
    37         PatchToVec(md.results.DiagnosticSolution.Vx),...
    38         PatchToVec(md.results.DiagnosticSolution.Vy)
     34        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     35        (md.results.DiagnosticSolution.Pressure),...
     36        (md.results.DiagnosticSolution.Vel),...
     37        (md.results.DiagnosticSolution.Vx),...
     38        (md.results.DiagnosticSolution.Vy)
    3939};
  • issm/trunk-jpl/test/NightlyRun/test522.m

    r9725 r10976  
    3030field_tolerances={1e-11,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    3131field_values={...
    32         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     32        (md.results.DiagnosticSolution.Gradient1),...
    3333        md.results.DiagnosticSolution.J,...
    34         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    35         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    36         PatchToVec(md.results.DiagnosticSolution.Vel),...
    37         PatchToVec(md.results.DiagnosticSolution.Vx),...
    38         PatchToVec(md.results.DiagnosticSolution.Vy)
     34        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     35        (md.results.DiagnosticSolution.Pressure),...
     36        (md.results.DiagnosticSolution.Vel),...
     37        (md.results.DiagnosticSolution.Vx),...
     38        (md.results.DiagnosticSolution.Vy)
    3939};
  • issm/trunk-jpl/test/NightlyRun/test523.m

    r9725 r10976  
    2525field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test524.m

    r9725 r10976  
    2525field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
  • issm/trunk-jpl/test/NightlyRun/test525.m

    r9725 r10976  
    2626field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2727field_values={...
    28         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     28        (md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    31         PatchToVec(md.results.SteadystateSolution.Pressure),...
    32         PatchToVec(md.results.SteadystateSolution.Vel),...
    33         PatchToVec(md.results.SteadystateSolution.Vx),...
    34         PatchToVec(md.results.SteadystateSolution.Vy),...
    35         PatchToVec(md.results.SteadystateSolution.Vz),...
    36         PatchToVec(md.results.SteadystateSolution.Temperature),...
    37         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     30        (md.results.SteadystateSolution.FrictionCoefficient),...
     31        (md.results.SteadystateSolution.Pressure),...
     32        (md.results.SteadystateSolution.Vel),...
     33        (md.results.SteadystateSolution.Vx),...
     34        (md.results.SteadystateSolution.Vy),...
     35        (md.results.SteadystateSolution.Vz),...
     36        (md.results.SteadystateSolution.Temperature),...
     37        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3838};
  • issm/trunk-jpl/test/NightlyRun/test526.m

    r9725 r10976  
    2626field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06};
    2727field_values={...
    28         PatchToVec(md.results.SteadystateSolution.Gradient1),...
     28        (md.results.SteadystateSolution.Gradient1),...
    2929        md.results.SteadystateSolution.J,...
    30         PatchToVec(md.results.SteadystateSolution.FrictionCoefficient),...
    31         PatchToVec(md.results.SteadystateSolution.Pressure),...
    32         PatchToVec(md.results.SteadystateSolution.Vel),...
    33         PatchToVec(md.results.SteadystateSolution.Vx),...
    34         PatchToVec(md.results.SteadystateSolution.Vy),...
    35         PatchToVec(md.results.SteadystateSolution.Vz),...
    36         PatchToVec(md.results.SteadystateSolution.Temperature),...
    37         PatchToVec(md.results.SteadystateSolution.BasalforcingsMeltingRate)
     30        (md.results.SteadystateSolution.FrictionCoefficient),...
     31        (md.results.SteadystateSolution.Pressure),...
     32        (md.results.SteadystateSolution.Vel),...
     33        (md.results.SteadystateSolution.Vx),...
     34        (md.results.SteadystateSolution.Vy),...
     35        (md.results.SteadystateSolution.Vz),...
     36        (md.results.SteadystateSolution.Temperature),...
     37        (md.results.SteadystateSolution.BasalforcingsMeltingRate)
    3838};
  • issm/trunk-jpl/test/NightlyRun/test529.m

    r9703 r10976  
    1212field_tolerances={1e-13,1e-9,1e-13,1e-9};
    1313field_values={...
    14         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    15         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    16         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    17         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     14        (md.results.ThermalSolution(1).Temperature),...
     15        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     16        (md.results.ThermalSolution(2).Temperature),...
     17        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test530.m

    r9703 r10976  
    1313field_tolerances={1e-13,1e-8,1e-13,1e-8};
    1414field_values={...
    15         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    16         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    17         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    18         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     15        (md.results.ThermalSolution(1).Temperature),...
     16        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     17        (md.results.ThermalSolution(2).Temperature),...
     18        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    1919        };
  • issm/trunk-jpl/test/NightlyRun/test531.m

    r9703 r10976  
    1313field_tolerances={1e-13,1e-12};
    1414field_values={...
    15         PatchToVec(md.results.ThermalSolution.Temperature),...
    16         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     15        (md.results.ThermalSolution.Temperature),...
     16        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1717        };
  • issm/trunk-jpl/test/NightlyRun/test532.m

    r9703 r10976  
    1414field_tolerances={1e-11,1e-11};
    1515field_values={...
    16         PatchToVec(md.results.ThermalSolution.Temperature),...
    17         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     16        (md.results.ThermalSolution.Temperature),...
     17        (md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1818        };
  • issm/trunk-jpl/test/NightlyRun/test601.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test602.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.PrognosticSolution.Thickness),...
     12        (md.results.PrognosticSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test603.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test604.m

    r9703 r10976  
    1313field_tolerances={1e-13};
    1414field_values={...
    15         PatchToVec(md.results.PrognosticSolution.Thickness),...
     15        (md.results.PrognosticSolution.Thickness),...
    1616        };
  • issm/trunk-jpl/test/NightlyRun/test605.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test606.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.PrognosticSolution.Thickness),...
     13        (md.results.PrognosticSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test607.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     12        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test608.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     12        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test609.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    14         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     14        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test610.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
    14         PatchToVec(md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
     13        (md.results.SurfaceSlopeSolution.SurfaceSlopeX),...
     14        (md.results.SurfaceSlopeSolution.SurfaceSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test611.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     12        (md.results.BedSlopeSolution.BedSlopeX),...
     13        (md.results.BedSlopeSolution.BedSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test612.m

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     12        (md.results.BedSlopeSolution.BedSlopeX),...
     13        (md.results.BedSlopeSolution.BedSlopeY),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test613.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    14         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     13        (md.results.BedSlopeSolution.BedSlopeX),...
     14        (md.results.BedSlopeSolution.BedSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test614.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BedSlopeSolution.BedSlopeX),...
    14         PatchToVec(md.results.BedSlopeSolution.BedSlopeY),...
     13        (md.results.BedSlopeSolution.BedSlopeX),...
     14        (md.results.BedSlopeSolution.BedSlopeY),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test615.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     12        (md.results.BalancethicknessSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test616.m

    r9703 r10976  
    1010field_tolerances={1e-13};
    1111field_values={...
    12         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     12        (md.results.BalancethicknessSolution.Thickness),...
    1313        };
  • issm/trunk-jpl/test/NightlyRun/test617.m

    r9703 r10976  
    1212field_tolerances={1e-13};
    1313field_values={...
    14         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     14        (md.results.BalancethicknessSolution.Thickness),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test618.m

    r9703 r10976  
    1212field_tolerances={1e-13};
    1313field_values={...
    14         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     14        (md.results.BalancethicknessSolution.Thickness),...
    1515        };
  • issm/trunk-jpl/test/NightlyRun/test619.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     13        (md.results.BalancethicknessSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test620.m

    r9703 r10976  
    1111field_tolerances={1e-13};
    1212field_values={...
    13         PatchToVec(md.results.BalancethicknessSolution.Thickness),...
     13        (md.results.BalancethicknessSolution.Thickness),...
    1414        };
  • issm/trunk-jpl/test/NightlyRun/test621.m

    r9725 r10976  
    2525field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2626field_values={...
    27         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
     27        (md.results.BalancethicknessSolution.Gradient1),...
    2828        md.results.BalancethicknessSolution.J,...
    29         PatchToVec(md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
    30         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     29        (md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
     30        (md.results.BalancethicknessSolution.Thickness)
    3131};
  • issm/trunk-jpl/test/NightlyRun/test622.m

    r9725 r10976  
    2525field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2626field_values={...
    27         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
     27        (md.results.BalancethicknessSolution.Gradient1),...
    2828        md.results.BalancethicknessSolution.J,...
    29         PatchToVec(md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
    30         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     29        (md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
     30        (md.results.BalancethicknessSolution.Thickness)
    3131};
  • issm/trunk-jpl/test/NightlyRun/test623.m

    r9725 r10976  
    2626field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2727field_values={...
    28         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
     28        (md.results.BalancethicknessSolution.Gradient1),...
    2929        md.results.BalancethicknessSolution.J,...
    30         PatchToVec(md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
    31         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     30        (md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
     31        (md.results.BalancethicknessSolution.Thickness)
    3232};
  • issm/trunk-jpl/test/NightlyRun/test624.m

    r9725 r10976  
    2626field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2727field_values={...
    28         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
     28        (md.results.BalancethicknessSolution.Gradient1),...
    2929        md.results.BalancethicknessSolution.J,...
    30         PatchToVec(md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
    31         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     30        (md.results.BalancethicknessSolution.BalancethicknessThickeningRate),...
     31        (md.results.BalancethicknessSolution.Thickness)
    3232};
  • issm/trunk-jpl/test/NightlyRun/test625.m

    r9725 r10976  
    3232field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    3333field_values={...
    34         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
    35         PatchToVec(md.results.BalancethicknessSolution.Gradient2),...
     34        (md.results.BalancethicknessSolution.Gradient1),...
     35        (md.results.BalancethicknessSolution.Gradient2),...
    3636        md.results.BalancethicknessSolution.J,...
    37         PatchToVec(md.results.BalancethicknessSolution.Vx),...
    38         PatchToVec(md.results.BalancethicknessSolution.Vy),...
    39         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     37        (md.results.BalancethicknessSolution.Vx),...
     38        (md.results.BalancethicknessSolution.Vy),...
     39        (md.results.BalancethicknessSolution.Thickness)
    4040};
  • issm/trunk-jpl/test/NightlyRun/test626.m

    r9725 r10976  
    3232field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    3333field_values={...
    34         PatchToVec(md.results.BalancethicknessSolution.Gradient1),...
    35         PatchToVec(md.results.BalancethicknessSolution.Gradient2),...
     34        (md.results.BalancethicknessSolution.Gradient1),...
     35        (md.results.BalancethicknessSolution.Gradient2),...
    3636        md.results.BalancethicknessSolution.J,...
    37         PatchToVec(md.results.BalancethicknessSolution.Vx),...
    38         PatchToVec(md.results.BalancethicknessSolution.Vy),...
    39         PatchToVec(md.results.BalancethicknessSolution.Thickness)
     37        (md.results.BalancethicknessSolution.Vx),...
     38        (md.results.BalancethicknessSolution.Vy),...
     39        (md.results.BalancethicknessSolution.Thickness)
    4040};
Note: See TracChangeset for help on using the changeset viewer.