source:
issm/oecreview/Archive/21724-22754/ISSM-22336-22337.diff
Last change on this file was 22755, checked in by , 7 years ago | |
---|---|
File size: 3.3 KB |
-
../trunk-jpl/test/NightlyRun/test426.m
13 13 md.transient.isstressbalance=0; 14 14 md.transient.isgroundingline=1; 15 15 md.groundingline.migration='AggressiveMigration'; 16 md.mesh.scale_factor= ones(md.mesh.numberofvertices,1);16 md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1); 17 17 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled','IceMass'}; 18 md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);19 18 md=extrude(md,3,1.); 20 19 md.cluster=generic('name',oshostname(),'np',3); 21 20 -
../trunk-jpl/test/NightlyRun/test424.py
22 22 md.transient.isgroundingline=True 23 23 md.groundingline.migration='AggressiveMigration' 24 24 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'] 25 md.mesh.scale_factor=1 *np.ones((md.mesh.numberofvertices))25 md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices)) 26 26 27 27 md.cluster=generic('name',gethostname(),'np',3) 28 28 md=solve(md,'Transient') -
../trunk-jpl/test/NightlyRun/test424.m
13 13 md.transient.isstressbalance=0; 14 14 md.transient.isgroundingline=1; 15 15 md.groundingline.migration='AggressiveMigration'; 16 md.mesh.scale_factor= ones(md.mesh.numberofvertices,1);16 md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1); 17 17 md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'}; 18 18 19 19 md.cluster=generic('name',oshostname(),'np',3); -
../trunk-jpl/test/NightlyRun/test426.py
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
22 22 md.transient.isgroundingline=True 23 23 md.groundingline.migration='AggressiveMigration' 24 24 md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceMass','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'] 25 md.mesh.scale_factor=1 *np.ones((md.mesh.numberofvertices))25 md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices)) 26 26 md.extrude(3,1.) 27 27 md.cluster=generic('name',gethostname(),'np',3) 28 28
Note:
See TracBrowser
for help on using the repository browser.