Changeset 17942
- Timestamp:
- 05/05/14 17:16:03 (11 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdToName.m
r17762 r17942 132 132 case 422, name='SquareSheetShelfStressSSAFS3dTiling'; 133 133 case 423, name='RoundSheetShelfGLMigrationSSA2d'; 134 case 424, name='SquareSheetShelfGroundingLine2dAg ressive';134 case 424, name='SquareSheetShelfGroundingLine2dAggressive'; 135 135 case 425, name='SquareSheetShelfGroundingLine2dSoft'; 136 case 426, name='SquareSheetShelfGroundingLine3dAg ressive';136 case 426, name='SquareSheetShelfGroundingLine3dAggressive'; 137 137 case 427, name='SquareSheetShelfGroundingLine3dSoft'; 138 138 case 428, name='SquareSheetShelfStressSSA2dNewton'; -
issm/trunk-jpl/test/NightlyRun/IdToName.py
r17762 r17942 131 131 422 : 'SquareSheetShelfStressSSAFS3dTiling', 132 132 423 : 'RoundSheetShelfGLMigrationSSA2d', 133 424 : 'SquareSheetShelfGroundingLine2dAg ressive',133 424 : 'SquareSheetShelfGroundingLine2dAggressive', 134 134 425 : 'SquareSheetShelfGroundingLine2dSoft', 135 426 : 'SquareSheetShelfGroundingLine3dAg ressive',135 426 : 'SquareSheetShelfGroundingLine3dAggressive', 136 136 427 : 'SquareSheetShelfGroundingLine3dSoft', 137 137 428 : 'SquareSheetShelfStressSSA2dNewton', -
issm/trunk-jpl/test/NightlyRun/test423.m
r17592 r17942 24 24 25 25 %test different grounding line dynamics. 26 md.groundingline.migration='Ag ressiveMigration';26 md.groundingline.migration='AggressiveMigration'; 27 27 md=solve(md,TransientSolutionEnum()); 28 28 element_on_iceshelf_agressive=(md.results.TransientSolution.MaskGroundediceLevelset); … … 46 46 47 47 %Fields and tolerances to track changes 48 field_names ={'ElementOnIceShelfAg ressive','VelAgressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2'};48 field_names ={'ElementOnIceShelfAggressive','VelAggressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2'}; 49 49 field_tolerances={1e-13,2e-12,1e-13,2e-12,1e-13,3e-12,1e-13,2e-12}; 50 50 field_values={element_on_iceshelf_agressive,vel_agressive,element_on_iceshelf_soft,vel_soft,element_on_iceshelf_subelement,vel_subelement,element_on_iceshelf_subelement2,vel_subelement2}; -
issm/trunk-jpl/test/NightlyRun/test423.py
r17592 r17942 35 35 36 36 #test different grounding line dynamics. 37 md.groundingline.migration='Ag ressiveMigration'37 md.groundingline.migration='AggressiveMigration' 38 38 md=solve(md,TransientSolutionEnum()) 39 39 element_on_iceshelf_agressive=md.results.TransientSolution[0].MaskGroundediceLevelset … … 57 57 58 58 #Fields and tolerances to track changes 59 field_names =['ElementOnIceShelfAg ressive','VelAgressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2']59 field_names =['ElementOnIceShelfAggressive','VelAggressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2'] 60 60 field_tolerances=[1e-13,2e-13,1e-13,2e-13,1e-13,2e-13,1e-13,2e-13] 61 61 field_values=[element_on_iceshelf_agressive,vel_agressive,element_on_iceshelf_soft,vel_soft,element_on_iceshelf_subelement,vel_subelement,element_on_iceshelf_subelement2,vel_subelement2] -
issm/trunk-jpl/test/NightlyRun/test424.m
r17592 r17942 12 12 md.transient.isstressbalance=0; 13 13 md.transient.isgroundingline=1; 14 md.groundingline.migration='Ag ressiveMigration';14 md.groundingline.migration='AggressiveMigration'; 15 15 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation'}; 16 16 -
issm/trunk-jpl/test/NightlyRun/test424.py
r17592 r17942 22 22 md.transient.isstressbalance=False 23 23 md.transient.isgroundingline=True 24 md.groundingline.migration='Ag ressiveMigration'24 md.groundingline.migration='AggressiveMigration' 25 25 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation'] 26 26 -
issm/trunk-jpl/test/NightlyRun/test426.m
r17599 r17942 13 13 md.transient.isstressbalance=0; 14 14 md.transient.isgroundingline=1; 15 md.groundingline.migration='Ag ressiveMigration';15 md.groundingline.migration='AggressiveMigration'; 16 16 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation'}; 17 17 md.cluster=generic('name',oshostname(),'np',3); -
issm/trunk-jpl/test/NightlyRun/test426.py
r17595 r17942 23 23 md.transient.isstressbalance=False 24 24 md.transient.isgroundingline=True 25 md.groundingline.migration='Ag ressiveMigration'25 md.groundingline.migration='AggressiveMigration' 26 26 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation'] 27 27 md.cluster=generic('name',oshostname(),'np',3) -
issm/trunk-jpl/test/NightlyRun/test433.m
r16073 r17942 25 25 26 26 %test different grounding line dynamics. 27 md.groundingline.migration='Ag ressiveMigration';27 md.groundingline.migration='AggressiveMigration'; 28 28 md=solve(md,TransientSolutionEnum()); 29 29 element_on_iceshelf_agressive=(md.results.TransientSolution.MaskGroundediceLevelset); … … 42 42 43 43 %Fields and tolerances to track changes 44 field_names ={'ElementOnIceShelfAg ressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement','ElementOnIceShelfSubelement'};44 field_names ={'ElementOnIceShelfAggressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement','ElementOnIceShelfSubelement'}; 45 45 field_tolerances={1e-13,1e-13,1e-13,1e-13}; 46 46 field_values={element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement,element_on_iceshelf_subelement2}; -
issm/trunk-jpl/test/NightlyRun/test433.py
r15984 r17942 36 36 37 37 #test different grounding line dynamics. 38 md.groundingline.migration='Ag ressiveMigration'38 md.groundingline.migration='AggressiveMigration' 39 39 md=solve(md,TransientSolutionEnum()) 40 40 element_on_iceshelf_agressive=md.results.TransientSolution[0].MaskGroundediceLevelset … … 49 49 50 50 #Fields and tolerances to track changes 51 field_names =['ElementOnIceShelfAg ressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement']51 field_names =['ElementOnIceShelfAggressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement'] 52 52 field_tolerances=[1e-13,1e-13,1e-13] 53 53 field_values=[element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement] -
issm/trunk-jpl/test/Par/RoundSheetShelf.py
r17769 r17942 102 102 103 103 #bathymetry and grounding line migration: 104 md.groundingline.migration='Ag ressiveMigration'104 md.groundingline.migration='AggressiveMigration' 105 105 md.geometry.bed=copy.deepcopy(md.geometry.base) 106 106 pos=numpy.nonzero(md.mask.groundedice_levelset<0.)[0]
Note:
See TracChangeset
for help on using the changeset viewer.