Changeset 2043
- Timestamp:
- 08/28/09 08:37:12 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgetfields.m
r2039 r2043 1 function fields=testsgetfields(md type,analysis),1 function fields=testsgetfields(md,analysis), 2 2 %TESTSGETFIELDS - build the fields to be checked from a analysis 3 3 % … … 6 6 % 7 7 % Usage: 8 % fields=testsgetfields(md type,analysis)8 % fields=testsgetfields(md,analysis) 9 9 % 10 10 % Example: 11 % fields=testsgetfields(md .type,'diagnostic')11 % fields=testsgetfields(md,'diagnostic') 12 12 % 13 13 % See also: TESTSGETANALYSIS, TESTGETPACKAGE … … 17 17 fields={'diagnostic.vel','diagnostic.J','diagnostic.parameter'}; 18 18 else 19 if strcmpi(md type,'3d')19 if strcmpi(md.type,'3d') 20 20 fields={'diagnostic.vy','diagnostic.vz'}; 21 21 else … … 34 34 35 35 elseif strcmpi(analysis,'transient'), 36 if strcmpi(md type,'3d')36 if strcmpi(md.type,'3d') 37 37 fields={'transient(end).vel','transient(end).pressure','transient(end).temperature','transient(end).melting','transient(end).thickness','transient(end).surface','transient(end).bed'}; 38 38 else -
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
r1908 r2043 74 74 75 75 %compute fields to be checked 76 fields=testsgetfields(md .type,solution);76 fields=testsgetfields(md,solution); 77 77 78 78 %load archive -
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m
r1908 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m
r1908 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
r1908 r2043 74 74 75 75 %compute fields to be checked 76 fields=testsgetfields(md .type,solution);76 fields=testsgetfields(md,solution); 77 77 78 78 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
r1908 r2043 74 74 75 75 %compute fields to be checked 76 fields=testsgetfields(md .type,solution);76 fields=testsgetfields(md,solution); 77 77 78 78 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
r1908 r2043 74 74 75 75 %compute fields to be checked 76 fields=testsgetfields(md .type,solution);76 fields=testsgetfields(md,solution); 77 77 78 78 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m
r1908 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m
r1908 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/runme.m
r1908 r2043 80 80 81 81 %compute fields to be checked 82 fields=testsgetfields(md .type,solution);82 fields=testsgetfields(md,solution); 83 83 84 84 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r1908 r2043 74 74 75 75 %compute fields to be checked 76 fields=testsgetfields(md .type,solution);76 fields=testsgetfields(md,solution); 77 77 78 78 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
r2030 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r1908 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
r2034 r2043 75 75 76 76 %compute fields to be checked 77 fields=testsgetfields(md .type,solution);77 fields=testsgetfields(md,solution); 78 78 79 79 %load archive -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r2035 r2043 76 76 77 77 %compute fields to be checked 78 fields=testsgetfields(md .type,solution);78 fields=testsgetfields(md,solution); 79 79 80 80 %load archive -
issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m
r1957 r2043 72 72 73 73 %compute fields to be checked 74 fields=testsgetfields(md .type,solution);74 fields=testsgetfields(md,solution); 75 75 76 76 %load archive -
issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m
r1919 r2043 71 71 72 72 %compute fields to be checked 73 fields=testsgetfields(md .type,solution);73 fields=testsgetfields(md,solution); 74 74 75 75 %load archive -
issm/trunk/test/Verification/PigControlMethodDragP3d_22/runme.m
r1919 r2043 72 72 73 73 %compute fields to be checked 74 fields=testsgetfields(md .type,solution);74 fields=testsgetfields(md,solution); 75 75 76 76 %load archive -
issm/trunk/test/Verification/PigControlMethodDragS3d_23/runme.m
r1919 r2043 72 72 73 73 %compute fields to be checked 74 fields=testsgetfields(md .type,solution);74 fields=testsgetfields(md,solution); 75 75 76 76 %load archive
Note:
See TracChangeset
for help on using the changeset viewer.