Changeset 13879
- Timestamp:
- 11/05/12 15:19:17 (12 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test108.m
r13671 r13879 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e-13,1e- 13};12 field_tolerances={1e-13,1e-5}; 13 13 field_values={... 14 14 (md.results.ThermalSolution.Temperature),... -
issm/trunk-jpl/test/NightlyRun/test108.py
r13672 r13879 19 19 #Fields and tolerances to track changes 20 20 field_names =['Temperature','BasalforcingsMeltingRate'] 21 field_tolerances=[1e-13,1e- 13]21 field_tolerances=[1e-13,1e-5] 22 22 field_values=[\ 23 23 md.results['ThermalSolution'][1]['Temperature'],\ -
issm/trunk-jpl/test/NightlyRun/test202.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test202.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test203.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test203.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test204.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test204.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test205.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test205.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test206.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test206.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test207.m
r13671 r13879 13 13 %Fields and tolerances to track changes 14 14 field_names ={'Temperature1','BasalforcingsMeltingRate1','Temperature2','BasalforcingsMeltingRate2','Temperature3','BasalforcingsMeltingRate3'}; 15 field_tolerances={1e-13,1e- 13,1e-13,1e-13,1e-13,1e-13};15 field_tolerances={1e-13,1e-6,1e-13,1e-6,1e-13,1e-6}; 16 16 field_values={... 17 17 (md.results.TransientSolution(1).Temperature),... -
issm/trunk-jpl/test/NightlyRun/test207.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test207.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * … … 33 21 md=solve(md,TransientSolutionEnum()) 34 22 35 36 23 # Fields and tolerances to track changes 37 38 24 field_names =['Temperature1','BasalforcingsMeltingRate1','Temperature2','BasalforcingsMeltingRate2','Temperature3','BasalforcingsMeltingRate3'] 39 field_tolerances=[1e-13,1e- 13,1e-13,1e-13,1e-13,1e-13]25 field_tolerances=[1e-13,1e-6,1e-13,1e-6,1e-13,1e-6] 40 26 field_values=[\ 41 27 md.results['TransientSolution'][1]['Temperature'],\ -
issm/trunk-jpl/test/NightlyRun/test208.py
r13491 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test208.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test209.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test209.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test210.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test210.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test211.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test211.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test212.py
r13519 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test212.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test213.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test213.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test214.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test214.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test215.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test215.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test216.py
r13711 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test216.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test217.py
r13567 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test217.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test219.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test219.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test220.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test220.m4 Created on 2012-09-27 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test232.m
r13671 r13879 16 16 %Fields and tolerances to track changes 17 17 field_names ={'Temperature1','BasalforcingsMeltingRate1','Temperature2','BasalforcingsMeltingRate2','Temperature3','BasalforcingsMeltingRate3','Temperature4','BasalforcingsMeltingRate4'}; 18 field_tolerances={1e-13,1e- 13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};18 field_tolerances={1e-13,1e-6,1e-13,1e-6,1e-13,1e-6,1e-13,1e-6}; 19 19 field_values={... 20 20 (md.results.TransientSolution(1).Temperature),... -
issm/trunk-jpl/test/NightlyRun/test232.py
r13672 r13879 26 26 #Fields and tolerances to track changes 27 27 field_names =['Temperature1','BasalforcingsMeltingRate1','Temperature2','BasalforcingsMeltingRate2','Temperature3','BasalforcingsMeltingRate3','Temperature4','BasalforcingsMeltingRate4'] 28 field_tolerances=[1e-13,1e- 13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]28 field_tolerances=[1e-13,1e-6,1e-13,1e-6,1e-13,1e-6,1e-13,1e-6] 29 29 field_values=[\ 30 30 md.results['TransientSolution'][1]['Temperature'],\ -
issm/trunk-jpl/test/NightlyRun/test3001.py
r13455 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3001.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3002.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3002.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3003.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3003.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3004.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3004.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3005.py
r13455 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3005.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3006.py
r13455 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3006.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3007.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3007.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3008.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3008.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3009.py
r13672 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3009.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test3010.py
r13455 r13879 1 """2 == == == == == == == == == == == == == == == == == == ==3 Auto generated python script for ISSM: test3010.m4 Created on 2012-09-25 via translateToPy.py Ver 1.0 by mikep5 == == == == == == == == == == == == == == == == == == ==6 7 Matlab script conversion into python8 translateToPy.py Author: Michael Pellegrin9 translateToPy.py Date: 09/24/1210 == == == == == == == == == == == == == == == == == == ==11 """12 13 1 from MatlabFuncs import * 14 2 from model import * -
issm/trunk-jpl/test/NightlyRun/test318.m
r13671 r13879 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e-13,1e-13,1e-1 3,1e-13,1e-13,1e-13,1e-13};12 field_tolerances={1e-13,1e-13,1e-10,1e-10,1e-13,1e-11,1e-6}; 13 13 field_values={... 14 14 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test318.py
r13672 r13879 19 19 #Fields and tolerances to track changes 20 20 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'] 21 field_tolerances=[1e-13,1e-13,1e-1 3,1e-13,1e-13,1e-13,1e-13]21 field_tolerances=[1e-13,1e-13,1e-10,1e-10,1e-13,1e-11,1e-6] 22 22 field_values=[\ 23 23 md.results['SteadystateSolution'][1]['Vx'],\ -
issm/trunk-jpl/test/NightlyRun/test406.m
r13679 r13879 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e-13,1e- 13};12 field_tolerances={1e-13,1e-5}; 13 13 field_values={... 14 14 (md.results.ThermalSolution.Temperature),... -
issm/trunk-jpl/test/NightlyRun/test406.py
r13679 r13879 20 20 #Fields and tolerances to track changes 21 21 field_names =['Temperature','BasalforcingsMeltingRate'] 22 field_tolerances=[1e-13,1e- 13]22 field_tolerances=[1e-13,1e-5] 23 23 field_values=[\ 24 24 md.results['ThermalSolution'][1]['Temperature'],\ -
issm/trunk-jpl/test/NightlyRun/test415.m
r13679 r13879 24 24 %Fields and tolerances to track changes 25 25 field_names ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'}; 26 field_tolerances={1e-10,1e- 10,1e-11,1e-13,1e-10,1e-09,1e-10,1e-8,1e-09,1e-6};26 field_tolerances={1e-10,1e-9,1e-10,1e-13,1e-10,1e-09,1e-10,1e-8,1e-09,1e-6}; 27 27 field_values={... 28 28 (md.results.SteadystateSolution.Gradient1),... -
issm/trunk-jpl/test/NightlyRun/test415.py
r13679 r13879 36 36 #Fields and tolerances to track changes 37 37 field_names =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'] 38 field_tolerances=[1e-10,1e- 10,1e-11,1e-13,1e-10,1e-09,1e-10,1e-8,1e-09,1e-6]38 field_tolerances=[1e-10,1e-9,1e-10,1e-13,1e-10,1e-09,1e-10,1e-8,1e-09,1e-6] 39 39 field_values=[\ 40 40 md.results['SteadystateSolution'][1]['Gradient1'],\ -
issm/trunk-jpl/test/NightlyRun/test426.m
r13681 r13879 23 23 'Bed3','Surface3','Thickness3','Floatingice3'}; 24 24 field_tolerances={1e-13,1e-13,1e-13,1e-13,... 25 1e-11,1e-1 1,1e-11,1e-13,...25 1e-11,1e-10,1e-11,1e-13,... 26 26 1e-10,1e-10,1e-10,1e-13}; 27 27 field_values={... -
issm/trunk-jpl/test/NightlyRun/test426.py
r13681 r13879 33 33 'Bed3','Surface3','Thickness3','Floatingice3'] 34 34 field_tolerances=[1e-13,1e-13,1e-13,1e-13,\ 35 1e-11,1e-1 1,1e-11,1e-13,\35 1e-11,1e-10,1e-11,1e-13,\ 36 36 1e-10,1e-10,1e-10,1e-13] 37 37 field_values=[\
Note:
See TracChangeset
for help on using the changeset viewer.