Changeset 9720


Ignore:
Timestamp:
09/09/11 07:57:57 (14 years ago)
Author:
seroussi
Message:

fixed test nr

Location:
issm/trunk/test/NightlyRun
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test118.m

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

    r9714 r9720  
    5757%partitioning
    5858md.qmu.numberofpartitions=md.numberofnodes;
    59 md.qmu.partitionitioner(md,'package','linear','npart',md.qmu.numberofpartitions);
     59md=partitioner(md,'package','linear','npart',md.qmu.numberofpartitions);
    6060md.qmu.partition=md.qmu.partition-1;
    6161
  • issm/trunk/test/NightlyRun/test236.m

    r9714 r9720  
    5757%partitioning
    5858md.qmu.numberofpartitions=md.numberofnodes;
    59 md.qmu.partitionitioner(md,'package','linear','npart',md.qmu.numberofpartitions);
     59md=partitioner(md,'package','linear','npart',md.qmu.numberofpartitions);
    6060md.qmu.partition=md.qmu.partition-1;
    6161
  • issm/trunk/test/NightlyRun/test255.m

    r9703 r9720  
    66
    77md.timestepping.time_step=1;
    8 md.output_frequency=1;
     8md.settings.output_frequency=1;
    99md.timestepping.final_time=4;
    1010
  • issm/trunk/test/NightlyRun/test256.m

    r9703 r9720  
    66
    77md.timestepping.time_step=1;
    8 md.output_frequency=1;
     8md.settings.output_frequency=1;
    99md.timestepping.final_time=4;
    1010
  • issm/trunk/test/NightlyRun/test257.m

    r9703 r9720  
    66
    77md.timestepping.time_step=1;
    8 md.output_frequency=1;
     8md.settings.output_frequency=1;
    99md.timestepping.final_time=4;
    1010
  • issm/trunk/test/NightlyRun/test258.m

    r9703 r9720  
    66
    77md.timestepping.time_step=1;
    8 md.output_frequency=1;
     8md.settings.output_frequency=1;
    99md.timestepping.final_time=4;
    1010
  • issm/trunk/test/NightlyRun/test259.m

    r9703 r9720  
    77
    88md.timestepping.time_step=1;
    9 md.output_frequency=1;
     9md.settings.output_frequency=1;
    1010md.timestepping.final_time=4;
    1111
  • issm/trunk/test/NightlyRun/test260.m

    r9703 r9720  
    77
    88md.timestepping.time_step=1;
    9 md.output_frequency=1;
     9md.settings.output_frequency=1;
    1010md.timestepping.final_time=4;
    1111
  • issm/trunk/test/NightlyRun/test261.m

    r9703 r9720  
    77
    88md.timestepping.time_step=1;
    9 md.output_frequency=1;
     9md.settings.output_frequency=1;
    1010md.timestepping.final_time=4;
    1111
  • issm/trunk/test/NightlyRun/test262.m

    r9703 r9720  
    77
    88md.timestepping.time_step=1;
    9 md.output_frequency=1;
     9md.settings.output_frequency=1;
    1010md.timestepping.final_time=4;
    1111
  • issm/trunk/test/NightlyRun/test325.m

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

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

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

    r9703 r9720  
    1111field_tolerances={1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution.Temperature),...
    14         PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
     13        PatchToVec(md.results.ThermalSolution(1).Temperature),...
     14        PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    1515        };
Note: See TracChangeset for help on using the changeset viewer.